What are the possible (-ve) & (+ve) test cases while
transferring money online from 1 account to another account??
Answer Posted / dipika hivrale
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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
Please guide me for Add new user test cases
How would you do " Keeping two folders in sync testing"
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
What is explain security testing?
How to write test cases on laptop???
Write all test cases for Bus Pass Renewal
how to test stand alone programs?
Explain the ad hoc testing?
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
write test case for pen cap if it is not present?
Explain the component testing?
How to write test cases for lift?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.