Skip to content

Commit bbf0802

Browse files
authored
Remove reference to support
1 parent 07db966 commit bbf0802

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
@@ -52,7 +52,7 @@
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.
5454
- 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.
55-
- Testing is a shared team concern, not a tester’s job alone. Developers own testing for their code, including pipeline tests, monitoring their deploys, infrastructure and on-call responsibilities, as deploying at least once a day requires autonomy and accountability.
55+
- 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**
5858
- Include business knowledge and critical thinking as part of technical assurance.

0 commit comments

Comments
 (0)