Skip to main content

๐Ÿค– AI Capabilities

X-AutoMate now includes Generative AI features that speed up test creation, provide on-demand assistance, and enable integration with agentic workflows.


๐Ÿง  AI-Powered Query Generationโ€‹

When creating a test case, you can let AI generate the SQL query for you based on your metadata and selected test approach.

Metadata-Based Generationโ€‹

  1. Navigate to the Create Test Case screen
  2. Select a Test Approach and provide schema details
  3. AI generates a query tailored to your metadata

You can also add additional instructions to guide the generation. If the result doesn't match your expectations, refine your instructions and hit Regenerate.

AI Query Generated from Metadata


Custom Query Generationโ€‹

When using the custom_query approach, you can simply describe what you need in plain text โ€” no metadata required. AI creates the query based on your description.

AI Query Generated without Metadata


๐Ÿ’ฌ X-AutoMate Assistantโ€‹

The built-in AI Assistant chatbot helps you manage your app through conversation. Ask it questions to:

  • ๐Ÿ” Find information without navigating menus
  • ๐Ÿ“– Get explanations of X-AutoMate concepts
  • โšก Quickly access the data you need

AI Assistant


๐Ÿ”Œ MCP Integrationโ€‹

You can expose your X-AutoMate instance via MCP (Model Context Protocol) and connect it to any AI agent of your choice. This enables unlimited possibilities to inject your testing into agentic workflows.

Setupโ€‹

  1. Generate an API key in X-AutoMate
  2. Add the MCP endpoint to your agent:
    • URL: your.xautomate.host/main/mcp
    • Header: Authorization: Bearer your_key
  3. That's it โ€” your agent can now interact with X-AutoMate

MCP Connected