Answer Posted / sandu
There are seven stages of the software development lifecycle
1. Initiate the project – The users identify their
Business requirements.
2. Define the project – The software development team
translates the business requirements into system
specifications and put together into System Specification
Document.
3. Design the system – The System Architecture Team
designs the system and write Functional Design Document.
During design phase general solutions re hypothesized and
data and process structures are organized.
4. 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.
5. 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.
6. 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.
7. 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.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between manual testing and automation testing?
What are noise variables?
When should you opt for manual testing over automation testing?
Are there more defects in the design phase or in the coding phase?
What is Dynamic Binding and Dynamic Loss?
Which are the standards for software test plans?
value momentum
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
What is the limit for test steps?It should be 10/20/30etc
what is the difference between Risk based and Requirement based testing???
Explain some techniques for developing software components with respect to testability.
How do you get programmers to build testability support into their code?
how to connect your project in database?
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
what the purpose of requirement phase