Pairwise Software Testing

Pairwise Testing is a type of software testing in which permutation and combination method is used to test the software. Pairwise testing is used to test all the possible discrete combinations of the parameters involved.

Pairwise testing is a P&C based method, in which to test a system or an application, for each pair of input parameters of a system, all possible discrete combinations of the parameters are tested. By using the conventional or exhaustive testing approach it may be hard to test the system but by using the permutation and combination method it can be easily done.

Advantages of Pairwise Testing:

The advantages of pairwise testing are:

  • Pairwise testing reduces the number of execution of test cases.
  • Pairwise testing increases the test coverage almost up to hundred percentage.
  • Pairwise testing increases the defect detection ratio.
  • Pairwise testing takes less time to complete the execution of the test suite.
  • Pairwise testing reduces the overall testing budget for a project.

Disadvantages of Pairwise Testing:

The disadvantages of pairwise testing are:

  • Pairwise testing is not beneficial if the values of the variables are inappropriate.
  • In pairwise testing it is possible to miss the highly probable combination while selecting the test data.
  • In pairwise testing, defect yield ratio may be reduced if a combination is missed.
  • Pairwise testing is not useful if combinations of variables are not understood correctly.

Leave a comment

Your email address will not be published. Required fields are marked *