Testing Techniques Question:
Download Questions PDF

Do you know Equivalence Partitioning?

Answer:

Equivalence partitioning is a technique used in software testing which aims to reduce the number of test cases and choose the right test cases. This is achieved by identifying the “classes” or “groups” of inputs in such a way that each input value under this class will give the same result.

E.g. a software application designed for an airline has special offer functionality. The offer is that first two member of every city booking the ticket for a particular route gets a discount. Here, the group of inputs can be “All cities in India”.

Download Testing Techniques Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Random testing?What is Fish Bone Diagram?