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

Write the Load test cases on a water bottle.

5 Answers   Cognizant, IBM, Logic, Microsoft, NIC,


what are the different Test case Formats posted by aperson the answer is IEEE or IEE_894 wht is this actuly

4 Answers  


test case for open doalog box. thanks a lot!

1 Answers  


what are the inputs required for writing test cases

2 Answers   Satyam,


write the high level test cases for winzip file

2 Answers   QA,






1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.

0 Answers  


write test case for optical mouse.

8 Answers   Mphasis,


WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES

0 Answers   Accenture,


int a, int b, int c= (a+b); Write the test cases for c.

0 Answers  


Write a test case for telephone?

0 Answers  


What is the role of a tester in the test plan preparation? What elements tester physically develops in the test plan document.& what exactly this document contains?

4 Answers   Blue Star,


This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions should be tested in this code in order to achieve 100% decision coverage? A. 2 B. Indefinite C. 1 D. 4

1 Answers   ISTQB,


Categories