SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
One weakness of boundary value analysis and equivalence partitioning is
A
They are not effective
B
They do not explore combinations of input circumstances
C
They explore combinations of input circumstances
D
None of the above
Explanation: 

Detailed explanation-1: -The disadvantages of the BVA method are as follows. It cannot test all test case input values. BVA technique is not suitable with Boolean Variable, because Boolean is a type of data which have values of 1 and 0. Dependence with test case variables that already have conditions for input values [6].

Detailed explanation-2: -Boundary Value Analysis and Equivalence Class Partitioning are the most common technique in Black-box Testing Techniques for test case design. Both are used to design test cases for validating a range of values for any given input domain. Both these techniques are used together at all levels of testing.

There is 1 question to complete.