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


Please Help Members By Posting Answers For Below Questions

What are basic types of test cases?

702


Explain transaction testing?

661


Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2208


Explain the concept of semi-random test cases?

800


Explain how to develop a test plan and a test case.

695






What is gray box testing?

722


Do you know explain security testing?

702


What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

2494


Can anybody help me out to write test cases for booking train ticket online???

5261


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

1523


how to write a test procedure & test log for login system

2774


Explain the scalability testing?

671


Explain the system testing?

696


can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u

1673


How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen 

1568