Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana-cloud/testing/agentic-testing/introduction.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/testing/agentic-testing/introduction/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
Introduction to Agentic testing
Agentic testing helps you validate critical user flows with functional browser tests in Grafana Cloud. You describe what should happen in plain language, and Grafana Cloud runs the journey in a browser and reports step-level pass/fail results with logs and a session recording.
Agentic testing sits alongside Performance testing and Synthetic Monitoring under Testing & synthetics. Use it when you want to confirm that important journeys work after a change without hand-writing browser test scripts.
Note
Agentic testing is an experimental feature. Engineering and on-call support is not available. Functionality, UI, and availability may change.
When to use Agentic testing
Agentic testing targets single-session functional checks: validating that critical user paths work after a change. Because you describe intent rather than implementation details, tests stay useful when button labels, layouts, or frontend frameworks change.
Agentic testing complements scripted browser tests in Performance testing, k6 Script Authoring mode, and Synthetic Monitoring checks.
Compare testing options
Use the approach that fits your goal:
| Goal | Recommended approach |
|---|---|
| Validate a user journey without writing browser code | Agentic testing |
| Write or generate k6 scripts for load or protocol testing | k6 Script Authoring mode or the script editor |
| Monitor endpoints continuously from global probe locations | Synthetic Monitoring |
| Record or hand-write k6 browser scripts with full control | Run your first browser tests |
Limitations
Keep the following in mind while Agentic testing is experimental:
- Availability may be limited to specific Grafana Cloud stacks or accounts.
- UI labels, workflows, and supported journey types may change.
- Agentic testing targets functional browser journeys, not high-VU load tests or Synthetic Monitoring uptime checks.
Next steps
Was this page helpful?
Related resources from Grafana Labs


