Project Description - SelinGungor/pairwise-testing GitHub Wiki

Welcome to the Generate My Pairs wiki!

In computer science, all-pairs testing or pairwise testing is a combinatorial method of software testing that, for each pair of input parameters to a system, tests all possible discrete combinations of those parameters.

Generate my pairs(GMP) is a web application which can generate possible test cases using pairwise test technique. Users of GMP can upload bulk test data to the system, and they will receive generated test cases.