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 CasesCheck 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 CasesCheck 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 CasesCheck 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 netbanking.
ATM Card Options Test CasesCheck 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 CasesCheck 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 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the ramp testing?

703


What are the Test Cases Comes under Regression Suite?

510


How to test a stored procedure?

655


Explain the domain testing?

676


write test cases for hospitality management system

2044






1.1 Purpose This tool is also a simple tool, but will be graphics- intensive, and will access the 3 databases (card databases) used in Tarot. 1.2 Scope Only for registered user. 1.3 User Interface - No questions asked, parrot pulls out tarot card - Inside Parrot application, User just have to click on a link saying ""XXXX"" to activate the tool. - Shown is the card of the day, from pack of Tarot cards(78 in number) with fixed graphics, animation, audio. Output: - Graphic-rich display of randomly selected card with detailed meaning, with links to tarot tool. - Graphics: Flying / walking parrot, emerging and choosing a card, displaying the same, and continuing to interact based on card meaning. - The cards also need to carry a brief 1/0 meaning, which will trigger a 1/0 behavior from the parrot (sympathy/making fun/crying or congratulating/smiling/winking)

1481


What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox

4457


i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1905


How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character

1521


What is explain security testing?

722


A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?

1510


Explain the acceptance testing?

702


Explain the concurrency testing?

678


what is black box system in software development in system analysis and design?

1666


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

918