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 / 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 |
Post New Answer View All Answers
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
can one defect be mapped to more than one test script in manual testing
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
Explain transaction testing?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
how to write test cases for smart meter for gas and electricty
Can anybody help me out to write test cases for booking train ticket online???
What is explain security testing?
Explain how to develop a test plan and a test case.
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
"search"test cases on Linkedin website and how will you write test cases on it?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation