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



Can anybody tell test cases for the following condition? In a railway reservation form, 4 types o..

Answer / naga raju.ch

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

Can anybody tell test cases for the following condition? In a railway reservation form, 4 types o..

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

Can anybody tell test cases for the following condition? In a railway reservation form, 4 types o..

Answer / banubsc08

user interface

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Test Cases Interview Questions

how to write test cases for credit card payment

6 Answers  


write a test case for a pen and paper regarding writing.

11 Answers   HCL, Wipro,


how test cases can be made for a software

3 Answers  


Do you write test plan and test case?

1 Answers   Wipro,


Scenarios to test wireless Speaker via bluetooth

0 Answers   Cygnet Infotech,






HI i'm Ramu new join as manual tester plz send me test cases for web application testing i need basic idea's

1 Answers  


What is usability testing? What are the usability test cases for 'Save As' option in Notepad?

4 Answers   Infosys,


Let me knw the testcases for opening an account and for billing in shopping malls..?/?/?

3 Answers   Semantic Space,


what is self cleaning of test cases and repeatability and usability of test cases?what is the difference in repeatability and usability

2 Answers   Wipro,


Can test case contains more than 50 steps in single test case?

4 Answers  


Explain the gray box testing?

0 Answers  


Write test case for a search engine?

12 Answers   Saba, Saba Software,


Categories