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 / sankari g

Hi All,

If bal < 5000 acct = inactive
If bal >= 5000 acct = Active

Please let me know if it is correct or not.

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

check the account number and name
check the balance
if balance <5000, drop cash 500, what happens
check the status of the account, it becomes inoperative
(or)
deposit cash 1000 to the account, what happens
check the status of the account, it becomes inoperative

if balance>5000 but balance<=5000, drop cash, what happens
check the status of the account, it becomes active the
process

if balance>5000, drop cash imagine beyond the limit level,
what happens
check the status of the account, it becomes alert of
maintain the limit level.

check the bank statement

maintain the balance level

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

pooja answer is correct whatever i know

Is This Answer Correct ?    0 Yes 0 No

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

Answer / bhabagrahi mishra

priya answer is perfect ...she written the all probality
cases

Is This Answer Correct ?    0 Yes 0 No

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

Answer / veena

1. chk for a/c balance if<5000 (say 3000) shld be inactive
2. chk for a/c balance if>5000 (say 6000) shld be active
3. chk for a/c balance if= 0 shld be inactive

Is This Answer Correct ?    0 Yes 0 No

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

Answer / sunman

Hai,


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

i think the above will cover all the possiblity

Is This Answer Correct ?    0 Yes 0 No

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

Answer / n.h.balaji

if Acct Bal < 5000 per month = A/C is Active.
If Acct Bal > 5000 per month = A/C is not Active.

Since the Scenario Acct Bal = 5000 is not mentioned any
where in the given scenario, hence the above 2 testcases
are the only test cases relevant to the given scenarios.

Note if for the negative values e.g. Acct Bal = -2000 (or)
Acct Bal = 0 is treated as A/c active.

any value more then 5000 is = to A/c inactive.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Test Cases Interview Questions

Write test cases on for windows media player?

1 Answers   CGI, COG, QMCPL,


how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance

0 Answers  


Explain the ad hoc testing?

0 Answers  


1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks

0 Answers   TCS,


What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account to another account??

3 Answers   Vernalis,






Suppose an Application has been maintain from 4 years, we have written 5000 test cases for that. Now the functional flow has been changed for a Page. If I want to write test cases for that newly built page. How can I find what was there in that page 4 years back? How can we traced out? What is the best way to find test cases other than tracability?

4 Answers   GE, Genpact,


Explain transaction testing?

0 Answers  


is it necessary to write test cases in tabular form or will point wise will do.

3 Answers   Google, Zycus Infotech,


how to write testcases for yahoo messagner

1 Answers   IBM,


please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )

0 Answers   IBM,


What is mean by Equal Partitioning

4 Answers   Infosys,


What we do when the Requirements are continuously changed?

2 Answers   Infosys,


Categories