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 |
How to create log file in qtp?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
What is quick test pro?
Suppose there is a link present somewhere in an excel sheet. Find the link and click on it. How to write a script using Excel application object in QTP?
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
how can we compare descriptive programing with a regular expression
How to make arguments optional in a function?
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.