Skip to content

Using TZ Console

TZ Console is the AI assistant built into Testzilla, and the fastest way to get a first result without touching a form. You describe what you want in plain language and it builds the project, channel, and tests for you, then runs them. This guide gets you productive in a few minutes; the full reference is on the Testzilla Console page.

TZ Console lives in the left navigation of the web app as TZ Console, which opens the full-screen assistant. A compact Ask TZ Console box also appears on the Dashboard and Projects pages for quick, in-context requests.

Just type a request. For example:

Test my Retell support line on +1 555 0100. Make sure it can book an appointment and never gives medical advice.

From that one sentence, TZ Console creates the project, adds the phone channel, writes the booking and safety tests, and starts the runs — all in the chat.

TZ Console understands both styles, and you can mix them freely:

  • Plain language — describe what you want (“build a test that checks it can cancel an order”) and it figures out the steps.
  • Short commands — for quick, exact actions. A leading slash is optional (mcp and /mcp are the same). The common ones:
  1. Look aroundlist projects (lp), list channels (lc), list tests (lt), list batches (lb), results <id>, balance (bal), usage, whoami.

  2. Focus the conversationuse project <id>, use channel <id>, context (ctx) to see where you are, clear to reset it.

  3. Build and run — describe the setup in plain language, then run test <id> (rt), run batch <id> (rb), status <id>, status queue.

  4. Learn from resultsanalyze failures, analyze test <result id>, or just ask it in plain language to read your failing tests and suggest prompt improvements.

  5. Check connectivitymcp (or tools) lists the tools the assistant can use; help (?) lists everything.

TZ Console has a files panel so you can give it data to work with (a CSV of test cases, a JSON config) and keep files it generates. It has two scopes:

  • Shared Files — persist across your whole workspace.
  • Session Files — belong to the current chat only; you can clear them all from the Session Files section.

Files are capped at 25 MB each and count against your storage quota, shown in the panel header.

A debugging toggle (off by default) reveals diagnostic panels for a power-user or support view: the tool-use events the assistant fired, a timeline of what happened, per-step timing, and the raw response. Turn it on when you want to see exactly what TZ Console did under the hood; leave it off for a clean chat. Your pass/fail results show either way.

All three drive the same Testzilla backend, scoped to your account. Use the Console for no-code work in the app; use the API to automate from CI; use MCP to drive Testzilla from your own AI agent like Claude Code or Cursor.

Full Console reference

Testzilla Console documents every capability and example prompt.

Get your first result

The Quickstart leads with the Console path end to end.