Q76.Marks: +2.0UGC NET Paper 2: Computer Science 2020
Which of the following is/are behavioral testing technique(s) ?
(A) Equivalence Partitioning
(B) Graph-Based Teating Method
(C) Boundery Value Analysis
(D) Data flow Testing
(E) Loop Testing
Choose the correct answer from the options given below:
1.(B) and (D) only
2.(A), (B) and (C) only✓ Correct
3.(D) and (E) only
4.(A), (C) and (E) only
Solution
The correct answer is option 2.
Key Points
Black-box testing, also known as behavioural testing, focuses on the software's functional specifications. In other words, black-box testing allows a software developer to create sets of input conditions that completely exercise all of a program's functional requirements. The methods for behavioural testing are as follows.
graph-based testing methods
equivalence partitioning
boundary value analysis
comparison testing
orthogonal array testing
∴ Hence the correct answer is (A), (B) and (C) only.