Can you explain equivalence partitioning? Ans. In equivalence partitioning we identify inputs which are treated by the system in the same way and produce the same results. You can see from the following figure applications TC1 and TC2 give the same results (i.e., TC3 and TC4 both give the same result, Result2). In short, we have two redundant test cases. By applying equivalence partitioning we minimize the redundant test cases. So apply the test below to see if it forms an equivalence class or not: * All the test cases should test the same thing. * They should produce the same results. * If one test case catches a bug, then the other should also catch it. * If one of them does not catch the defect, then the other should not catch it. - Study24x7
Social learning Network
22 May 2023 03:19 PM study24x7 study24x7

Can you explain equivalence partitioning? Ans. In equivalence partitioning we identify inputs which are treated by the system in the same way and produce the same results. You can see from the following figure applications TC1 and TC2 give the same results (i.e., TC3 and TC4 bot...

See more

Can you explain equivalence partitioning?

Ans. In eq...
study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles