FeaturesTesting Framework (A2TF)Overview

Testing Framework (A2TF)

A²TF (Agentic Asset Testing Framework) is a no-code testing framework for MCP Servers and Agent Cards, with a test-first mindset.

Overview

A²TF lets you design test cases, build suites, and execute them against mock or production endpoints — without writing code. It supports MCP protocol and A2A protocol validation.

Key modules:

  • Dashboard — Metrics, tests by type, execution summary
  • Design — Test cases, datasets, and scenarios per asset
  • Execution — Build suites and run tests
  • Test Runs — Filter and inspect run history

Relation to Test Lab

Test Lab is the in-app entry point for execution and exploratory sessions. A²TF provides the full design and execution workflow and may be available as a dedicated subdomain (e.g., a2tf.a2d-ai.com).


Dashboard

Environments are linked to a specific asset and carry environment-specific configuration (base URL, auth, headers). Suites group one or more tests and can be run against a chosen environment.

Mocking Service Environment

When you create an MCP Server, Agent Card, or REST API, a default Mocking Service environment is automatically created. This points to A²D’s built-in mock server so you can test immediately.

When assets are imported via Import/Export, the Mocking Service environment is also created automatically.


Test Runs Module

Filter and inspect past runs:

  • Status, test name, linked asset
  • Date and time
  • Tools and data used
  • Open reports for full details

Platform MCP Integration

AI agents can run suites and fetch results via Platform MCP:

  • run_suite — Execute a test suite
  • get_run_results — Retrieve run results by ID

Next Steps


A²TF makes agent asset testing accessible without code.