could you sent me boundary value analysis sample test cases
Answers were Sorted based on User's Feedback
Answer / kishore
Boundary Value analysis is applied for input requiring a
range of value. (eg. age should be between 25 and 60)
Test cases will be: LOWERRANGE-1, LOWERRANGE, LOWERRANGE+1,
UPPERRANGE-1, UPPERRANGE, UPPERRANGE+1. i.e.
24,25,26,59,60,61.
BVA can be applied to input as well as to output.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / sampathi kotla
BVA(Boundary value Analysis)is used when ever test the
application with the set of data
For Ex: We would like to apply BVA to Boundary values(BV) 1-
9
Then we write Teste cases by using values Like
MIN,MIN+1,MAX-1 and Max (All r become +Ve test cases)
MIN-1,MAX+1(All r become -Ve test cases)
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / n.n.raju
BVA(Boundary value Analysis)is used when ever test the
application with the set of data
For Ex: We would like to apply BVA to Boundary values(BV) 1-
9
Then we write Teste cases by using values Like
MIN,MIN+1,MAX-1 and Max (All r become +Ve test cases)
MIN-1,MAX+1(All r become +Ve test cases)
| Is This Answer Correct ? | 5 Yes | 11 No |
what is web based testing and web based application? what are the check list for the web based application?
What is the role of the QA lead?
How the test plan is a tool and the product?
As a tester you are found a bug and you assigned dat bug to the correspondent developer.Then the developer not ready to accept that as a bug.what will you do?
Example for a bug not reproducible ?
When wil the verification and validation be done?
Is thr any standard format for Test Case ID like... TC_applicationname_deveopername_date_modulenumber or else we can give any ID which is unique entire the application?? plz clear my doubt...
1.what kind of testing have you done ?
What is your favourite Bug?
How do tou design a good test case?
what is functional testing?Explain with one example?And when we use functional testing in your project???
self join query in sql. 15 objective questions. What is equi join and outer join