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



What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account t..

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

What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account t..

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

What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account t..

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

Post New Answer

More Test Cases Interview Questions

plz explain vss?

7 Answers   MBT,


Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.

0 Answers  


Write test cases for bulb.

9 Answers  


how can write testcase for admin role? can u tel me detail

1 Answers  


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.

0 Answers  






Define Testcase.

13 Answers   3i Infotech,


hai........... please tell abt testcases.. how we can drived the testcases in project?

1 Answers  


how many test cases do u need to ship a product?

0 Answers  


Write few functional & non-functional test cases for a payment gateway system

3 Answers  


how to write testcases for yahoo messagner

1 Answers   IBM,


test cases for traffic signals in a four raod junction.

5 Answers   iGate,


Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6

1 Answers   ISTQB,


Categories