Exhaustive and Non-Exhaustive Testing

What is exhaustive and non-exhaustive testing?

Questions by rajupluto

Showing Answers 1 - 6 of 6 Answers

goksn

  • Jul 23rd, 2009
 

IMHO, Exhaustive testing, testing all the possible test cases (which is in many cases not possible due to time and budget factors)
Non-exhaustive testing is executing the chosen test cases based on prirotiy. This is normally followed in many testing projects.

ashishks

  • Jul 28th, 2009
 

Exhaustive testing- Testing all possible scenarios(all permutation and combination of functionalities) is called exhaustive testing.

Non-Exhaustive testing: Testing only postive & negative scenarios, which belongs to requirement and based upon the type of testing is to perform, is called non-exhaustive testing.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions