Skip to content

Commit 1eef193

Browse files
Update quality-assurance/test-strategy.md
Co-authored-by: David Bailey <[email protected]>
1 parent 8e356cf commit 1eef193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quality-assurance/test-strategy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We suggest that all teams using automation should adhere to these principles:
2020
* New functionality must be covered by passing automated tests (unless there is a legitimate reason not to).
2121
* Test design patterns and principles should be used.
2222
* Tests should be used at the optimum level of the test pyramid – lower is better.
23-
* All functional code must have accompanying unit
23+
* All functional code must have accompanying unit tests.
2424
* All API development must have accompanying API tests
2525
* Testing at the UI level should be limited to a small number tests where possible
2626
* There must be a compelling reason to use a gherkin-based layer ( see [specific guidance](specflow-cucumber.md) )

0 commit comments

Comments
 (0)