What APItiser does
APItiser is an integration test generator that works from your code. Point it at your API and it produces runnable integration tests — exercising real endpoints end to end, with request setup and assertions wired in. It turns the tedious scaffolding of integration testing into a generated starting point you can run immediately and adjust.
How to generate integration tests from code
Integration tests are valuable but expensive to write by hand. APItiser shortcuts the setup:
- Read the endpoints — APItiser inspects your API surface.
- Generate — it produces integration tests with request setup, calls and assertions.
- Run and extend — execute them as-is, then add cases for the scenarios specific to your service.
Who it's for
Backend engineers and SDETs who want integration coverage without writing every request by hand. APItiser complements XHRScribe (which generates API tests from observed traffic) — use code-first when you have the source, traffic-first when you have a running app. Free on the Chrome Web Store; works in any Chromium browser.
FAQ
What does it generate? Runnable integration tests for your API, including request setup and assertions.
How is it different from XHRScribe? APItiser works from your code; XHRScribe works from captured network traffic.
Is it free? Yes, free on the Chrome Web Store.