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 |
Can we do qtp testing without creating objects in Dbject repository? can we do it completely writing code i.e in expert view only. Are there any books for this?
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
What are the differences between QTP 9.2 and 10? please explain e indetail......
Please clarify Automation and QTP both(names) are same or diff?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN
How many types of actions are there in quicktest professional (qtp)?
How Can I automate PDF forms using QTP9.2 ?
• Re –Engineering the regression testing from 0% to 60% automation. This has saved 4-mandays in every release. what doeas this statement means
How can I import environment from a file on disk?
how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)