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?



pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c...

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

Post New Answer

More QTP Interview Questions

I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?

3 Answers   Wipro,


What is optional step in qtp? How you can add optional step in qtp?

0 Answers  


What are the types of Object Repository’s in QTP?

2 Answers   Crea,


Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.

0 Answers  


At a time how many users can access QTP?

5 Answers  


Extract a word from a sentenece?

5 Answers   IBM,


how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.

2 Answers   Accenture,


several browsers opened. write QTP script to close all browsers except gmail.

1 Answers   Thomson Reuters,


What is the ur roles and responsibilities as automation testing engineer?

2 Answers   Atos Origin,


How to test the mandatory fields in QTP?

1 Answers   SoftSolve, TE,


from where we will retrieve data for data driven tests in qtp?

3 Answers  


How to handle Dynamically changing Objects in QTP?

4 Answers  


Categories