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 Test Factor
What type of Testing u done ur project?
what is baseline in testing
what is black box testing, and what are the methods for BBT plz explain it
what is single tire, 2tire 3 tire and so on upto ntire ? can ny one explain me about this in detail.
Can u please explain the regression testing criteria? we are having 1000 testcases, outof 1000 TC'S 800 defects we find,whose priority and seviority is high . in this situation how we can done the regression testing?
What made you pick testing over another career?
what are the QA process u r following in your cmmi level 5 company
what is the difference between bug and defect? what is the definition of bug? what is the definition of defect?
If any feature is removed from the application then also tester have to do Regression testing?
What is d diff. between d window based application and web based application testing?
What is meant by formal and informal testing? Under which category it comes?