Classic Movies and Books

Learn Software Development

All about the processes involved in software development

Testing details during the SDLC phases

Filed Under Requirements, Coding, Testing, Development | Posted on April 6, 2008

Details of testing requirements during broad phases of the SDLC:
REQUIREMENTS ANALYSIS
Test activities that should be performed during this stage are:
• Have a clear, concise and formal statement of the requirements; this means that the requirements statement should record the information as
1. What the program must do?
2. The input and data formats?
3. The output data formats?
4. How exceptions, errors and deviations […]

Summary of testing needs during the SDLC

Filed Under Testing, SDLC | Posted on April 6, 2008

There is an often asked question about when testing should occur in the overall product development cycle?
Testing is sometimes incorrectly thought as an after-the-fact activity. Instead, testing should be performed at every development stage of the product. Test data sets must be derived and their correctness and consistency should be monitored throughout the development process. […]