what is difference between BVA and Equivalence Partitioning ?
can u explain BVA for three digits?
Answers were Sorted based on User's Feedback
Answer / castor_troy
BVA is only for boundary testing. If the range is 20 - 40,
then the values for testing will be 19,20,40,41(min, min-1,
max, max+1). That is we test even for below the minimum
value and above the maximum value and the boundary.
whereas in equi. partitioning we test within the range and
the boundary but not below or above the expected/mentioned
values.
hope this is clear?
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ramesh
BVA is desisn teacnique works with an principle
1. max,max-1,max+1
2.min,min-1,min+1
for eg: if u need to test an value 100 in combo box u need
to test
then u need to test only in 6 possible conditions by
paasing these values
in case of max :100,100+1,100-1
in case of min :0,0-1,0+1
equivalence partioning will be done by varying the ranges
upto maximium
| Is This Answer Correct ? | 4 Yes | 8 No |
What is severiety and priority of the bug?how do they effect u to report the defect in the builds?
Retesting will be coducted on particuler bug or entair application?
Which metric is used for extent of testing? a.)User Participation b.)Acceptance criteria tested c.)Test Cost d.)Test Automation
What is meant by Decision Table Testing Technique?
At what stage of the life cycle does testing begin?
About Hierarchy level in your company.
What is API Testing? how do we perform this testing?
What different sources are needed to verify authenticity for CMMI implementation?
If i have 1o mandatory fields like Id, Name, DOB, DOJ, DOD, Client, location, Recruiter name, Skill, Rate with save and clear buttons Then how many test cases i need to write and what is the best way of process(Just no of possibilities or we need go for probability ) to complete the test cases?
Give example for usability testing ?
Write the possible positive and negative testcases for telephone.
What can be the possible Test Cases for an Admin Control Panel in a Web Application