how to write test cases for the example
state name starts with A B C D E F G H I J K L Z
No Answer is Posted For this Question
Be the First to Post Answer
how many checkpoint u have to used
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.
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
What is the role of QA in a company that produces software?
Explain the logic testing?
how to write test cases for "Browse" button.
Dear Friends, please send me some links where i will get all type of web driver programs.
What is Defect Seeding? What is Defect Density?
How many bugs have u found in your project?
how to write testcases for yahoo messagner
how to test an imaging application that removes the red eye affect from an image?
Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.