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 |
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
write the test cases for how do u send a message in mobile
Test cases on uplaoding files
12 Answers GE, HP,
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
anybody can send cross site scripting test cases pls...
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
write a testcase for electronic door?
write a test cases for WLAN
Sample test cases for data conversion(Utility billing system)
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.