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


Please Help Members By Posting Answers For Below Questions

Which of the following defines the expected results of a test? Test case specification or test design specification.

1030


can one defect be mapped to more than one test script in manual testing

2007


Explain the dynamic testing?

705


Explain the ramp testing?

703


Explain the exactly meaning of test case?

700






Write test cases for 8+4?

763


I need GUI test case for home page?

3224


How to test Webservices and how can we write test cases for that

2899


Explain how to develop a test plan and a test case.

695


In a log in page what will be test procedure, test scenario, test description & test steps?

685


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1737


how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in

5171


write a test cases for WLAN

525


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2269


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

2499