How to reduce the number of cases to execute by 96%?

Surely at one time you had to test a system that had many conditions and, when you started combining them, a large number of test cases or scenarios were generated for you to run. 

We already know that you cannot test everything. The testing is sample. Then, how do we do? We have to choose. To facilitate that choice, I will show you what the Pairwise testing technique consists of, how to implement it with a tool and an example.