recategorized by
421 views

1 Answer

0 votes
0 votes

ANSWER :B

BVA is another Black Box Test Design Technique, which is used to find the errors at boundaries of input domain (tests the behavior of a program at the input boundaries) rather than finding those errors in the centre of input.

Related questions

0 votes
0 votes
2 answers
1
admin asked Jul 21, 2022
544 views
A particular control flow graph has $15$ nodes out of which $7$ are decision nodes. The cyclomatic complexity and number of edges respectively can be given by the followi...
0 votes
0 votes
0 answers
3
admin asked Apr 1, 2020
628 views
A program $P$ calls two subprograms $P1$ and $P2.\;P1$ can fail $50\%$ time and $P2$ can fail $40\%$ times. The program $P$ can fail$50\%$$10\%$$60\%$$70\%$