could you sent me boundary value analysis sample test cases

Answers were Sorted based on User's Feedback



could you sent me boundary value analysis sample test cases..

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

could you sent me boundary value analysis sample test cases..

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

could you sent me boundary value analysis sample test cases..

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

Post New Answer

More Manual Testing Interview Questions

What can be done if requirements are changing continuously?

5 Answers   Oracle,


What is meant by Framework?Is the framework related only to AUTOMATIO or else it will applicable to MANUAL testing too?

9 Answers   Vmoksha,


Can u plz write/tell me 2 main Negative Test Cases for my Mobile Phone.

7 Answers   Xavient,


Explain a bug which if you have missed could have created a big problem?

1 Answers   Crea,


What is Recovery Testing in Testing the TV

3 Answers  






What is difference between http and https

5 Answers   AZTEC,


compatibility testing?

2 Answers   NDS,


The degree to which the software LOC of a program has been tested is called A.Data flow testing B.Code coverage C.Code walk through D.Statement coverage

1 Answers   ADITI,


What incremental integration testing?

2 Answers  


suppose if you are in ATM center and if you withdraw an amount of rs. 10000/-, you get a message to your mobile for deduction of amount but you did not receive any amount from ATM machine. What will you do? How do you rise a defect?

3 Answers  


what are the QA process u r following in your cmmi level 5 company

1 Answers   Zensar,


what is the difference between sevierty and priority

3 Answers  


Categories