What is the main purpose of having Equivalence Class
Particition & Boundary value analysis in Testing?
Answers were Sorted based on User's Feedback
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.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / arul adhavan
when we use BV testing we can use boundary level of testing
it means using the formula n,n+1,n-1 with low(LL) and high
level(HL) boundaries for ex: to check 1-10 numbers mean .to
LL - 0,1,2 . HL-9,10,11
when we come to Equivalence partition test we should divide
the given required input into two equal parts then we start
testing. and pick one value from each equivalence
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / v@
according to me,BVA for 1-10 no will be 0,1,10,11 and for
ECP it will be 1 valid class and 2 invalid. please tell me
if me wrong and provide more info to support answewr
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anandkulkarni.biet
Arul,
Can you please explain how your description on ECP
justifies the example given under BVA?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gupta
EP-this technique is used to test when we got to test different combinations of inputs or when testing different permutations and combinations of data. we divide data into 3 equal partitions and test those partitions. for example consider a text box which can only accepts numbers from 1-100. in this case we can't write test cases for 100 input values. so we divide the data in to 3 equal partitions i) 1-100 ii)data value below 1 iii)data value above 100.
BVA- testing data at boundaries. for the same above example we test with the input boundary values 0,1,100,101
Correct me if i'm wrong.
Corrections are always welcome to enrich my knowledge.
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / n@n!
for verifing validations in the application testers mainly
using BVA and ECP
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the difference between functional specifications and business requirement specification?
Can any one tell me which is the best institute for testing in Hyderabad and also the faculty suresh or nageshwarao ????
What are the main key components in Web applications and Client Server applications? and their differences?
0 Answers AO Software Solution, SoftSol,
Difference btween the QA and QC?
What is Database Testing?
Can you explain the elementary process?
What would be a person who is looking for a job in testing should put his jobprofile in some jobs websites like Naukri,Times,Monster,Etc,Etc.... as a QA or QC if He/She is trying for Manual or Automation Testing?
What are the different test levels
6 Answers IBM, Riphah International University,
10. How long have you been involved in Web accessibility?
when tester found bug then where it is assign to developer or testlead
If we report a bug to the test lead. What is the responsibility of the Test Lead? Why we report a bug to the test lead???
What is the diff bet Message box and Dialog box,anybody can answer it.... Thanks in advance