Explain relation between white box testing and equivalence partitioning ?

Showing Answers 1 - 3 of 3 Answers

Vanya

  • Jul 14th, 2008
 

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 whitebox and blackbox testing. In equivalance partitioning we will have to come up with multiple inputs in which each one represents a set of inputs of similar behaviour.

I hope this answers the question, correct me if it sounds wrong

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions