write test case for banking application
Answer / karthick elangovan
1.Verify that user is able to login with valid username and password
2.Verify that user is able to perform basic financial transactions
3.Verify that user is able to add a beneficiary with valid name and account details
4.Verify that user is able to make financial transactions to added beneficiary
5.Verify that user is able to add decimal number into amount ( limited by 2 numbers)
6.Verify that user is not able to add negative number into amount field.
7.Verify that user is allowed to transfer money only if there is proper account balance.
8.Verify that there is a confirmation check for financial transactions
9.Verify that user is given an acknowledgment receipt upon successful financial transaction.
10.Verify that customer is able to send money to multiple people
11.Verify that user is allowed to change password
12.Verify that account details reflect financial transactions also.
13.Verify that user with invalid password is not allowed to login.
14.Verify that after repeated attempts to login with incorrect password( as per the limits), user should be blocked.
15.Verify that time-out feature is implemented
16.Verify that if either of the username or password is blank, user is not allowed to login. User should be given an alert also
| Is This Answer Correct ? | 3 Yes | 0 No |
how will we know test cases are written by us are correct
how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
how to Create a test plan document for Library Management System
How should the test cases be framed to validate the excel sheet?
do we write separate test cases for each type of testing? for example for functional testing and integration testing,we write two seprate test case documents or just one?please explain.
What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account to another account??
What are test cases for Car Locking System?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Test cases on uplaoding files
12 Answers GE, HP,
Do you know mutation testing?