Multiple choice technology testing

The number of techniques in Black box testing

  1. One

  2. More than two

  3. Two

  4. Three

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The two main techniques in Black-box testing are Equivalence Partitioning and Boundary Value Analysis. Equivalence Partitioning divides input data into groups expected to be treated similarly, while Boundary Value Analysis focuses on testing at the boundaries between these partitions. These are foundational black-box testing methods.