how to write test cases for credit card payment

Answer Posted / sridhar

1.check the credit card details in data base.
2.check the credit limit.

Is This Answer Correct ?    5 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are all the companies are doing manual testing till now ?

1534


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1934


Write a test case for computer keyboard?

781


Explain the smoke testing?

643


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1092






Write all test cases for Bus Pass Renewal

1075


write test cases on file open dialog box in notepad

1192


Please guide me for Add new user test cases

1101


1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.

2228


what is the technology used in financial applications?

2913


How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent

2103


Write test cases to test a browser app

1259


Explain the monkey testing?

670


explain end to end scenario's for online Money transfer in Banking Domain?

1404


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

833