TEST PLAN
• Contents of a Test Plan are −
• Test Strategy
• Test Environment
• Test Coverage
• Scope of Testing
• Test Effort and Schedule
• Testing Tools
USER STORIES
• Testers write User Stories that bring value to the customer and cover different possible
behaviors of the system.
MANUAL AND AUTOMATED TESTS
• Unit Tests
• Integration Tests
• Functional Tests
• Non-Functional Tests
• Acceptance Tests
Tests are then automated for subsequent runs:
• Test Driven Development
• Acceptance Test Driven Development
TEST RESULTS
• Testing Scope (What was tested and what was not tested)
• Defect Analysis along with Root Cause Analysis if possible
• Regression Testing Status after Defect Fixes
• Issues and the corresponding Resolution
• Pending Issues, if any
• Any modifications required in Test Strategy
• Test Metrics
TEST METRICS REPORTS
• Test Effort
• Test Estimation Accuracy
• Test Coverage
• Automated Test Coverage
• No. of Defects
• Defect Rate (No. of Defects per User Story Point)
• Defect Severity
• Time to Fix a Defect in the same Sprint (It costs 24x as much to fix a bug that escapes the current sprint)
• No. of Defects fixed in the same Sprint
• Completion of Acceptance Testing by Customer within the Sprint
SPRINT REVIEW AND RETROSPECTIVE
REPORTS
• Test Metrics
• Test Result Logs review results
• What went right and what can be improved from Testing Point of View
• Best Practices
• Lessons Learned
• Issues
• Customer Feedback