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
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Explain the exactly meaning of test case?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
Can you list down a few characteristics of a test case?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
Scenarios to test wireless Speaker via bluetooth
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
"search"test cases on Linkedin website and how will you write test cases on it?
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
Write a test case for telephone?
can one defect be mapped to more than one test script in manual testing
write the testcases for migrating data from one database to another database?