Confirmed users
1,051
edits
No edit summary |
|||
Line 6: | Line 6: | ||
* [https://etherpad.mozilla.org/test-case-reduction-brainstorming Previous discussion] | * [https://etherpad.mozilla.org/test-case-reduction-brainstorming Previous discussion] | ||
== Test case creation == | |||
* All-pairs testing - tests all possible discrete combinations of those parameters. | |||
** General | |||
*** http://en.wikipedia.org/wiki/All-pairs_testing | |||
*** http://www.pairwise.org/ | |||
*** http://www.testingeducation.org/wtst5/PairwisePNSQC2004.pdf | |||
** 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] | |||
== Test case priority == | == Test case priority == | ||
Line 55: | Line 66: | ||
* [https://moztrap.mozilla.org/manage/suites/?&pagenumber=1&pagesize=20&sortfield=created_on&sortdirection=desc&filter-name=%5Brat%5D [RAT<nowiki>]</nowiki>] prefix | * [https://moztrap.mozilla.org/manage/suites/?&pagenumber=1&pagesize=20&sortfield=created_on&sortdirection=desc&filter-name=%5Brat%5D [RAT<nowiki>]</nowiki>] prefix | ||
** Release acceptance test - contains [http://en.wikipedia.org/wiki/Happy_path happy cases] | ** Release acceptance test - contains [http://en.wikipedia.org/wiki/Happy_path happy cases] | ||
== Improvement == | == Improvement == |