Computer Science, asked by manasachoudary, 2 months ago

Boundary value analysis can only be used during white-box testing. State if True or False.
Select one:
O TRUE
FALSE​

Answers

Answered by jackmartinn037
2

Answer:

False

Explanation:

Although BVA is a white box technique but it can be performed during black box testing also.

Answered by MasterKaatyaayana2
0

Answer:

FALSE

Explanation:

It is true that Boundary value analysis can be used during white box testing. But, boundary value analysis is one of the widely used case  for black box testing as also.

- Method: In order to do testing by BVA, the tester focuses on, while entering boundary value whether the software is producing correct output or not.

-Testing both invalid and valid parameters as an input for a given range of a software component.

#SPJ3

Similar questions