Answer :

Exhaustive testing is the practice of testing for every possible issue in order to ensure that the product cannot be ruined or crashed by an unforeseen circumstance. It considers all conceivable input concatenations, usage scenarios, as well as arbitrary events and inputs.

It is impossible to conduct exhaustive or comprehensive testing. Due to the following factors, it is almost difficult for the majority of systems: A system cannot be tested using all of the domain of potential inputs for a program. It is frequently asserted that thorough testing of software is comparable to a proof of correctness. Although I've stated it before, this approach seems intuitively appealing but is flawed both technically and practically.

When all of your team's testers are worn out and all the planned tests have been run, this is known as exhaustive testing, also referred to as comprehensive testing.

To learn more about testing from the given link.

https://brainly.com/question/27794277

#SPJ4