if account balance less than 5000 for a month ,account
should become in active. if bal greater than 5000 account
should b active. Write test cases for the above scenario
Answer Posted / leena
Assumptions
balance = 5000 is active*
Days in Months = 30*
negative balance inactivates account*
1. balance = 5000 ->Account active
2. balance = 5001 ->Account active
3. balance = 4999 AND (Currentdate - last transaction date)
<= 30 ->Account active
4. balance = 4999 AND (Currentdate - last transaction date)
> 30 ->Account inactive
5. balance = 0 AND (Currentdate - last transaction date)
<= 30 ->Account active
5. balance = 0 AND (Currentdate - last transaction date)
> 30 ->Account inactive
6. balance < 0 ->Account inactive
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is component testing?
Please guide me for Add new user test cases
Write a test case of login window?
Test Case for Text Editor!
Explain the sanity testing?
How many test cases u will write for Acceptance testing?
What is ramp testing?
Explain the monkey testing?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
how to write test cases for smart meter for gas and electricty
What is gray box testing?
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?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.