Computer Science, asked by prajwalkakade007, 4 months ago

What is an Equivalence Partition? Select one: a. A set of test cases for testing classes of objects b. Technique to convert infinite number of test cases into testable test cases. c. An input or output range of values such that every tenth value in the range becomes a test case. d. None of the above

Answers

Answered by taxef2002
1

Answer:

What is an Equivalence Partition?

answer: Equivalence partitioning or equivalence class partitioning is a software testing technique that divides the input data of a software unit into partitions of equivalent data from which test cases can be derived. In principle, test cases are designed to cover each partition at least once.

Answered by madeducators11
0

d. None of the above

Explanation:

The answer of the given question is None of the above.

An input or output range of values such that only one value in the range becomes a test case is known an Equivalence Partition.

Characteristics of Equivalence Partitioning are:

a) In equivalence-partitioning technique we need to test only one condition from each partition.

b) If one condition in a partition works, we assume all of the conditions in that partition will work.

c) if one of the conditions in a partition does not work, then we assume that none of the conditions in that partition will work.

d) Equivalence partitions and equivalence classes both terms mean exactly the same thing.

Similar questions