Software QA Testing Question:
Download Questions PDF

Explain Equivalence Partitioning?

Answer:

Input data of a program is divided into different categories so that test cases can be developed for each category of input data. The goal of equivalence partitioning is to come out with test cases so that errors are uncovered and test cases can be carried out more efficiently. The different categories of input data are called Equivalence Classes.

Download Software QA Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Boundary value analysis?Explain bug life cycle?