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 |
i have gap of 3 years need some company to take fake exp, can any one help in this group to get fake exp from a hyderabad company?
Who does integration testing ? Developer or Test Engineer?
What is the difference between testing Techniques and tools? Give examples
How does one do Functionality Testing?
wat kinds of documents requied during regression testion ? at time regression testing is done? can we do it repeatdly
what is the testing process followed in your company?
Use of Requirements Traceability?
HP QC Defect life cycle?
What is the difference between TEST STRATEGY and TEST PROCESS
3 Answers Tavant Technologies,
on what basis can u estimate test cases for particular screen??
What is a successful product?
If there is a field called "Amount" which takes 4 digit number & 2 decimal points what will be the test data for this.