Skip to content

Commit e725a91

Browse files
authored
Update testing.md
1 parent 223282f commit e725a91

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
@@ -46,7 +46,7 @@
4646
- When safe to do so, employ chaos engineering to test system resilience under real-world failure conditions.
4747
- Instrument systems to detect anomalies, performance degradation, or unexpected behaviors automatically - to support good quality canary deployments.
4848

49-
In a high-throughput environment where deploying at least once a day is the norm, adhering to the design for testability principle is paramount. The benefits include: 1) *faster feedback loops* – early testing catches issues when they are cheapest to fix, while testing later in the cycle ensures real-world readiness; 2) *increased confidence* – testing at all stages validates assumptions, improves system reliability, and supports safe, frequent releases; and 3) *higher quality by design* – systems built for testability are easier to maintain, scale, and evolve.
49+
In a high-throughput environment where deploying at least once a day is the norm, adhering to the design-for-testability principle is paramount. The benefits include: 1) *faster feedback loops* – early testing catches issues when they are cheapest to fix, while testing later in the cycle ensures real-world readiness; 2) *increased confidence* – testing at all stages validates assumptions, improves system reliability, and supports safe, frequent releases; and 3) *higher quality by design* – systems built for testability are easier to maintain, scale, and evolve.
5050

5151
- **Quality is the whole team's responsibility**
5252
- Education on testing and testing principles should be important to the whole team.

0 commit comments

Comments
 (0)