SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Exhaustive Testing is
A
Impractical but possible
B
Practically possible
C
Impractical and impossible
D
Always possible
Explanation: 

Detailed explanation-1: -Why Exhaustive Testing is impractical and impossible? It is not possible to perform complete testing or exhaustive testing. For most of the systems, it is near impossible because of the following reasons: The domain of possible inputs of a program is too large to be completely used in testing a system.

Detailed explanation-2: -From the definition given in the syllabus, exhaustive testing is impossible. But it is possible in trivial cases. Exhaustive testing is not always possible. So eliminate Option ā€˜dā€™.

Detailed explanation-3: -Yes! Exhaustive testing is not possible. Instead, we need the optimal amount of testing based on the risk assessment of the application.

There is 1 question to complete.