@@ -16,7 +16,7 @@ all potential issues. Human-driven testing, on the other hand, emphasizes
16
16
exploration, creativity, and critical thinking to identify problems that may not
17
17
be captured by automated tests or scripted scenarios.
18
18
19
- ### 4.1.1 Strengths of human-driven testing
19
+ ### Strengths of human-driven testing
20
20
21
21
- ** Critical thinking & intuition** : We as humans can apply critical thinking,
22
22
intuition, and domain knowledge to identify potential issues that automated
@@ -28,9 +28,9 @@ be captured by automated tests or scripted scenarios.
28
28
testing process, identifying usability issues, and ensuring that the software
29
29
meets the end-users' needs and expectations.
30
30
31
- ### 4.1.2 Practical steps
31
+ ### Practical steps
32
32
33
- #### 4.1.2.1 Exploratory testing
33
+ #### Exploratory testing
34
34
35
35
While automated tests are excellent at verifying known scenarios, exploratory
36
36
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:
51
51
opportunities to automate repetitive tasks and scenarios to increase
52
52
efficiency and coverage.
53
53
54
- #### 4.1.2.2 Usability testing
54
+ #### Usability testing
55
55
56
56
Usability testing focuses on evaluating the software from the end-user's
57
57
perspective, identifying usability issues, and ensuring a seamless user
@@ -80,7 +80,7 @@ experience. Here are some tips for effective usability testing:
80
80
interactions, capture feedback, and analyze usability metrics to gain deeper
81
81
insights into user behavior and preferences.
82
82
83
- #### 4.1.2.3 Accessibility testing
83
+ #### Accessibility testing
84
84
85
85
Accessibility testing focuses on ensuring that the software is usable by
86
86
individuals with disabilities, complying with accessibility standards and
@@ -110,7 +110,7 @@ guidelines. Here are some tips for effective accessibility testing:
110
110
that accessibility is considered at every stage of the software development
111
111
lifecycle.
112
112
113
- ### 4.1.3 Collaboration with automations
113
+ ### Collaboration with automations
114
114
115
115
Human-driven testing and automated testing are not mutually exclusive; they
116
116
complement each other to provide comprehensive test coverage and ensure software
0 commit comments