Write the Test Cases for ATM(Any Time Money)
Answer Posted / vinodh anandhan
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 |
Post New Answer View All Answers
How you can make an action as re-usable action?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
What is the significance of “action 0” in qtp?
What is the latest version of qtp?
Explain the Different types of QTP test assets and their extensions?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
What is QTP testing process?
what is command for executing files?
how to find that tools work well with ur existing system?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
Have you faced any problems with object repository?
What is the diff between image and bitmap check point?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
what is the difference between the modular framework and datadriven frame work
In qtp, how you can exit for loop?