Confirmed users
1,051
edits
| Line 58: | Line 58: | ||
== Test case creation == | == Test case creation == | ||
* All-pairs testing - tests all possible discrete combinations of those parameters. | * All-pairs testing - tests all possible discrete combinations of those parameters. | ||
** http://en.wikipedia.org/wiki/All-pairs_testing | ** General | ||
** http://www.pairwise.org/ | *** http://en.wikipedia.org/wiki/All-pairs_testing | ||
** [http://www.satisfice.com/tools.shtml Perl script or Windows executable] | *** http://www.pairwise.org/ | ||
** Sample | ** Tool | ||
*** [http://www.satisfice.com/tools.shtml Perl script or Windows executable], it shows the cases needed for testing a feature without lots of redundant cases. | |||
** Sample | |||
*** [https://docs.google.com/a/mozilla.com/spreadsheets/d/1hda6BbG9fDhrIQ4UNmfoloeaxufHuhUdS7sF4xLWyZI/edit#gid=1352221212 Rocketbar] | |||
== Improvement == | == Improvement == | ||