Skip to content

Commit fad7026

Browse files
committed
Add best practice point for performance tests
1 parent b2ddc3a commit fad7026

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipes/automated-testing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ patterns.
244244
- To test a specific user scenario.
245245

246246
#### Best practices
247+
- Establish clear goals. Are you testing scalability, stability, or
248+
responsiveness? Without these objectives, tests risk being unfocused, resulting
249+
in meaningless data.
247250
- Ensure the tests mimic actual user behavior, including realistic click
248251
frequency, page navigation patterns, and input actions.
249252
- Include diverse scenarios that represent different user journeys across the

0 commit comments

Comments
 (0)