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
If I change the object name in one action will it be updated in all the actions? Or not?
How to use the object spy in quicktest professional (qtp) 8.0 version?
What is an object repository?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How to check which add-ins are associated with a test in qtp?
iam have done mba(finance)in 2008. in 2008 one reputed consultancy came off campus interview our institution. i got job as "manual test engineer". now iam working as "manual testing engineer". now my problem is when iam going interview the interviewer asking like " ur mba gradute how can u get job in test engineer." this question i have faced every interview. iam explaining how iam getting job. but they are not trust me". pls tell me answer how i am giving relavent ans.. this is my mail id y.ramana84@gmail.com
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
What is the basic concept of qtp?
Can we create user defined functions in qtp?
What is checkpoint in qtp?
How many number of actions possible in qtp?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
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