Answer Posted / felix
Test cases
Step1 Verify the credit card type
Step2 Verify the name on card
step3 verify the card number is valid
Step4 Verify the expiring date is valid
Step5 verify the start date if applicable
step6 verify the card issue number is valid if applicable
step7 verify the card security code is valid
step8 verify the card holder address match the credit card details.
step9 verify invalid credit card number should be declined
step10 verify if credit card have insufficient fund payment should not be authorised.
step11 verify if all credit card details are correct payment should be authorised.
| Is This Answer Correct ? | 51 Yes | 4 No |
Post New Answer View All Answers
Explain the logic testing?
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.
Can you list down a few characteristics of a test case?
Explain how to develop a test plan and a test case.
What is the toughest moment you faced in your testing carrier in which everyone praised you?
How can we write a good test case?
Explain the smoke testing?
what is the technology used in financial applications?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
How to test a stored procedure?
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?
how to write a test procedure & test log for login system
Explain the ad hoc testing?
Do you know explain security testing?