Skip to content

Commit 829269f

Browse files
authored
Update testing.md
1 parent b4821e1 commit 829269f

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
@@ -74,7 +74,7 @@
7474

7575
- Test data should be easy to generate, isolate and reset.
7676
- Use factories, fixtures or synthetic data generation.
77-
- Anonymised production data can improve test relevance, especially in performance or exploratory testing.
77+
- Make sure that you can generate test data of a scale and complexity representative of the production system, to ensure that performance and exploratory testing is realistic.
7878

7979
- **Consistent, CLI-driven test execution across all environments**
8080

0 commit comments

Comments
 (0)