When we use Boundary Value Analysis and Equivalence Partion?
Which one is best?I heard that ANy one of this technique
useing by a comany...is it right?
Answers were Sorted based on User's Feedback
Answer / murthy
Ex: The age of the person should be between 18 and 60.
Equivalence Partition:
Check with <18,18 to 60, >60
Boundary Value Analysis:
Check with min-1,min,min+1 --> 17,18,19
Check with max-1,max,max+1 --> 59,60,61
EP is better than BVA, because the former has three
testcases but the later has six test cases. And also EP
covers all Positive nad Negative validation in 3 case
itself.
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / satyaprasad
in funtionality testing ,for inputdomain coverage we use
BVA and EP.we test the object with valid and invalid date
with rspect to range and charecter type
ex:for example one login window is allowing for user id 4
to 10 charecters and alphanumerics, then,
BVA: min 4 pass ecp:valid:A toZ
min-1 3 fail a to z
min+1 5 pass
max 10 pass 1,2,3.......
max-1 9 pass invalid:spl chars,blank
max+1 11 fail spaces
hi this is satya ,any doubts contact:991212418320
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ramprasad.s
Hi
For Username & Password of web based projects
we use BVA only
For Client server projects we use Both BVA
& Equivalence Partition
All depends Requirement
sun_ramprasad@yahoo.com
Is This Answer Correct ? | 1 Yes | 3 No |
What is acceptance testing?
What is the difference between System Testing and Functionality Testing?
Can anybody explain me branch/decision coverage with a example.
What is the configuration tool is using in your organization.
How Can I do database Testing ?
why use caffine for HPLC calibration ?
Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases
risk driven testing
give me atleast 10 cases for GOOGLE search engine?
Why should you care about objects and object-oriented testing?
Difference between spiral model and proto type in sdlc?
Is apllication is window base or Linux base it create any diff. from QA point of View.?