EARN 400$ PER WEEK

Custom Search

Wednesday, November 3, 2010

Software Development Life Cycle (SDLC)

Water Fall Model:


There are seven stages of the software development life cycle:

  1. Initiate the project – The users identify their Business requirements.
  1. Define the project – The software development team translates the business requirements into system specifications and put together into System Specification Document.
  1. Design the system – The System Architecture Team designs the system and writes Functional Design Document. During design phase general solutions re hypothesized and data and process structures are organized.
  1. Build the system – The System Specifications and design documents are given to the development team code the modules by following the Requirements and Design document.
  1. Test the system - The test team develops the test plan following the requirements. The software is build and installed on the test platform after developers have completed development and Unit Testing. The testers test the software by following the test plan.

  1. Deploy the system – After the user-acceptance testing and certification of the software, it is installed on the production platform. Demos and training are given to the users.
  1. Support the system - After the software is in production, the maintenance phase of the life begins. During this phase the development team works with the development document staff to modify and enhance the application and the test team works with the test documentation staff to verify and validate the changes and enhancement to the application software.

QA process starts from the second phase of the Software Development Life Cycle i.e. Define the Project. Actual Product testing will be done on Test the system phase (Phase-5). During this phase test team will verify the actual results against expected results.


No comments: