Skip to content

Commit 74df23b

Browse files
authored
Update testing.md
1 parent 1f78675 commit 74df23b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

practices/testing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
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:
55+
- 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).
56+
- Pairing developers with a tester navigating so that the driver learns the necessary testing skills.
5557
- Testing is a shared team concern, not a tester’s job alone. Developers own testing for their code.
5658

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

0 commit comments

Comments
 (0)