Skip to content

Commit 1f78675

Browse files
authored
Update testing.md
1 parent e725a91 commit 1f78675

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
@@ -51,7 +51,7 @@
5151
- **Quality is the whole team's responsibility**
5252
- Education on testing and testing principles should be important to the whole team.
5353
- Quality approaches should be driven as a team and implemented by everyone.
54-
- 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.
54+
- 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.
5555
- Testing is a shared team concern, not a tester’s job alone. Developers own testing for their code.
5656

5757
- **Combining business knowledge with testing knowledge yields better quality outcomes**

0 commit comments

Comments
 (0)