Posts

Showing posts from April, 2015

Software Development Models

SDLC is a framework that describes the activities performed at each stage of a Software development project. There are different models of SDLC, for-example: Waterfall Model V-Model etc, one which is most used in Agile Model. Unlike the Waterfall Model in Agile Model very limited planning is required to get started with the project. Agile assumes that the end users' needs are ever changing in a dynamic business and IT world. Changed can be discussed and features can be newly effected or removed based on feedback. This effectively gives the customer the finished system they want or need. A Waterfall model is easy to follow. It can be implemented for any size project. Every stage has to be done separately at the right time, so you can't go to other without completing the first stage. Documentation is produced at every stage of a Waterfall model allowing people to understand what has been done. Testing is done at every stage.  Although, whenever there is change i...