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 Functional Testing?
what is security test,what is meant by authentication &autherization
I am having 2 years of experience in Manual Testing, 2marrow I have an interview with a Company. Which type of questions they will ask me?How should I prepare for interview?Please guide me so that I will clear the interview.
where do we store our test cases>?
1.What is mean by data base testing?explain with example? 2. you can check the data base testing through sql then why we are using QTP Data base check ? 3.difference between modified waterfall model and waterfall model? 4.defect life cycle?
pls explain perfomence testing and strees testing load testing
How will we come to know that its a bug,in what situations we consider it as a bug?
What is build and patch?
After recieved the defect from Tester,developer is not getting any error while executing that bug then he will reject that defect due to the above reason.As a Tester what we can do in that situation?
what is the diffrence b/w Sanity testing and smoke testing
1. Testing engineer find a bugs but develper not accepted that bugs ? How do fixes the bugs?
What is Load Testing and Stress Testing explain it with examples