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 black box testing
A
Basic path testing
B
Boundary value analysis
C
Code path analysis
D
None of the mentioned
Explanation: 

Detailed explanation-1: -Boundary Value Analysis (BVA) is a Black-Box testing technique used to check the errors at the boundaries of an input domain. The name comes from the Boundary, which means the limits of an area. So, BVA mainly focuses on testing both valid and invalid input parameters for a given range of a software component.

Detailed explanation-2: -There are four main black box testing techniques: equivalence partitioning, boundary value analysis, decision table testing, and state transition testing.

Detailed explanation-3: -6) Which of the following testing is related to the boundary value analysis? Explanation: Boundary value analysis is one of the widely used case design techniques for black-box testing.

There is 1 question to complete.