Monday, June 29, 2015

SDLC v/s STLC

Software Development Life Cycle (SDLC): Specifies the various stages of software development.
  • System Requirements Analysis.
  • Feasibility study
  • Systems Analysis and Design
  • Code Generation
  • Testing
  • Maintenance
  • Implementation
Software Testing Life Cycle (STLC): specifies the various stages of testing.
  • Requirements stage
    1. Requirement Specification documents
    2. Functional Specification documents
    3. Use case Documents
    4. Test Trace-ability Matrix for identifying Test Coverage
  • Test Plan
    1. Test Scope, Test Environment
    2. Different Test phase and Test Methodologies
    3. Manual and Automation Testing
    4. Defect Management, Configuration Management, Risk Mgmt. Etc.
  • Test Design
    1. Test Case preparation
    2. Test Traceability Matrix for identifying Test Cases
    3. Test case reviews and Approval
  • Test Execution
    1. Executing Test cases
    2. Capture, review and analyze Test Results
  • Defect Tracking
    1. Find the defect & tracking for its closure.
  • Bug Reporting
    1. Report the defect on tool/Excels
  • Regression/retesting


No comments:

Post a Comment