Answer Posted / rohinid
You can check each and every type of card will have a specific number of digits as Card Number.
For example say, Discover should have 17 digits only. Also each card will have an expiry date. With these validations in mind, we will write test cases like :---
1. Test the boundary conditions for credit card by giving more than 17 digits and less than 17 digits.
2. Invalid credit card number.
3. Invalid Expiry date etc
Check the credit card number with alpha numeric also. It should not accept alpha numeric characters & tst with 4500 5500 0000 0001 number. This will work only in staging env's
Test credit card(CC) numbers are avail for CC testing purpose,
for ex : 4111111111111111 - for Visa card,
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
1. what is a date guidelines ?
How does a coverage tool work?
Write 10 test scenarios to test remember me checkbox present in login window
What is alpha testing?
what are your thoughts on SPRINT duration
What is frame level testing and how do we test it?
Hi All. How can we write negative test cases for Logout Operation ? Please place the answer with a few details and if possible add some related object properties. "A tester exposes his/her ability not only by words he/she also proof it by work"
what is the difference between Risk based and Requirement based testing???
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
I have cleared written test and one Technical round in one company? now i have to face an Client Round through telephony? Any body have faced client round, how will it be , wil they ask technical or is it only formality round? im nervous, plz let me know wat all they may ask? i have this round on monday?
. Is any graph is used for code coverage analysis?
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
can we do database testing in manual testing? then how we write the test case?
What are the different test techniques used in functional testing?
what do you mean by Develop test data through sourcing (or) handcrafting techniques