top of page

How to practice API testing for free?

There is one dummy API which is available for free on github. You can download it from the link given in the Helpful resources section.

  1. API related security issues can be tested on this dummy API.

  2. For beginners it is a very good way to understand common security issues found in APIs

  3. You can use the POSTMAN tool for testing the TiredFul API. Link to download the tool is also given below.

  4. You can refer to OWASP top 10 for API for better understanding of the security issues demonstrated in the dummy API.

  5. You can also refer to the tutorial on the solutions provided in the link below.



Helpful resources:


3 views

Recent Posts

See All

API test Cases and tools for testing API.

To start with testing API, here are the following tools we require to test API: Let’s start with the test cases while also understanding...

What is an API? Explain with an example

When we order food from Swiggy or Zomato, once the order is placed, we get an option to track the delivery agent. It might come as a...

bottom of page