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 / 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 View All Answers
Explain the dynamic testing?
Do you know mutation testing?
Explain the monkey testing?
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
Explain the system testing?
write test cases for flipkart.
Write a test case for computer keyboard?
Write the test case for a login page?
How can we write a good test case?
Explain the domain testing?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
I want 100 test scenario for gmail
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.