Skip to content

Testing API

Mahmoud A. Zaid edited this page Mar 12, 2019 · 1 revision

We use software to send calls to the API, get output, and log the system’s response.

Why API Testing is important?

  • API testing is the trend
  • Time efficient.
  • Language independent (Json, XML)
  • Easy GUI integration.

What to test in API Testing?

  • Verify if the API's return Value based on input condition
  • Verify if the API's does not return anything.
  • Verify if the API triggers some other event or calls another API.
  • Verify if the API is updating any data structure.
Clone this wiki locally