@usrrname/cursorrules
Version:
A wicked npx-able lib of cursor rules with Otaku AI agents
77 lines (45 loc) • 2.36 kB
Markdown
# Test Plan Template for { PBI # }
## Title
{title of the test plan}
## Product
- **Product Name:** {product name}
- **Product Version:** {product version}
- **Feature Name:** {feature name}
- **Product Line Portfolio:** {product line portfolio - optional}
## PROJECT DESCRIPTION
{short concise project description}
## Testing Environments
{list of test environments}
# Testing Strategy
{description of testing strategy for the user story and what roles unit, integration, and user acceptance testing will play}
## Unit Testing
{Description of role of unit testing}
## Unit Test Cases
{starting condition of test case}
| \# | OBJECTIVE | INPUT | EXPECTED RESULTS | TEST DELIVERABLES | Date | Status |
| --- | --------- | ----- | ---------------- | ----------------- | ---- | ------ |
| 1 | | | | | | {ToDo | In Progress | Pass | Fail | Aborted } |
# Regression Testing
// Ensures that previously developed and tested software still performs after change.
## Regression Test Cases
{enumerate regression or impact testing cases from previous releases or PBI#}
## Regression Test Cases
| # | OBJECTIVE | INPUT | EXPECTED RESULTS | OBSERVED | Date | Status |
| --- | --------- | ----- | ---------------- | -------- | ---- | ------ |
| 1 | | | | | | {ToDo | In Progress | Pass | Fail | Aborted } |
# Integration Testing
Combine individual software modules and test as a group.
## Integration Test Cases
Evaluate all integrations with locally developed shared libraries, with consumed services, and other touch points.
| # | OBJECTIVE | INPUT | EXPECTED RESULTS | TEST DELIVERABLES | Date | Status |
| --- | --------- | ----- | ---------------- | ----------------- | ---- | ------ |
| 1 | | | | | | {ToDo | In Progress | Pass | Fail | Aborted } |
# User Acceptance Testing
Verify that the solution works for the user
## User Acceptance Testing
{Explain how user acceptance testing will be accomplished}
## User Acceptance Test Cases
| # | TEST ITEM | EXPECTED RESULTS | ACTUAL RESULTS | DATE |
| --- | --------- | ---------------- | -------------- | ---- |
| 1 | | | | |
# Appendix