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!
Answers were Sorted based on User's Feedback
Answer / aparna
Application programming interface may be a function or
procedure which is called by the source by passing values
to the same.
Let us take CRM, TIBCO and ADC(Billing system)systems
When CRM sends the request to TIBCO, it will filer ADC
parameters from that and it will call ADC API by passing
CRM values into.
TC1: Check whether CRM is sending req to TIBCO or not
TC2: Check whether TIBCO is received or not
TC3: Check whether TIBCO sends request by calling so and so
API of ADC or not.
TC4: Check whether request is updated in ADC or not.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
how to write test cases for a text field that should have maximum 250 characters
How should I maintain the test cases and Test Log for different versions/builds of the application.
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
how to write a test cases for courier offices?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
How to write a Scenario and test cases for escalator
7 Answers ABC, Accenture, CTS,
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Please can anybody tell me some good ideas to write test case for fan and test case for chair?
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!
Write the tescases for a login page