SOFTWARE ENGINEERING

SOFTWARE TESTING

TESTING PRINCIPLES AND CONCEPTS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following techniques is NOT a White box technique?
A
Statement Testing and coverage
B
Decision Testing and coverage
C
Condition Coverage
D
Boundary value analysis
Explanation: 

Detailed explanation-1: -State transition testing is not a white box technique.

Detailed explanation-2: -Boundary Value Analysis (BVA): BVA is another Black Box Test Design Technique, which is used to find the errors at boundaries of input domain (tests the behavior of a program at the input boundaries) rather than finding those errors in the centre of input.

Detailed explanation-3: -Path Testing. Path Testing is a white-box testing approach based on a program’s control structure. Loop Testing. Conditional Testing. Unit Testing. Mutation Testing. Integration Testing. Penetration Testing. Testing based on Memory Perspective. More items •09-Aug-2021

There is 1 question to complete.