pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
Answer / ajay
This answer is not that correct its just a sample u can improve it as your choice.
ANS:
You must think like how software in the M/C will do the things:
1.Take Input for card(code read from magnetic bar of the ATM Card)
2.Take Input for PIN(CARD PIN from user)
3.verify that card details.
4.verify that PIN should be 4 digit only.
5. while user press enter button.
6.verify that entered PIN matches with card details.If matches it should navigate to step 7 else show error "PIN is in correct please try again"
7.Ask user for account type : ex.savings account
8.if saving account ask user to enter amount
9.verify following conditions:
1. Amount >0
2.Amount <=Balance in user account
3.Amount <=Cash available in ATM M/C
10.If all condition fulfill then deduct amount from user account and dispense same number of amount from M/C.
11.print receipt with all details of transaction and user necessary details.
12.Logout user.
13.Navigate to home screen
| Is This Answer Correct ? | 0 Yes | 0 No |
how u conduct GUI testing and PERFORMANCE testing on MS- WORD? and What r the GUI Test Cases and performance Test Cases?
3 Answers Accenture, Civil Service, ICICI, Jintek, Satyam, Singularity, Syntel, TCS, Wipro,
how to test Web application using QTP software
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
What is the descriptive programming?
hi testers,one script has three actions , at the of running three actions are running , how to set run only perticular action and what is the use of split the action? when it will be useful?
Plz suggest me a good training institute in Mumbai/hyderabad for QTP…. Plz advice thank u
What is optional step in qtp? How you can add optional step in qtp?
What are different versions in Win Runner ,QTP ,Load Runner and Test Director till now and atleast please let me know new features for each version. Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0
WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?
How to make Shared object repository in qtp 9.1 and 9.2?
can we call a test in another test? how? explain with one example?
where do you define the objects as regular expression when u are using regular expressions.