1.

Explain Relation Between White Box Testing And Equivalence Partitioning ?

Answer»

White box testing is a type of testing USED basically for checking the code of an APPLICATION, where as equivalence partitioning is a STRATEGY used for both white box and black box testing to decide the input values for the testing. In equivalence partitioning we will have to come up with multiple inputs in which each one represents a set of inputs of SIMILAR BEHAVIOR.

White box testing is a type of testing used basically for checking the code of an application, where as equivalence partitioning is a strategy used for both white box and black box testing to decide the input values for the testing. In equivalence partitioning we will have to come up with multiple inputs in which each one represents a set of inputs of similar behavior.



Discussion

No Comment Found