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 |
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
Is there any formula to find the number of test cases needed
how to write test cases for sort drop down box containning 6 options in the drop down list.
What is use case testing?
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
How many test cases u will write for Acceptance testing?
Explain the smoke testing?
How many test cases u will write for Adhoc testing?
how we test the login page using jwebunit test case...
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