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