How do you Test Credit Card Validation
Answers were Sorted based on User's Feedback
Answer / manish gupta
1. Credit card integration with its payment provider.
2. Credit card integration with its payment processor.
3. Credit card number validation with its processor.
4. Credit card international use capability.
5. Credit points.
6. Credit cards transactions are recorded only once.
7. Credit card account can be closed; after that credit card should not be useable.
8. Daily credit limit
9. Overall credit limit
10. Late charges
11. Credit card number should be unique to each user.
12. Credit card should only work when provided correct expiry date and CVV code online.
13. Credit card should work as direct sale when used on POS i.e without CVV Code.
14. Credit card bill to address verification should return success to owner's bill to address.
15. Once limit is reached. System should decline credit card.
16. Multiple transactions can be performed on credit card in same hour, day, month etc depending on its respective limit
17. test the size of the card
18. test the color of the card
19. test the thickness
20. bank name should be there
21. material used for card should not be harmful
22. card should not break if thrown from a certain height
23. card should not be very flexible
24. magnetic strip should be at proper place
25. magnetic strip have no effect in different environmental conditions
26. card contains the name of the holder
27. card contains the expiry date
28. card contains account number
29. if we swipe the card, machine is accepting it
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / guest
1. Is Card Number and pass code entered.
2. Card number contains 16 digits and Pass code is 3 digits.
3. Is it valid card number(eg. Visa card number should
start with 4321xxxx, and Master card number should start
with 1234xxxx..)
4. Expiry date is valid.
| Is This Answer Correct ? | 10 Yes | 13 No |
define primary key & secondary key?
What are the different types of scripting techniques for automation testing?
Tell me an example of the languages supported by webdriver?
How can u enter text in one particular text box? if one webpage contain multiple text boxes, all text boxes with same properties there in no index and Location properties
Explain some disadvantages to manual software testing?
Can you tell some good coding practices while automation?
Explain me which web driver implementation is the fastest?
What is an automated test script?
How could you explain the main difference between webdriver and rc?
What are the types of the framework used in software automation testing?
write a programme to insert into elements in array?n finding duplicate characters in given sting?
Does automation replace manual testing?