Write few functional & non-functional test cases for a
payment gateway system
Answer Posted / apparao d
Default Payment Gateway Options Test Cases
Check if each of the payment options are selectable.
Check if the each listed payment option opens the respective payment option as per specification.
Check if the payment gateway defaults to the debit card option.
Check if the default option for debit card shows card selection drop down menu.
Debit Card Options Test Cases
Check if the dropdown menu of the debit card selection page has “select” option text enabled.
Check if the dropdown menu lists following cards – Visa, MasterCard, American Express etc.
Check if the respective card selection opens expiry date, card number and CVV options.
Check if the tab offers an option to save the card.
Check if the tab offers an option to name the saved card.
Credit Card Options Test Cases
Check if the card options allows card number, expiry date, cvv value text fields.
Check if the card options tab allows text to be added into the text fields.
Check if the number being added into the credit card number field detects the type of card (e.g. visa etc)
Check if the tab offers an option to name the saved card.
Netbanking Options Test Cases
Check if the tab offers existing banks to be selected using radio button for netbanking transactions.
Check if the tab offers options to select other banks than the listed with radiobutton selection.
Check if the tab offers all the leading banks from the country for the netbanking transactions.
Check if the tab offers netbanking option for both local and international banks for the transactions.
Check if the netbanking option has atleast 8 banks for the transaction using radiobutton selection inside tab.
Check if the selection of the radiobutton or the dropdown menu option takes us to the net banking.
ATM Card Options Test Cases
Check if the ATM only card are allowed to be used on this tab.
Check if atleast 6 banks are used in the tab using the radio button selection.
Check if atleast one of the dropdown button near the bank logo is selected by default.
Check if the banks selected allow processing of the transaction using ATM card details.
Cash Card Options Test Cases
Check if the cash card tab lists itzcash or oxygen as options.
Check if the default radio button is selected for the itzcash.
Check if the transactions using cash cards is allowed by the payment gateway.
Check if the transactions are possible with the cashcards under respective shopping site.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is component testing?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
What are the Test Cases Comes under Regression Suite?
Who will take care of test plan and test case?
For how many days (or) weeks you will test a product or software?
What are basic types of test cases?
Explain the domain testing?
Explain the monkey testing?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Positive and Negative test cases for the speedometer?(minimum 5 each)
What is test environment? Elaborate with example.
What is the syntax testing?
Explain the gray box testing?
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profileĀ
How many test cases u will write for Acceptance testing?