Skip to content

Commit c5f2130

Browse files
Update practices/testing.md
Co-authored-by: Alex Young <[email protected]>
1 parent 50687f6 commit c5f2130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practices/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- **Quality is the whole team's responsibility**
2727
- Education on testing and testing principles should be important to the whole team.
2828
- Quality approaches should be driven as a team and implemented by everyone.
29-
- Teams should consider running regular coaching / mentoring sessions to support colleagues who are less experienced in testing to grow their skills, for example by no-blame group discussions to identify edge-case tests which have so far been missed, tests positioned incorrectly in the [test pyramid](https://martinfowler.com/articles/practical-test-pyramid.html), etc.
29+
- Teams should consider running regular coaching / mentoring sessions to support colleagues who are less experienced in testing to grow their skills, for example by no-blame group discussions to identify edge-case tests which have so far been missed, tests positioned incorrectly in the [test pyramid](https://martinfowler.com/articles/practical-test-pyramid.html), and pairing with a tester navigating so that the driver learns the necessary skills.
3030

3131
- **Combining business knowledge with testing knowledge yields better quality outcomes**
3232
- Include business knowledge and critical thinking as part of assurance

0 commit comments

Comments
 (0)