Write the Test Cases for ATM(Any Time Money)
Answers were Sorted based on User's Feedback
Step 1: Check Weather It is displaying the Name correctly
after inserting the card Say For Example Welcome
Vinodh
Step 2: Check weather it is asking for PIN NUMBER
Check with exact PIN Number
Check bu giving wrong PIN Number
Step 3: Check the same with cards already expired or Blocked
Step 4: Check is it performing the operations correctly if
we enter the exact PIN Number
Step 5: Enter the amount more than your available balance
Step 6: After collecting the amount check for available
balance.
like this we can test so many senario with ATM card
Vinodh Anandhan
Software Tester
Exceed Technologies (P) Ltd
9944114400
vinodh.anandhan@exceedintl.com
Chennai - 87
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / madhusudan
Postive testcases
1.successful card insertion
2.successful entry of PIN number
3.successful selection of Language
4.successful selection of Account type
5.successful selection of withdrawal option
6.enter the amount
Negativev testcases
1.card wrong angle insertion
2.due to invalid account type selection
3.due to wrong pin no entry
4.wrong denominations
5.greater thn possible balance
6.lack of amount in ATM
7.amount greater than the day limit
8.due to server down
9.due to click after insert card
10.due to click after pin no entry
11.due to click after language selection
12.due to click after account type selection
13.due to click after withdrawal selection
14.due to click after enter amount
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / subhash
To Test ATM
First of all
Make sure that ATM card is inserted in the proper way or
not
Verify that ATM Machine can recoginse the ATM Card or not
Verify that by default it should display the name of the
Account holder & it should request for the password on
the screen ..
| Is This Answer Correct ? | 1 Yes | 4 No |
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
Hi, I am trying to automate the web application for generating Reports.I am facing issue with IE while running the script. After 4 report IE crashes.I am using QTP 9.5 with IE version 7. Can anubody give me solution for this issue. Thanks in advance-Jyotsna
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Suppose i have given 10 test cases all the test cases should be automated?
Am going to QTP testing......but i dont know coding languages like (c,c++,java,etc)and am not having interest in coding .............can i choose testing tools like qtp to learn and get a job in software......please reply me
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
How you used DDT in QTP?
How many add-ins comes by default with quicktest professional (qtp)?
How will you test a keyboard?
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
Hi guys, Please suggest some thing these points are correct???, Is UFT 12 and QTP outdated ??? and also VBscript is also deleted/Removed from QTP ???? Javascript is added latest and tool name is called JFT ??? From this year ??