ATM application ( scenarios ): Analysis and testcases
Answer / mudaseer
Insert a valid card ----- it should be able to recognize the card
Insert an invalid card ----- it should display not able to recognize the card
After inserting valid card ----- it should display please enter the password
When I enter valid password ------- it should display as **** and It should allow for further transaction
Enter invalid password ---- it should not allow for further transaction
After entering password it should display fields like amount withdrawal, amount balance etc
When I click on amount balance page ------ it should display amount balance remaining in account
When I click on amount withdrawal ------- it should display please enter the amount
After entering the valid amount(less than balance ) ------- it should display whether you want receipt or not
If I press yes --------- it should give first amount then receipt
Enter a valid amount ------- it should give the amount
Enter amount more than balance ------ it should display please enter a valid amount
Enter the amount not in multiples of 100(like 230,150) ------- it should display please enter in multiples of
100
I am having 10,000 in my account --------- After I withdraw money of 1000 here 1000 should get
deducted From my account my balance should be 9000
(it should get updated in the database)
Block the card and insert it --------- It should display the card is blocked please contact the bank
Break the card and insert it ------------- it should display not able to recognize the card
After atm gives money it asks do u want to continue. If yes? ------------ It should ask for password again because if I forget atm card then others will not be able to withdraw money because it ask for password
| Is This Answer Correct ? | 28 Yes | 1 No |
what would be the negative test case for serach that break the search .
Why does the boundary value analysis provide good test cases?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
Where can i find example or samples of testcases to improve my testcases documentation?
write testcase for sql table? this is the question asked by interviewer?
what are the different Test case Formats posted by aperson the answer is IEEE or IEE_894 wht is this actuly
Pls can any 1 temme the test cases for an online banking proj. like account transaction summary, deposit module, savings module
How about do we go as far as writing test cases is considered?
is test cases are necessary for testing non functional testing