Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 Interactive Elements like Social Bookmarking Post a Comment Number of Views Existing Rating Rate this Add to favorites Track this Author Print this Guess who

2 Answers   Cap Gemini,


can anyone please send me the sample testcases on how to write it into the testtemplates

3 Answers  


How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile 

0 Answers  


is test case required to be baselined?

0 Answers  


Write negative test case for logout????? Answer soon friends

2 Answers  


Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data

3 Answers  


What is use case testing?

0 Answers  


How does one write Test Cases?

7 Answers  


how can we write test cases with help of functional spec? is it not appropriate to write by using the application?

3 Answers  


How you will write test cases on DROP DOWN list BOX on GUI

5 Answers   eMids, Valtech,


Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?

0 Answers   ISTQB,


What are the Test Cases for an email id for username and password?

2 Answers  


Categories