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 |
hi am new to testing please anyone suggest a text book or materails so that it will help me to understand testing.please give me as soon as possible
As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?
What is Test Strategy and Test Plan..what is the Diff.between those?
what does ur FRS document conatin? brahma412@yahoo.co.in
is there any difference between test case design and test case development
Define the following and explain their usefulness: Change Management, Configuration Management, Version Control, and Defect Tracking.
Do we have any certifications for ETL Testing ?
Is there any group of software tester in India so as everybody can join them?
How to test back up and storage products?
what is metrics in software testing? give me a brief detail about it?
Can u please explain wat is Cyclomatic Complexity?and wat is incident?
in regression testing we excute only modified build .how we will get to know that this much part not going to effect rest of application.