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 |
i am fresher in manual testing.how to do database testing.
what is the good test case and bad test case tell me with an example
what is database testing?
i live in australia and i have come to india for holiday and i want to give my ISTQB exam so which is preferrable?giving exam in INDIA /AUSTRALIA?Does it really matters?
what is negative testing and positive testing with example?
While doing system testing your have missed out some issues. The same issue is found by customer and he reverts back to you for an explaination. How do you convince him or how do you justify yourself about your testing?
what is sign off process in manual testing?
1 Answers Cap Gemini, Virtusa,
What is Scalability Matrix
What is smoke testing and sanity testing?
Write Test Cases for Vendor Machine, which inputs 50 - Pepsi 1 - Cock 1.50 - 7Up Test Cases should cover all the Boundary Value Analysis, Equivalence Partitioning, etc.
What is meant by system testing?
What is the dirrerence in Bug Tracking Tool, Bug Reporting Tool and Test Management Tool? Please be clear in Detail.