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 |
What is the condition or scenario that leads the use of object spy in qtp? (while recording we can get all the properties) then wat leads to use this?
can any body clearly explain about hybridframework with the explanation for files what ever we come acros in this frame work?
How to maintain the old scripts in QTP?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?
suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password
What is Object Spy in QTP?
How to record application running on the Virtual machine?
what r the main attributes of test automation?
How can we count the no of rows are available in a data table ?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji