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
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Answer / pooja
Here we should apply the BVA.Raju's answer is correct
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 |
How many test cases u will write for Adhoc testing? How many test cases u will write for Alpha testing? How many test cases u will write for Beta testing? How many test cases u will write for Release candidate testing? How many test cases u will write for Product release testing? How many test cases u will write for Functional testing? How many test cases u will write for Non-Functional testing? How many test cases u will write for Integration testing? How many test cases u will write for System testing? How many test cases u will write for Component testing? How many test cases u will write for Release testing? How many test cases u will write for Load testing? How many test cases u will write for Stress testing? How many test cases u will write for Black box testing? How many test cases u will write for White Box testing? How many test cases u will write for Performance testing? How many test cases u will write for Automation testing? How many test cases u will write for Compatibility testing? How many test cases u will write for Regression testing? How many test cases u will write for Endurance testing? How many test cases u will write for System Integration testing? How many test cases u will write for Boundary value testing? How many test cases u will write for Usability testing? How many test cases u will write for Walk through testing? How many test cases u will write for Sanity testing? How many test cases u will write for Smoke testing? How many test cases u will write for Installation testing? How many test cases u will write for Soak testing? How many test cases u will write for Volume testing? How many test cases u will write for Security testing? Write test cases for Multi path testing? How many test cases u will write for Multi path testing? Write test cases for Dynamic Capacity Expansion (DCE)? Write test cases for Dynamic Volume Expansion (DVE)? Write test cases for Dynamic Raid Expansion (DRM)? Write test cases for Drive failure? Write test cases for Controller Failover? Write test cases for Cable pull? Write test cases for RAID Controller?
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
Need help to write test case for "Check Availability" field. Any help would be highly appreciated!
i need sample case of Login window of USER NAM, PASSWORD It is very urgnt
Give me a sample test case for an online purchasing system?What testings u do for the same ?
8 Answers Flipkart, NIIT, Polaris, SQTL, TCS,
what is the purpose of writing testcases
Write test cases to test a browser app
Write a test case for telephone?
write a test cases for advanced search
Explain the concept of semi-random test cases?
Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.