| |
GeekInterview.com > Interview Questions > Testing
| Print | |
Question: what is pair-wise testing ?
|
| August 08, 2007 07:15:05 |
#7 |
| j_madhuri |
Member Since: November 2006 Total Comments: 4 |
RE: what is pair-wise testing ? |
| Pairwise testing is an effective test case generation technique that is based on the observation that most faults are caused by interactions of at most two factors. Pairwise-generated test suites cover all combinations of two therefore are much smaller than exhaustive ones yet still very effective in finding defects. |
| |
Back To Question | |