SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is not a testing principle?
A
Early testing
B
Defect clustering
C
Pesticide paradox
D
Exhaustive testing
Explanation: 

Detailed explanation-1: -Answer: c. Explanation: Exhaustive testing is the testing where we execute single test case for multiple test data.It means if we are using single test case for different product or module under manual testing.

Detailed explanation-2: -Hence, testing principle states that – Testing talks about the presence of defects and don’t talk about the absence of defects. i.e. Software Testing reduces the probability of undiscovered defects remaining in the software but even if no defects are found, it is not a proof of correctness.

Detailed explanation-3: -Testing shows the presence of defects. Exhaustive testing is impossible. Early testing. Defect clustering. Pesticide paradox. Testing is context dependent. Absence-of-errors fallacy. 16-Jun-2022

There is 1 question to complete.