197k views
1 vote
Boundary value analysis can only be used during white-box testing.
A. True
B. False

User Phew
by
7.8k points

1 Answer

2 votes

Final answer:

Boundary value analysis is a technique that can be used in both black-box and white-box testing to identify errors at boundaries, and the statement stating it’s exclusive to white-box testing is false.

Step-by-step explanation:

The statement that boundary value analysis can only be used during white-box testing is false. Boundary value analysis is a black-box testing technique used to identify errors at the boundaries rather than within the ranges of input values. Although it's a common technique in black-box testing, it's not exclusively limited to any single testing methodology and can potentially be adapted for use in white-box testing scenarios as well. It focuses on the points where there is a transition from one state to another, typically the edges of an input range, as these are often the source of errors in software applications.

User Bootsoon
by
7.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.