-
Back to basics: Learn the maths
- Orthogonal arrays
- Allpairs algorithm
-
Learn more about the Pairwise testing
-
All pairs testing
-
What (ISTQB)
- A black-box test design technique in which test cases are designed to execute all possible discrete combinations of each pair of input parameters
-
When
- the number of combinations to test is very large
-
A Practitioner's Guide to Software Test Design
by Lee Copeland
- http://dahlan.unimal.ac.id/files/ebooks/2004%20A%20Practitioner's%20Guide%20to%20Software%20Test%20Design_Good.pdf
- https://www.satisfice.com/download/pairwise-testing-a-best-practice-that-isnt
- https://www.developsense.com/pairwiseTesting.html
- http://www.pairwise.org/
- https://www.softwaretestinghelp.com/what-is-pairwise-testing/
-
Select automation tools
- PICT – ‘Pairwise Independent Combinatorial Testing’, provided by Microsoft Corp.
- IBM FoCuS – ‘Functional Coverage Unified Solution’, provided by IBM.
- ACTS – ‘Advanced Combinatorial Testing System’, provided by NIST, an agency of the US Government.
- Hexawise
- Jenny
- Pairwise by Inductive AS
- VPTag free All-Pair Testing Tool
- More tools http://www.pairwise.org/tools.asp
-
All Pairs Example
- http://fit.c2.com/wiki.cgi?AllPairsExample
- More practice