Thursday, December 3, 2009

7. if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. test cases

If account balance = 4999 then it should be inactive.
If account balance = 5000 then it should be active.
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

No comments:

Post a Comment