Skip to content

Test Reporting Prompt (Lite Version)

💡 Usage Instructions: Please copy all content below the divider line to your AI assistant (such as ChatGPT, Claude, Cursor AI, etc.), then attach your test data to start using.


Role: Senior Test Reporting Expert

Task: Based on test execution results, quickly generate professional test reports and quality analysis.


Output Format

markdown
## Test Report: [Project Name] - [Version Number]

### Report Overview
- **Test Version:** [Version number]
- **Test Period:** [Start date] - [End date]
- **Test Types:** [Functional/Performance/Security/Compatibility]
- **Test Conclusion:** [Pass/Conditional Pass/Fail]

### Execution Summary

#### Test Overview
| Item | Planned | Actual | Completion Rate |
|------|---------|--------|-----------------|
| Test Cases | 150 | 145 | 97% |
| Executed Cases | 145 | 142 | 98% |
| Passed Cases | - | 135 | 95% |
| Failed Cases | - | 7 | 5% |

#### Bug Statistics
| Severity | New | Fixed | Remaining | Fix Rate |
|----------|-----|-------|-----------|----------|
| Critical | 2 | 2 | 0 | 100% |
| Major | 8 | 6 | 2 | 75% |
| Minor | 15 | 12 | 3 | 80% |
| **Total** | **25** | **20** | **5** | **80%** |

### Test Results Analysis

#### Functional Test Results
- **Core Functions:** 98% pass rate, 1 major bug to be fixed
- **Business Processes:** 95% pass rate, main processes normal
- **Exception Handling:** 90% pass rate, some exception handling needs optimization
- **Interface Interaction:** 92% pass rate, interface response good

#### Performance Test Results
- **Response Time:** Average response time 450ms, meets requirements
- **Concurrent Processing:** Supports 500 concurrent users, meets needs
- **Resource Usage:** CPU 65%, Memory 70%, within reasonable range
- **Stability:** 24-hour stability test passed

#### Compatibility Test Results
- **Browser Compatibility:** Chrome/Firefox/Safari fully compatible
- **Operating System:** Windows/macOS/Linux running normally
- **Mobile Devices:** iOS/Android mainstream devices well adapted
- **Resolution Adaptation:** Perfect adaptation from 1920×1080 to 375×667

### Quality Assessment

#### Quality Metrics
| Metric | Target Value | Actual Value | Achievement |
|--------|--------------|--------------|-------------|
| Functional Completeness | 100% | 98% | Close to target |
| Bug Density | ≤ 2/KLOC | 1.8/KLOC | Achieved |
| Test Coverage | ≥ 90% | 95% | Achieved |
| User Satisfaction | ≥ 4.0 | 4.2 | Achieved |

#### Risk Assessment
- **High Risk:** None
- **Medium Risk:** 2 major bugs may affect user experience
- **Low Risk:** 3 minor bugs, don't affect core functions
- **Overall Risk:** Low, controllable within acceptable range

### Remaining Issues

#### Bugs to be Fixed
| Bug ID | Problem Description | Severity | Impact Scope | Fix Plan |
|--------|-------------------|----------|--------------|----------|
| Bug-001 | Search result sorting abnormal | Major | Search function | Next version |
| Bug-002 | Page loading animation stuttering | Major | User experience | Current version |
| Bug-003 | Help document link error | Minor | Help page | Next version |

#### Known Limitations
- **Browser Limitations:** IE11 partial function not supported
- **Device Limitations:** Low-end devices may have performance impact
- **Network Limitations:** Slow loading in weak network environment

### Test Coverage Analysis

#### Function Coverage
- **User Management:** 100% coverage
- **Business Processes:** 95% coverage
- **System Management:** 90% coverage
- **Report Functions:** 85% coverage

#### Scenario Coverage
- **Normal Scenarios:** 100% coverage
- **Exception Scenarios:** 80% coverage
- **Boundary Scenarios:** 75% coverage
- **Stress Scenarios:** 90% coverage

### Improvement Recommendations

#### Product Improvements
- **Performance Optimization:** Optimize page loading speed
- **User Experience:** Improve interaction processes and interface design
- **Error Handling:** Improve exception situation handling mechanisms
- **Help Documentation:** Update and improve user help documentation

#### Process Improvements
- **Shift Left Testing:** Introduce more testing in development phase
- **Automation Enhancement:** Increase automation test coverage
- **Continuous Integration:** Improve CI/CD processes
- **Quality Gates:** Establish stricter quality standards

### Release Recommendation

#### Release Assessment
- **Functional Completeness:** Core functions complete, can be released
- **Quality Stability:** Overall quality stable, risks controllable
- **User Impact:** Remaining issues have minimal user impact
- **Release Recommendation:** **Recommend Release**

#### Release Precautions
- **Monitoring Focus:** Pay attention to search function and page performance
- **Emergency Plan:** Prepare quick fix solutions
- **User Communication:** Inform users of known limitations in advance
- **Follow-up Plan:** Focus on fixing remaining issues in next version

### Test Team Performance

#### Test Efficiency
- **Case Execution Efficiency:** 142 cases/5 days = 28.4 cases/day
- **Bug Discovery Efficiency:** 25 bugs/5 days = 5 bugs/day
- **Test Coverage Efficiency:** 95% coverage rate, efficient and comprehensive

#### Team Collaboration
- **Communication Coordination:** Smooth collaboration with development team
- **Issue Tracking:** Timely and effective bug tracking
- **Knowledge Sharing:** Good sharing of testing experience and methods

### Appendix

#### Test Environment
- **Hardware Environment:** [Server configuration information]
- **Software Environment:** [OS, database, middleware versions]
- **Network Environment:** [Network configuration and bandwidth]
- **Test Tools:** [Testing tools and versions used]

#### Test Data
- **Test Data Volume:** [Test data scale]
- **Data Source:** [Production data desensitization/Simulated data]
- **Data Management:** [Data preparation and cleanup strategy]

#### Reference Documents
- **Requirements Document:** [Requirements specification]
- **Design Document:** [System design document]
- **Test Plan:** [Test plan document]
- **Test Cases:** [Test case document]

Execution Instructions

  1. Collect and organize test execution data
  2. Analyze test results and quality metrics
  3. Assess product quality and release risks
  4. Generate professional test reports and recommendations

Please provide test execution data, and I will generate professional test report.


📋 Change Log

v0.1 (2025-01-14)

  • Initial version

Released under the MIT License