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 / 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 |
Post New Answer View All Answers
Explain the glass box testing?
How would you do " Keeping two folders in sync testing"
how to write a test cases for courier offices?
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
Explain the logic testing?
Why does the boundary value analysis provide good test cases?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
What is the domain testing?
Explain which test cases are written first black boxes or white boxes?
What is use case testing?
What is test environment? Elaborate with example.
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.