How to write test case template for ATM
Answers were Sorted based on User's Feedback
Answer / sonali
1. User should get Welcome page
2. shud ask 2 enter PIN, shud giv option for reenter as well
3. After card is swiped it should ask for language selection
4. Aftr successfull login, shud be able to see multiple
options available
5. if selected one, shud go 2 next appropriate screen
6. if want to exit that option shud be visible
thats it!
| Is This Answer Correct ? | 17 Yes | 6 No |
Answer / meera
first we have to think +ve flow
1.insert the atm enter enter the valid password,touch the
balance enquiry.
-ve flow of the
2.insert the atm enter enter the invalid password,touch the
balance enquiry.
| Is This Answer Correct ? | 5 Yes | 11 No |
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
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
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
What is the basis on which you can check a text box in a web page or application?
3 Answers HCL, IBM, R Systems,
Explain the unit testing?
Explain the acceptance testing?
Write test cases for orkut?
how to write the test case for 1 to 12 months in equivalence partitioning?
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.
can any one give the format of writing test cases in excel sheet.