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 |
what is the process of testing
write a test case for triangle?
test case for open doalog box. thanks a lot!
What is the role of QA in a company that produces software?
Write all test cases for any credit card.
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
Do you write test plan and test case?
how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987
how do you write the test cases?
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Who will take care of test plan and test case?