| Sheet 5: TESTING | ||||||||
| Category | Use Case | Prompt Template | Variables to Customize | Expected Output | Time Saved | Contributed By | Date Added | Rating |
| Testing | Generate test cases from user story | I'm a Business Analyst reviewing test coverage. User Story: [USER_STORY]. Acceptance Criteria: [ACCEPTANCE_CRITERIA]. Generate comprehensive test cases including: Happy path scenarios, Error scenarios, Boundary conditions, Integration scenarios, Edge cases. Format: Test Case ID, Test Description, Preconditions, Steps, Expected Result. | USER_STORY, ACCEPTANCE_CRITERIA | Test cases table | 30-45 min | Stephen Mitchell > Claude | 4-Feb | ⭐⭐⭐⭐⭐ |
| Testing | Validate test coverage | I'm a Business Analyst reviewing test cases. User Story: [USER_STORY]. Existing test cases: [TEST_CASES]. Identify gaps in coverage: missing scenarios, untested acceptance criteria, missing error cases, missing boundary tests, missing integration tests. | USER_STORY, TEST_CASES | Coverage gap analysis | 20-30 min | Stephen Mitchell > Claude | 4-Feb | ⭐⭐⭐⭐ |
| Testing | Generate test data | I'm a Business Analyst creating test data for [FEATURE_NAME]. Data requirements: [DATA_REQUIREMENTS]. Generate [NUMBER] realistic test records in CSV format with fields: [FIELD_LIST]. Include edge cases like: empty fields, max lengths, special characters, boundary values. | FEATURE_NAME, DATA_REQUIREMENTS, NUMBER, FIELD_LIST | Test data CSV | 30-45 min | Stephen Mitchell > Claude | 4-Feb | ⭐⭐⭐⭐ |
| Testing | UAT script creation | I'm a Business Analyst creating UAT scripts for [FEATURE_NAME]. User Story: [USER_STORY]. Create step-by-step testing instructions for end users including: Setup steps, Test scenario, Detailed steps with screenshots placeholders, Expected results, Pass/Fail criteria. Make it simple for non-technical testers. | FEATURE_NAME, USER_STORY | UAT script | 45-60 min | Stephen Mitchell > Claude | 4-Feb | ⭐⭐⭐⭐ |
| Testing | Defect analysis | I'm a Business Analyst analyzing defects. Defect list: [DEFECT_DATA]. Analyze patterns: Most common defect types, Root causes, Affected modules, Trends over time. Suggest preventive measures and process improvements. | DEFECT_DATA | Defect analysis report | 60-90 min | [Name] | [Date] | ⭐⭐⭐⭐ |