What is the difference between exhaustive and selective testing
Answers
Answered by
0
Answer:
I only know exhaustive testing:
Exhaustive testing is a test approach in which all possible data combinations are used for testing. Exploratory testing includes implicit data combinations present in the state of the software/data at the start of testing.
Answered by
1
Difference between exhaustive and selective testing:
- Exhaustive testing is otherwise called as complete testing. This testing takes place when all the testers in the team are exhausted and when all the planned tests have been executed.
- It is a QA testing technique where all scenarios or data are tested for testing. In short, exhaustive testing guarantees there are no undiscovered faults towards the end of the test phase.
To know more
Difference between effective and exhaustive software testing in tabular form
https://brainly.in/question/2579149
Similar questions