SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is NOT a black-box testing technique?
A
statement coverage
B
decision coverage
C
boundary value analysis
D
branch coverage
Explanation: 

Detailed explanation-1: -Solution: Fault injection: It is a white box technique that is used by the developer to check or verify the code by inserting some wrong value in code.

Detailed explanation-2: -Explanation: Black-box testing is a method of software testing that examines the functionality of an application without peering into its internal structures or workings. Explanation: Boundary value analysis is a software testing technique in which tests are designed to include representatives of boundary values.

Detailed explanation-3: -Boundary Value Analysis (BVA) is a Black-Box testing technique used to check the errors at the boundaries of an input domain.

There is 1 question to complete.