Confirmed users
1,051
edits
| Line 6: | Line 6: | ||
== Test case creation == | == Test case creation == | ||
* [https://quality.mozilla.org/docs/test-case-writing-primer Test case creation primer] | * '''[https://quality.mozilla.org/docs/test-case-writing-primer Test case creation primer]''' - read this before creating test cases^^ | ||
* All-pairs testing - tests all possible discrete combinations of those parameters without lots of redundant cases. | * All-pairs testing - tests all possible discrete combinations of those parameters without lots of redundant cases. | ||
** General | ** General | ||