A Postman-style scratchpad scoped to your workspace. Method, URL, params, auth, headers, body. Send and inspect.
Bind a saved request to a test plan. Login first, capture the token, pass it to the next step.
Mix HTTP Request with T2T Native, Visual Verification, Autopilot, or Script Injection in the same sequence.
If you've used Postman or Insomnia, you already know how to use this. The difference is what happens after Send.
Every saved request can carry its own test assertions. The seeded set includes status code checks, JSON path matchers, response time budgets, and header validation. One-click snippets cover the common cases.
When the request runs inside a test case, those assertions count. Fail one and the test case fails.
After every Send, the response panel shows status, time, size, and four tabs: Body, Cookies, Headers, Test results. JSON pretty-print, raw, and preview views. Test result counts visible in the tab label so you know at a glance how many assertions passed.
Save the response as a fixture. Copy as cURL. Done.
A test case in Text2Test is not a single instruction type. It is a sequence. Each step can be a different prompt type, combined in any order to match exactly what you need to test.
Write the steps in plain text. Text2Test Native reads the screen semantically and executes. No selectors, no DOM knowledge required.
Paste an existing script or auto-generate one and run it inline within the test. For when you need precise programmatic control at a specific step.
Hand control to AI for complex flows that need reasoning. Autopilot navigates the product autonomously and hands back when done.
Take a screenshot diff or check element visibility at any point in the sequence. Catches layout regressions and UI changes.
Call an API and assert on the response. Combine with UI steps to test the full stack in a single test case.
Mix and build in any order. A test case can start with a T2T Native step, run an HTTP request to set state, verify visually, inject a script for a specific action, and hand off to Autopilot for the final flow. All in one sequence.
See how HTTP Request fits inside your test cases. Live demo, your stack, your API.
Request a Demo