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 |
When have you had to focus on data integrity?
How to do browser testing (creates a standard script and run it for the different browser combinations)
exactly what is the purpose of configuration mgt tool? also give some examples?
what are the risks and contingencies u had in ur project?
What is a Scenario Matrix's document?
what is the metrics followed in a small company( if its not a cmm level company). if there is no business analyst in a company then who will prepare the requirement documents
how to prepare Test Environment for an application ?
What is difference between individual test team testing and self testing by developer? give pros n cons.
Can u tell me any 3 BVT's for yahoo login page ?
Who is QA ? and Who is QC in a company? What are the roles of QA And QC in company?
What is baseline?
Explain the strategy for testing a Java application?