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 |
What is a test case?
What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so
How to write test scenarios for a Web application, with an example?
Write tast case for a+b=c?
How do you differentiate the roles of Quality Assurance Manager and Project
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
write testcase for sql table? this is the question asked by interviewer?
wirte the test cases for triangle by using testing techniques
8 Answers Blue Star, George Mason, HP,
What all comes under test case review?
how to execute test cases manually
Tell me how to write a test case to test a search (general search engine ) function that is present on almost all sites.