All-Pairs Testing: Technique to test all possible discrete combinations of input parameters with minimal test cases. Reduces effort while maintaining high coverage.Example: For browser/OS/device combinations, test representative pairs rather than every possible combination.