You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: practices/testing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@
74
74
75
75
- Test data should be easy to generate, isolate and reset.
76
76
- 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.
78
78
79
79
-**Consistent, CLI-driven test execution across all environments**
0 commit comments