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: 

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:  Correct Answer (A), (B) and (C) only

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.

  1. graph-based testing methods
  2. equivalence partitioning
  3. boundary value analysis
  4. comparison testing
  5. orthogonal array testing

 ∴ Hence the correct answer is (A), (B) and (C) only.

Related Questions