Hi Friends
Can Any one give test cases on Credit card system
Answer / ansari
.chk for the credit card stmt has credit card number
available
. card number must have 16 digit
.must have card holder name and address
.chk for the billing date
.chk for the statement due date
.chk for the credit limit
.chk for the shopping transactions
.also chk the transactions done in the same month
.chk for the total amt due column and is giving correct
total
.chk for the previous month due column
.chk for the previous payment column
.chk for the total payment due coulumn presnt and shows the
total due same for the current month
.chk for the minimum due payment column
and remaining test cases u can write according to the given
srs like is
.chk for any cash back column
.or points redemption column
.
| Is This Answer Correct ? | 1 Yes | 1 No |
How do you arrive at the estimaton of efforts for a particular function, if you have not worked on that function testing before and do not have any past experience?
what is monkey testing?
In Test Case Document, Expected Result and Verify are the same fields?
What is the exact diff between sanity and smoke test and who will do in real time?
how do i write perfect test case for functional testing
After recieved the defect from Tester,developer is not getting any error while executing that bug then he will reject that defect due to the above reason.As a Tester what we can do in that situation?
what are entry criteria(other than SRS) and exit criteria( other than Traceability matrix) in Test plan preparation
what is the difference between testcase and test scenario? Please give one example.
how agile testing is performed and what are the related documents.
If I have a dialog in which there is a text field that when I enter “abcd”, hit <enter> and the output comes out “8”, how do you test it?
what is Ping tests?
write test cases forthe function f=a+b ?