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
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
Who will take care of test plan and test case?
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
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.)
Define some of the attributes of a test case?
How to write email id in world wide web
What is business validation test case?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
write a test case flipkart login page
What is use case testing?
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
write the test cases for facility module
Write a test case of login window?
Explain how to develop a test plan and a test case.