What is the main purpose of having Equivalence Class
Particition & Boundary value analysis in Testing?
Answer Posted / 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 |
Post New Answer View All Answers
1.what is the approach while writing test cases in your project. 2.tell some intresting scenareo in your project
WHAT IS OBJECT REPOSITORY? AND IT TYPES? HOW MANY TYPES OF ACTIONS ARE THERE IN QTP? CAN WE ADD NEW OBJECTS AND PROPERTIES INTO SHARED OBJECT REPOSITORY?
Do you know anything about Set Top Boxes?
Write 2 scenarios for System testing?
Is anybody have the telecom systems test cases from start to end?
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
What is difference between Build, Version and Release
how many meeting in realtime environment? what are they?plz explain?
what is conditional testing? explain and examples
What is the Jar file?
What is a test log?
Can you explain random/monkey testing?
What are the challenges you faced in your project (Testing) and in your company?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?