Question { Tavant Technologies, 10203 }
What is the main purpose of having Equivalence Class
Particition & Boundary value analysis in Testing?
Answer
BVA is required to test the application on the boundries
also.
For Eg: There is a field which can take 50 characters then
applying the BVA technique we need to test for 0,1,49,50,51
characters.
ECP is required to test the application for test data
corresponding to each class values.
Considering the above field, the ECP would be entering data
of each class like small letters, capital letters, special
characters, numbers, combination of these.
Guys, Correct me if i am wrong.