SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Boundary value Analysis comes under
A
Black box testing
B
White box testing
C
Integration testing
D
Unit tesring
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: -Boundary-value analysis is a software testing technique in which tests are designed to include representatives of boundary values in a range. The idea comes from the boundary.

Detailed explanation-3: -Black box testing can be applied to three main types of tests: functional, non-functional, and regression testing.

There is 1 question to complete.