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 |
i have done B.E. Computer in 2009 i have 1 year exp in academic as a lecturer and then i have done software testing course and 6 months exp in live project now days i am searching a job in testing field in pune. pls sent me a material for testing means which kind of question ask by interviewer and any one know any openning for fresher in pune?
explain waterfall module.
Can someone explain integration testing with examples?
What if the application has functionality that wasn't in the requirements?
which are the mandatory fields in QC while rising new bug??
I want to know all detail of v model phases
what is the en configuration management?wht is use of it?
You may be overqualified for this position we have to offer
what ways u followed for defect management
define SOA?
what is agile testing with example
What type of risk analysis u did in a banking projects...? Give an example...?