Skip to content

Quick Start

Download API Test Base 0.39.4 from the release page.

Double click the dmg and drag API Test Base.app to your /Applications folder.

Then open it from Launchpad or the Applications folder.

With ATB running, let’s send a quick ad hoc request to get familiar with the UI.

Right click anywhere on the left side pane, select New Request > HTTP, give it a name and press Enter. The request is created.

In the request edit view, under the Invocation tab, enter a URL like http://localhost:8090/api/articles (an API Test Base bundled API) and click the Invoke button.

Ad Hoc HTTP Invocation

The request, as well as all the data you create in API Test Base, is automatically persisted on your local machine. No Save button.

Docker users: when not using host networking, reach an API running on your own machine (the Docker host) with host.docker.internal instead of localhost in the request URL.

You’ve run an ad hoc request. Next, build a structured test case that invokes an API and verifies its side effect — see Creating Automated Test Case.