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 |
why do we need test cases?
hi iam working in HCL as a fresher n iam dg automation testing i am going to give client demo i did some 7 scripts i want to call all those in some new page in QTP I KNOW CALL THE EXISTING ACTION N COPY OF ACTION if we use any of these options while running it will show the whole script but is there any other method while running it should not show the whole script it will show only the calling lines plz give me detailed explanation to ds i need reply fast plzz
how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible
what is objectrepositry
9 Answers Infinite Computer Solutions,
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Explain the gray box testing?
plz explain vss?
What is SCENARIO TESTING
what are the testcases for square
What are the Test Cases Comes under Regression Suite?
Describe to me the difference between validation and verification.