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

What is Unit Testing ? What is Integration Testing ? What is acceptance testing ? What is Static testing? What is System testing? What is Load Testing? What is Smoke Testing? What is Soak Testing? What is Scalability Testing? What is Sanity Testing? What is Ramp Testing? What is Monkey Testing? What is Gray Box Testing? What is Functional Testing? What is Glass Box Testing? What is Dynamic Testing? What is Compatibility Testing? What is Concurrency Testing? What is Component Testing? What is Ad Hoc Testing? What is Agile Testing?

1 Answers  


what are the test case scenario for epos/pos testing,and how to initiate the process

0 Answers  


What is the Difference between Testing Types and Testing Techniques

4 Answers   ISTQB,


Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS

0 Answers  


i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.

5 Answers   AZTEC,






how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

0 Answers   PMC,


What are the test scenario's for pen like high priority high seviority?

4 Answers   NetWeb, Zycus Infotech,


14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?

1 Answers   ISTQB,


write a testcase for tea cup?

6 Answers  


Write a test case for yahoo

2 Answers  


Explain the static testing?

0 Answers  


Who will take care of test plan and test case?

1 Answers  


Categories