0
4.7kviews
Effective Software Testing vs Exhaustive Software Testing
1 Answer
written 5.6 years ago by |
Exhaustive or complete software testing means that every statement in the program and every possible path combination with every possible combination of data must be executed. However, soon, we will realize that exhaustive testing is out of scope. That is why the questions arise: (i) When are we done with …