Answer Posted / kk
1)Ensure the account goes overlimit when the balance
exceeds the credit limit.
2)Ensure late fees is generated if a payment is made after
due date.
3) Verify no interest charge applied, if the payment is
made within the grace period.
I've just listed the examples above for basic test
cases,please try to simulate similar type of conditions as
its not feasible to write all the cases as it varies
according to the product or client specific.
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
What are the test cases for mouse?
Explain the state testing?
Define some of the attributes of a test case?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
write test cases on file open dialog box in notepad
Can anybody help me out to write test cases for booking train ticket online???
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
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.
Explain the load testing?
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
I want 100 test scenario for gmail
Explain the gray box testing?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.