Can any one pls tell me the test cases for Credit Card Application Processing

Showing Answers 1 - 15 of 15 Answers

Sneha

  • Feb 20th, 2007
 

1.Check whether the Credit Card is Valid or not.
2.Check for the expiration date on the Credit card.
3.Check for the Account Holders Name on the Credit Card4.Check how much is the balance on the Credit Card5.Check Credit Card Verification number on the card

6.Check for the Credit Card Payment Due Date

Correct me if I am wrong

  Was this answer useful?  Yes

Sivakumar

  • Feb 23rd, 2007
 

1. Check the credit card is a valid one.
2. Check for the valid user(number).
3. Check for his/her last login (whether that falls within the quota, the date after his bill was send)
4. Check for the balance amount that he can access from the alloted one(say Rs.10,000 or 50,000 and amount that he/she is in need for the current transaction.

- Sivakumar

  Was this answer useful?  Yes

josna

  • Dec 16th, 2016
 

You have missed lot of test cases

  Was this answer useful?  Yes

Sohel Khan

  • Jan 4th, 2017
 

1) Checking with valid card and valid pin.
2) Checking with valid card and invalid pin
3) Checking with invalid card and pin

  Was this answer useful?  Yes

jaya

  • May 28th, 2018
 

1. Check the valid card number
2. Check for expiry month and expiry year
3. Check for 3 digit cvc pin is valid or not
4. Check with invalid card number
5. Check with invalid CvC number
6. Check with past expiration month and year
7. Check card field accepts characters
8. Amount will be detected only when all the details are correct
9. If any card details fails it should throw an error message
10. Transaction will be declined when card do not have enough balance in there account

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions