Blog

Notes on API testing, from the team building the AI test engineer that keeps tests current on every PR.

Abstract illustration of tangled lines resolving into clean parallel lines

Alternatives to Hand-Writing Postman Collections

The alternative to writing Postman collections by hand is generating them: from a spec, from recorded traffic, or from a flow. Here is what each path costs.

Mustafa Bayramoglu

  • api-testing
  • ai-test-generation
Abstract illustration of four glowing paths fanning out from one source

API Tests from Real Traffic: 4 Tools Compared

Keploy, Speedscale, WireMock and Hoverfly compared on the same criteria: where each one sits, what it installs, what it captures, and how it replays.

Mustafa Bayramoglu

  • traffic-replay
  • ai-test-generation
Keploy vs Postman for AI-Generated API Tests

Keploy vs Postman for AI-Generated API Tests

Keploy vs Postman for AI-generated API tests, compared on input, output, mocking, CI and price, using only each vendor's own public documentation.

Mustafa Bayramoglu

  • comparison
  • ai-test-generation
Abstract illustration of one line multiplying into hundreds converging on a point

Load Test an API with Realistic Multi-Step Flows

Load test an API with realistic user flows instead of single endpoints: the virtual user arithmetic, the ramp that finds the ceiling, and how to read the run.

Mustafa Bayramoglu

  • load-testing