Write Testcases for creditcard limit.
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 |
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
What is meant by the bug state "Reproduce"
what is realtional testing?
Is anybody have the telecom systems test cases from start to end?
What is Registry?
What is decision table testing?
can i manage putting fake experience in manual testing what they will do if am caught
how often do u recieve bulid in ur company?
What is Memory Leak? How to test "Memory Leak" problem in an application manually?
CAN ANY ONE PREPARE TEST CASES FOR SUPPLY ACHAIN MANAGEMENT AND IF YES I WILL GIVE THE REQUIREMENT WHICH CONTAINS NEARLY 27 PAGAES
can u give me the sample bug report
what is checkin & checkout ?