A black-box testing method that divides the input domain of a program into…

2025

A black-box testing method that divides the input domain of a program into classes of data from which test cases can be derived is known as

Answer: B. Equivalence PartitioningOption 1 is correct because Equivalence Partitioning divides input domains into classes of data. Test cases are derived from these representative equivalence…

  1. A.

    Class Partitioning

  2. B.

    Equivalence Partitioning

  3. C.

    Data Partitioning

  4. D.

    Text Partitioning

Attempted by 331 students.

Show answer & explanation

Correct answer: B

Option 1 is correct because Equivalence Partitioning divides input domains into classes of data. Test cases are derived from these representative equivalence classes to cover the domain efficiently.

Explore the full course: Mppsc Assistant Professor Computer Science Paper 2

Loading lesson…