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 |
For how many days (or) weeks you will test a product or software?
Explain the domain testing?
What all comes under test case review?
Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad
There is a game in that there are 20 levels an ordinary person can play it up to 12th level.So if you are a tester and if you have to test that game up to 20th level then how u can test that game.
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
in test case we would write log and login ?what is the dif bet both of them
What is p0,p1,p2,p3 in software tesing
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
Hai, Could anybody please let me know, how to calculate the number of test cases required to test a program. Please provide me the answer for the following question: “What type of ticket do you require, single or return?”IF the customer wants ‘return’Ask: “What rate, Standard or Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay: “That will be $9:75”ENDIFNow decide the minimum number of tests that are needed to ensure that allthe questions have been asked, all combinations have occurred and allreplies given. a) 3 b) 4 c) 5 d) 6
Define Testcase.
Write a test case for computer keyboard?