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 / 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 |
Post New Answer View All Answers
Explain the unit testing?
Can some body help to write possible test cases for a credit card at POS (point of sale)
Do you know mutation testing?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Write test cases to test a browser app
Explain the logic testing?
For how many days (or) weeks you will test a product or software?
What is ramp testing?
150 integration testing scenarios for gmail
how to write test cases for smart meter for gas and electricty
how to test stand alone programs?
Explain the monkey testing?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..