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
Can you explain function points?
What about the test case if the field only takes a certain number of characters or a minimum number?
How do you go about testing a project?
What is neutral test case?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
write test case for linked in sign up page ?
What is bug leakage?
Can you explain calibration?
Can you explain tpa analysis?
What is exploratory testing and when should it be performed?
what are your achievements in your organization ? Guyz very very urgent , help me
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?
please send me interview questions asked in google in testing - manual
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
WHAT IS OBJECT REPOSITORY? AND IT TYPES? HOW MANY TYPES OF ACTIONS ARE THERE IN QTP? CAN WE ADD NEW OBJECTS AND PROPERTIES INTO SHARED OBJECT REPOSITORY?