We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e356cf commit 1eef193Copy full SHA for 1eef193
quality-assurance/test-strategy.md
@@ -20,7 +20,7 @@ We suggest that all teams using automation should adhere to these principles:
20
* New functionality must be covered by passing automated tests (unless there is a legitimate reason not to).
21
* Test design patterns and principles should be used.
22
* Tests should be used at the optimum level of the test pyramid – lower is better.
23
-* All functional code must have accompanying unit
+* All functional code must have accompanying unit tests.
24
* All API development must have accompanying API tests
25
* Testing at the UI level should be limited to a small number tests where possible
26
* There must be a compelling reason to use a gherkin-based layer ( see [specific guidance](specflow-cucumber.md) )
0 commit comments