Can anybody tell test cases for the following condition?
In a railway reservation form, 4 types of ticket ranges are
there like a) age up to 3, NO TICKET. b) age up to 7, HALF
TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR
CITIZEN QUOTA.
if you enter age into the text box the relevant message
should be displayed..... Eg. FULL TICKET.
Answers were Sorted based on User's Feedback
Use select case statement
example:
dim age
age=inputbox("Enter the age")
select case age
case "age up to 3"
msgbox "No Ticket"
case "age up to 7"
msgbox "Halt Ticket"
Just i gave example
case "age up to 60"
msgbox "Full Ticket"
case else
msgbox"SENIOR CITIZEN QUOTA"
end select
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / vinoth
check out the textbox will accept numeric value from(0-100)
it will accept valid input
| Is This Answer Correct ? | 0 Yes | 0 No |
who will prepare enhacement report?mail me at gavaskarreddy149@gmail.com
Explain the monkey testing?
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
can any one give the format of writing test cases in excel sheet.
in test case we would write log and login ?what is the dif bet both of them
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2
What could be test cases for windows calculator using risk based testing
Writing Test cases based on the understanding of the UX document
do we write separate test cases for each type of testing? for example for functional testing and integration testing,we write two seprate test case documents or just one?please explain.
test case for pen?? with actual value and expected calue
Sir I m student I mreading sytem testing as my core paper I want to know how I can make Test case for smple Login Form