Give examples of boundary value and equivalence
partitioning test cases.
Answer Posted / balu varma
lets consider the behavior of
tickets in the Flight reservation application , while
booking a new flight. Ticket values 1 to 10 are considered
valid & ticket is booked.
In equivalence partion :
-------------------------
1 to 10 ----> valid
<1 ----> invalid
>10 ----> invalid
ie. 0 and 11 are invalid
1 to 10 valid.
Boundary value analysis :
-------------------------
min =1
max=10
min-1=0
max+1=11
1 and 10 are valid
0 and 11 are invalid
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Suppose a job should be executed for every two hours? Write test case for this?
Explain the scalability testing?
Write all test cases for Bus Pass Renewal
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
what is the technology used in financial applications?
Explain the static testing?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
In a log in page what will be test procedure, test scenario, test description & test steps?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Why does the boundary value analysis provide good test cases?