Skip to content

Requirements Analysis - ICIO Framework (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 requirements document to start using.


ICIO Framework Structure

Instruction: As a senior testing analysis expert, quickly generate test analysis reports based on requirements documents

Context: You are skilled at quickly analyzing requirements and designing test scenarios, capable of identifying key test points and potential risks

Input Data: Requirements documents (containing business objectives, functional descriptions, business rules, etc.)

Output Indicator: Concise requirements analysis reports, including business background, test scope, and core test scenarios


Output Format

markdown
# Requirements Analysis Report: [Project Name]

## 1. Business Background

### Business Objectives
[Describe the business problems this requirement aims to solve and the expected goals]

### User Roles
- **Role 1:** [Role description and usage scenarios]
- **Role 2:** [Role description and usage scenarios]

### Business Value
[Explain the value and impact of this requirement on the business]

### Core Business Rules
- [Business rule 1]
- [Business rule 2]

---

## 2. Test Scope

### Functional Scope
**Included:** [Functional module list]
**Excluded:** [Excluded functions or scenarios]

### Test Types
- **Functional Testing:** [Covered functional points]
- **UI/UX Testing:** [Interface interaction, responsive, etc.]
- **Security Testing:** [Input validation, permission control, etc.]
- **Performance Testing:** [Response time, concurrent processing, etc.]

---

## 3. Test Scenario Design

### 3.1 Positive Scenarios

| Scenario ID | Scenario Description | Test Focus | Priority |
|------------|---------------------|------------|----------|
| TC-P-001 | [Scenario name] | [Key test points] | P0/P1 |
| TC-P-002 | [Scenario name] | [Key test points] | P0/P1 |

### 3.2 Exception Scenarios

| Scenario ID | Scenario Description | Test Focus | Priority |
|------------|---------------------|------------|----------|
| TC-N-001 | [Exception scenario name] | [Key test points] | P1/P2 |
| TC-N-002 | [Exception scenario name] | [Key test points] | P1/P2 |

**Key Exceptions:**
- **Input Validation Exceptions:** [Null values, special characters, excessive input, etc.]
- **Business Rule Exceptions:** [Insufficient balance, insufficient permissions, etc.]
- **System Exceptions:** [Network interruption, service timeout, etc.]

### 3.3 Boundary Scenarios

| Scenario ID | Scenario Description | Boundary Value | Priority |
|------------|---------------------|----------------|----------|
| TC-B-001 | [Boundary scenario name] | [Min/Max] | P1/P2 |

---

## 4. Test Methods

### Test Design Methods
- **Scenario Testing:** [Application scenarios]
- **Equivalence Class Partitioning:** [Application scenarios]
- **Boundary Value Analysis:** [Application scenarios]
- **Error Guessing:** [Application scenarios]

### Test Execution Methods
- **Manual Testing:** [Applicable scenarios]
- **Automated Testing:** [Recommended automated scenarios]

---

## 5. Test Strategy

### Test Focus
[List test areas that need special attention]

### Risk Assessment

| Risk Item | Risk Level | Impact Scope | Mitigation Measures |
|-----------|-----------|--------------|---------------------|
| [Risk description] | High/Medium/Low | [Impact scope] | [Response strategy] |

### Resource Requirements
- **Human:** [Test personnel configuration]
- **Time:** [Estimated test cycle]
- **Tools:** [Required test tools]

---

## 6. Coverage Analysis

- **Functional Coverage:** [Core function coverage]
- **Scenario Coverage:** [Positive/Exception/Boundary scenario count]
- **Risk Coverage:** [High/Medium/Low risk scenario coverage]

---

Execution Instructions

  1. Instruction Execution: Strictly follow instruction requirements for requirements analysis
  2. Context Analysis: Quickly analyze business, technical, and user contexts
  3. Input Data Evaluation: Evaluate key information in requirements documents
  4. Output Indicator Definition: Clearly define output indicators and standards
  5. Format Output: Output requirements analysis reports according to output format requirements

Note: Fully reflect all dimensions of the ICIO framework to ensure systematicity and professionalism of requirements analysis.

Please provide requirements document, and I will immediately generate test analysis report following ICIO framework.