Skip to content

Commit 4917f76

Browse files
committed
fix numbering
1 parent e503ac5 commit 4917f76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/automated-testing/test-planning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Going through this exercise doesn't only produce test cases, it also helps clari
1616
- Thoroughly read and understand the acceptance criteria for the story
1717
- Clarify any ambiguities with the product owner or stake holders
1818

19-
1. Identify Test Scenarios
19+
2. Identify Test Scenarios
2020
- Consider both positive and negative scenarios (happy paths, and error cases) to cover edge cases
2121
- Determine what is in and out of scope, i.e. do we only test functional requirements, or are non-functional requirements such as security, accessibility, reliability etc. in scope for testing?
2222

23-
1. Define Test Cases
23+
3. Define Test Cases
2424
- For each test scenario, define detailed test cases
2525
- Each test case should be documented with
2626
- **TestCase Title:** What is being tested
@@ -32,11 +32,11 @@ Going through this exercise doesn't only produce test cases, it also helps clari
3232

3333
**Given** the initial context or state, **When** the action or event, **Then** the precise outcome
3434

35-
1. Automate where Possible
35+
4. Automate where Possible
3636
- If feasible, automate the test cases
3737
- Focus on automating hot paths, and critical areas
3838

39-
6. Review and Refine
39+
5. Review and Refine
4040
- Review the test cases with peers or stakeholders to ensure that we have covered everything we want to cover, and that expected outcomes are correct
4141
- Refine the test cases based on feedback
4242

0 commit comments

Comments
 (0)