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
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
Explain how to develop a test plan and a test case.
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.
Explain the soak testing?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
What are basic types of test cases?
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
Explain the logic testing?
Could you pls give me sites where i can test card? mail me to
What is transaction testing?
"search"test cases on Linkedin website and how will you write test cases on it?
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.
Sample test cases for data conversion(Utility billing system)
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
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen