write test case for banking application



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

Post New Answer

More Test Cases Interview Questions

Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?

2 Answers   ABC,


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);

0 Answers   Infosys,


What is test cases for mobile phone ?

0 Answers  


what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective

30 Answers   TCS,


Describe to me the Software Development Life Cycle as you would define it.

7 Answers  






Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data

3 Answers  


can anyone please send me the sample testcases on how to write it into the testtemplates

3 Answers  


How many bugs have u found in your project?

3 Answers  


hoe to write test cases for the below field --------------- --------------- browse upload

7 Answers  


How to write test case template for ATM

2 Answers   Infosys,


Scenarios to test wireless Speaker via bluetooth

0 Answers   Cygnet Infotech,


write test cases for test cases...?

9 Answers   TCS,


Categories