Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Hi recently in an interview I was asked to write API test
cases. Since I am not familiar with it can someone put more
light towards API testing and give some example test cases
for the same.
Thanks!

Answer Posted / manish

An API (Application Programming Interface) is a collection
of software functions and procedures, called API calls,
that can be executed by other software applications. API
testing is mostly used for the system which has collection
of API that needs to be tested. The system could be system
software, application software or libraries.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1952


Explain how to develop a test plan and a test case.

1163


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

2901


Explain the soak testing?

1183


How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!

1136


What are basic types of test cases?

1262


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);

2463


Explain the logic testing?

1155


Could you pls give me sites where i can test card? mail me to

2735


What is transaction testing?

1201


"search"test cases on Linkedin website and how will you write test cases on it?

6494


How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.

2351


Sample test cases for data conversion(Utility billing system)

7511


User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox

1670


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

2194