Top 19 Api Testing Interview Questions You Must Prepare 27.Jul.2024

Q1. What Is Input Injection And What Are Different Ways Of Doing It ?

Input Injection:  It is the act of simulating user input, in several ways you can simulate user input.

  • Direct Method Invocation
  • Invocation using an accessibility interface
  • Simulation using low-level input
  • Simulation using a device driver
  • Simulation using a robot

Q2. Mention What The Main Areas To Be Taken In Consideration While Writing Api Document ?

The key area to be considered when writing API documents are:

  • Source of the content
  • Document plan or sketch
  • Delivery layout
  • Information required for each function in the document
  • Automatic document creation programs

Q3. What Are The Main Challenges Of Api Testing?

The main challenges in API testing is:

  • Parameter Selection
  • Parameter Combination
  • Call sequencing

Q4. What Are The Tools Used For Api Testing?

The tools used for various API testing are:

  • SoapUI Pro
  • LoadUI Pro
  • Alertsite API monitoring

Q5. What Are The Tools Used For Api Test Automation?

While testing Unit and API testing,  both target source code, if an API method is using code  based on .NET then the tool which is supporting should have .NET

Automation tools for API testing can be used are:

  • NUnit for .NET
  • JUnit for Java
  • HP UFT
  • Soap UI

Q6. What Is Api Testing?

API (Application Programming Interface) specifies how some software components should interact with other, in other words it’s a set of functions and procedures that allows the creation of applications which access the features or data of an application or operating system.   Testing of these functions is known as API testing.

Q7. What Are The Common Protocols That Are Testing In Api Tesing ?

  • HTTP
  • JMS
  • REST
  • SOAP
  • UDDI

Q8. Explain What Is Rest Api?

It is a set of functions to which the developers performs requests and receive responses. In REST API interaction is made via HTTP protocol

REST – stands for Representational State Trfer, it is quickly becoming defacto standard for API creation.

Q9. In Api Document Explain How To Document Each Function ?what Are The Tools Used For Documentation?

Description: Small description about what a function does

Syntax: Syntax about the parameter of the code, the sequence in which they occur, required and optional elements etc.

Parameters: Functions parameters

Error Messages: Syntax of error messages

Example Code: Small snippet of code

Related Links: Related functions

Popular tools used for API documentations are JavaDoc (for Java code ) Doxygen (for .Net code)

Q10. Difference Between Api And Unit Testing?

API testing:

  • API is owned by QA team
  • API is mostly black box testing
  • Full functionality of the system is considered in API testing as it will be used by the end-user (external developers who will use your API )
  • API test are often run after the build is ready and authors do not have access to the source code. 

UNIT testing:

  • Unit testing is owned by development team 
  • Unit testing is white box testing
  • Unit testing is done to verify whether each unit in isolation performs as expected or not
  • For each of their module the developers are expected to build unit tests for each of their code modules and have to ensure that each module pass unit test before the code is included in a build.

 

Q11. What Is Api Testing With Runscope ?

Runscope is a web application that provides backend services and easy to use interface for testing APIs.

Q12. What Are The Types Of Bugs Will Api Testing Finds?

The types of Bugs, API will find:

  • Missing or duplicate functionality
  • Fails to handle error conditions gracefully
  • Stress
  • Reliability
  • Security
  • Unused flags
  • Not implemented errors
  • Inconsistent error handling
  • Performance
  • Multi-threading issues
  • Improper errors

Q13. Mention The Steps For Testing Api ?

API testing steps:

  • Select the test case that has to be fulfilled
  • For API call develop a test case
  • To meet the test case configure the API parameters
  • Determine how will you validate a successful test
  • Using programming language like PHP or .NET execute the API call
  • Allow the API call to return the data to validate.

Q14. Explain Api Framework?

API framework is self-explanatory. Values for test run and for holding the configurable parts, config file is used.  Automated test cases must represent in “ parse-table” format within config file.  When testing API, it is not necessary to test each API so the config file have some section whose all API are activated for that specific run.

Q15. Explain What Is Testapi ?

TestApi is a library of utility and test APIs that enables testers and developers to create testing tools and automated tests for .NET and Win32 application.  It provides a set of common test building blocks, types, data-structure and algorithms.

Q16. Mention The Key Difference Between Ui Level Testing And Api Testing?

UI ( User Interface) refers to testing graphical interface such as how user interacts with the applications, testing application elements like fonts, images, layouts etc. UI testing basically focuses on look and feel of an application.

While, API enables communication between two separate software systems. A software system implementing an API contains functions or sub-routines that can be executed by another software system.

Q17. How Does The Api Builder Work?

API Builder is a PLSQL program consists of four SQL files:

  • For setting API parameters and starting the process one file is responsible
  • Two files are created for temporary tables and Master package to create the outputted code
  • Fourth file creates “spooled” output of the code into a file called “output_script_.sql”.

Q18. Explain What Is Soap?

SOAP-stands for Simple Object Access Control, and it is an XML based protocol for exchanging information between computers.

Q19. Explain What Are The Principles Of Api Test Design?

The principle for API test design are:

Setup : Create objects, start services, initialize data etc

Execution: Steps to exercise API or scenario, also logging

Verification: Oracles to evaluate execution outcome

Reporting: Pass, failed or blocked

Clean up: Pre-test state