Skip to content

Commit 01e1831

Browse files
authored
ref(docs): remove nested numbering in subheaders
1 parent fef64c6 commit 01e1831

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/human-touch.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ all potential issues. Human-driven testing, on the other hand, emphasizes
1616
exploration, creativity, and critical thinking to identify problems that may not
1717
be captured by automated tests or scripted scenarios.
1818

19-
### 4.1.1 Strengths of human-driven testing
19+
### Strengths of human-driven testing
2020

2121
- **Critical thinking & intuition**: We as humans can apply critical thinking,
2222
intuition, and domain knowledge to identify potential issues that automated
@@ -28,9 +28,9 @@ be captured by automated tests or scripted scenarios.
2828
testing process, identifying usability issues, and ensuring that the software
2929
meets the end-users' needs and expectations.
3030

31-
### 4.1.2 Practical steps
31+
### Practical steps
3232

33-
#### 4.1.2.1 Exploratory testing
33+
#### Exploratory testing
3434

3535
While automated tests are excellent at verifying known scenarios, exploratory
3636
testing is a powerful technique for uncovering unknown issues. Testers explore
@@ -51,7 +51,7 @@ potential problems. Here are some tips for effective exploratory testing:
5151
opportunities to automate repetitive tasks and scenarios to increase
5252
efficiency and coverage.
5353

54-
#### 4.1.2.2 Usability testing
54+
#### Usability testing
5555

5656
Usability testing focuses on evaluating the software from the end-user's
5757
perspective, identifying usability issues, and ensuring a seamless user
@@ -80,7 +80,7 @@ experience. Here are some tips for effective usability testing:
8080
interactions, capture feedback, and analyze usability metrics to gain deeper
8181
insights into user behavior and preferences.
8282

83-
#### 4.1.2.3 Accessibility testing
83+
#### Accessibility testing
8484

8585
Accessibility testing focuses on ensuring that the software is usable by
8686
individuals with disabilities, complying with accessibility standards and
@@ -110,7 +110,7 @@ guidelines. Here are some tips for effective accessibility testing:
110110
that accessibility is considered at every stage of the software development
111111
lifecycle.
112112

113-
### 4.1.3 Collaboration with automations
113+
### Collaboration with automations
114114

115115
Human-driven testing and automated testing are not mutually exclusive; they
116116
complement each other to provide comprehensive test coverage and ensure software

0 commit comments

Comments
 (0)