What are the possible (-ve) & (+ve) test cases while
transferring money online from 1 account to another account??

Answer Posted / testing

Hi in my view

positive test cases:

1. Enter correct user name and password(Authorization should be success).
2. Check A/C balance for sufficient to transfer(if A/C balance>1000) transfer allowed.
3.Enter correct authorization code for transfer.(security test).
4.Enter A/C number,Branch name to transfer.(correct details then enable transfer).
5.Transfer amount < max limit,transfer the amount successfully.
6. Check the balance in the accounts.

Negative test cases:

1. Enter incorrect user name and password(Authorization should be failed).
2. Check A/C balance for sufficient to transfer(if A/C balance<1000) transfer not allowed.
3.Enter wrong authorization code for transfer.
4.Enter A/C number,Branch name to transfer.(wrong details, transfer not enabled).
5.Transfer amount > max limit,transferring the amount denied.

Is This Answer Correct ?    50 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the ad hoc testing?

683


Explain the scalability testing?

678


How to write test case for this scenario. If the Zip Code field is populated, the system shall compare  the zip code value entered to the zip code value in  the Family Individual Information Tab

8544


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1103


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

1532






How should I maintain the test cases and Test Log for different versions/builds of the application.

1978


how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases

1960


Can some body help to write possible test cases for a credit card at POS (point of sale)

2347


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

843


Write test cases to test a browser app

1265


Explain the concurrency testing?

682


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

3090


How to write test cases for "open file dialog box" for ms word? Thanks a lot!

3562


How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.

1874


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1440