SDLC and STLC

Posted by VIKAS Thursday, November 15, 2007

SDLC (Software Development Life cycle)
1. Requirement
2. Design
3. Coding
4. Testing
5. Implement
6. Maintainance


STLC (Software Testing Life cycle)
1. Test Plan Preparation: Defines overall testing approach based on Project Summary Document and SRS document.
2. Test Case Design: Defines what is to be tested and describes the expected results.
3. Test Execution: Execute the test cases as per Manual or Automation based on client requirement and software stability.
4. Test Log Preparation: Defines the pass and Fail information
5. Defect Reporting: Log the Bug in Bug Tracker like Bugzilla and PVCS Tracker.
6. Defect Tracking : Monitor the Bug Status.

0 comments