โ
Test Execution Report Template
# ๐งช Test Execution Report
## ๐
Execution Summary
- **Project Name**: [Project Title]
- **Feature/Module**: [e.g., User Profile Management]
- **Sprint/Release**: [Sprint 12 / v1.5.0]
- **Test Cycle Name**: [Regression Cycle Q2 / Smoke Tests]
- **Prepared By**: [Your Name]
- **Execution Period**: [Start Date โ End Date]
- **Environment**: [Staging / QA / UAT]
---
## โ
Test Summary
| Metric | Value |
|----------------------------|----------------------------|
| Total Test Cases | 100 |
| Test Cases Passed | 85 |
| Test Cases Failed | 10 |
| Test Cases Blocked | 3 |
| Test Cases Not Executed | 2 |
| Test Coverage % | 100% (based on planned) |
| Automation Coverage % | 65% |
| Defects Raised | 8 |
| Critical Bugs | 2 |
---
## ๐ Test Case Execution Status
| Status | Count | % |
|----------------|-------|---|
| โ
Passed | 85 | 85% |
| โ Failed | 10 | 10% |
| โ Blocked | 3 | 3% |
| โณ Not Executed | 2 | 2% |
---
## ๐ Defect Summary
| ID | Title | Severity | Status | Linked Test Case |
|------------|--------------------------------|----------|------------|------------------|
| BUG-101 | Profile update fails on mobile | Critical | Open | TC-2025-031 |
| BUG-102 | Password change not saving | Major | In Progress| TC-2025-045 |
| BUG-103 | Dashboard crash on logout | Critical | Open | TC-2025-050 |
---
## ๐ Observations
- 2 critical defects found during regression testing
- All major functionalities passed except mobile UI on Safari
- Performance was stable on all supported environments
- Regression suite execution completed within the planned time
- Manual exploratory tests revealed edge-case bugs not covered in automation
---
## ๐ฆ Entry & Exit Criteria
### Entry Criteria โ
- All code changes deployed to staging
- Unit tests passed (>90% coverage)
- Test data available
### Exit Criteria โ
- All critical bugs fixed and verified
- All planned test cases executed
- UAT sign-off completed
---
## ๐ Recommendations
- Fix open critical issues before UAT
- Extend automation coverage to include mobile browser tests
- Re-test regression cases post bug-fix patch
---
## โ
Final Status
- **QA Sign-Off**: โฌ Yes โฌ No โ Conditional
- **Ready for UAT**: โ Yes โฌ No
- **Approved By**: [Your Name]
- **Date**: [YYYY-MM-DD]
๐ Test Execution Report Format (Tabular โ Excel/Google Sheets Friendly)
Section | Details |
---|
Project Name | MyApp v1.5 |
Test Cycle | Regression Cycle โ Sprint 12 |
Executed By | QA Team |
Execution Dates | Mar 24 โ Mar 27, 2025 |
Total Test Cases | 100 |
โ
Passed | 85 |
โ Failed | 10 |
โ Blocked | 3 |
โณ Not Executed | 2 |
Defects Logged | 8 (2 Critical, 3 Major, 3 Minor) |
Test Coverage % | 100% |
Automation Coverage | 65% |
Status | Conditional Sign-Off |