What are the possible (-ve) & (+ve) test cases while
transferring money online from 1 account to another account??
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / antony paul
Test case 1 : Check whether the Money is deducted from your
account to another Account ?
Test case 2 : Check whether the Money is credited from your
account to another Account ?
| Is This Answer Correct ? | 11 Yes | 16 No |
What is SECURITY TESTING?
if software faild in customer environment what we called a)error b)fault c)defect d)failure
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Dear Friends, please send me some links where i will get all type of web driver programs.
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
How you will write test cases on DROP DOWN list BOX on GUI
how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com
How to write test cases or test scripts for UAT testing which is done manually
how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.
how to write a test procedure & test log for login system
how to prepare unit test scripts for accrued interest calculation.