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

Answers were Sorted based on User's Feedback



if account balance less than 5000 for a month ,account should become in active. if bal greater tha..

Answer / raju

If account balance = 4999 then it should be inactive.
If account balance = 5000 then it should be inactive.
if account balance = 5001 then it should be active.
This is the boundary condition which points the error prone
ares by the developers. If these conditions are passed then
most of the conditions are passed like 4000, 6000

Is This Answer Correct ?    26 Yes 2 No

if account balance less than 5000 for a month ,account should become in active. if bal greater tha..

Answer / 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

if account balance less than 5000 for a month ,account should become in active. if bal greater tha..

Answer / dayakar

hai friends...

as per my knowledge i found some mistakes Priya's, Raju's
and Ashish Mahabaleshwarkar

Priya wrote in her 2nd step A/C bal is <5000 it is active
but it is inactive.

Raju wrote in her 2nd scenario A/C bal =5000 it is inactive.
I think here account is active.

Ashish wrote A/c balance = 5001, a/c becomes inactive. But
it should be active.

thank you friends. I have made any mistakes please give me
feed back.

Is This Answer Correct ?    9 Yes 2 No

if account balance less than 5000 for a month ,account should become in active. if bal greater tha..

Answer / priya

Test cases
1..chk for a/c balance >5000 (6000) ,then a/c shld be active
2 chk for a/c balance <5000 (4000),then a/c shlb in active.
3.chk for a/c bal is 5000 (5000),then a/c shld be inactive.
4.chk for zero balance,then a/c shld be inactive.
5.if a/c bal is less than 5000,then the a/c holder have to
pay some fee r fine.
6.if the person lost ATM card,then his/her a/c shld be in
active upon his request.
I think these r the possible cases..

Thank you.

Is This Answer Correct ?    10 Yes 4 No

if account balance less than 5000 for a month ,account should become in active. if bal greater tha..

Answer / shakeel

If account balance <= 5000 and (CurrentDate -
lastActivityDate) >= 30 days or 1 month then it should be
inactive.

If account balance >= 5000 then it should be active.

Is This Answer Correct ?    5 Yes 1 No

if account balance less than 5000 for a month ,account should become in active. if bal greater tha..

Answer / rubi

i feel that no one has checked for the balance amt < 5000
for a month other than sakeel.

- chk for the bal amt > 5000
expected result : acct shd b active

- chk for the bal amt = 5000
expected result : acct shd b active

- chk for the bal amt < 5000 if yes
chk for the days ( current date -last transaction date)
if days >=30 then acct shd b inactive.

Is This Answer Correct ?    3 Yes 0 No

if account balance less than 5000 for a month ,account should become in active. if bal greater tha..

Answer / asc

no need for so many cases. Provided that the above is the
only requirement that you have,

A/c balance < 5000, a/c becomes inactive &

A/c balance > 5000, a/c becomes active

should do the job

Is This Answer Correct ?    2 Yes 1 No

if account balance less than 5000 for a month ,account should become in active. if bal greater tha..

Answer / pooja

Here we should apply the BVA.Raju's answer is correct

Is This Answer Correct ?    1 Yes 0 No

if account balance less than 5000 for a month ,account should become in active. if bal greater tha..

Answer / gyan

A/c balance = 4999 a/c becomes inactive
A/c balance = 5000, a/c becomes active

A/c balance = 5001, a/c becomes active

Take any value such as A/c balance < 5000 except 4999 then
a/c becomes inactive

Take A/c balance = 0 then a/c becomes inactive

Take any value such as A/c balance > 5000 except 5001 then
a/c becomes active

Is This Answer Correct ?    1 Yes 0 No

if account balance less than 5000 for a month ,account should become in active. if bal greater tha..

Answer / ashish mahabaleshwarkar

A/c balance = 4999, a/c becomes inactive &
A/c balance = 5000, a/c becomes active
A/c balance = 5001, a/c becomes inactive &

I think that much combinations are enough to test this
scnario.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Test Cases Interview Questions

Q.1)how write negative & positive test cases Q.2 )write negative & positive test cases for i-pod

1 Answers  


What is transaction testing?

0 Answers  


can one defect be mapped to more than one test script in manual testing

0 Answers  


test cases on Fan

13 Answers   TCS,


wht are the possible test cases for save button in notepad?

2 Answers   CTS, Vistar Tech,






wht are the test cases, we have to write for check box, Anybody can help me. Thanks in advance.

5 Answers   AppLabs, Siemens,


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 

0 Answers   Tops Technologies,


what is objectrepositry

9 Answers   Infinite Computer Solutions,


How to write test case for this scenario. If the Zip Code field is populated, the system shall compare  the zip code value entered to the zip code value in  the Family Individual Information Tab

0 Answers  


Can any body explain How to Install the QC9.0 on XP OS

0 Answers  


Anyone can please inform me about how to write test cases for any mathematical calculations. Say for example, we have a formula in a given scenario for calculating the interest. The given formula for interest is: (principle * 5)/(12 * 100) In this case, the principle amount may vary. Would like to know how many test cases can be written for this scenario and how can we decide over this. I will be very thankful for the answer....

3 Answers  


how we write test cases for navigation or links with example?

0 Answers  


Categories