Example Conversations
- What tests do I have in my project?
- What areas of my product should I cover with test cases first?
- What do you know about my website and what knowledge would help you write better tests?
- Generate 5 tests for the checkout flow
- What are the key user stories I should have tests on?
- Create a test that validates login and checks the user profile
- Does QA.tech support cross-browser testing?
- How do I add a dependency to a test?
Make the Assistant More Effective
The assistant understands context and can handle follow-up questions, so you can have natural back-and-forth conversations about your testing needs. It relies on Crawling, tests, and Knowledge for context gathering.Add Knowledge to improve results: The Chat Assistant works best when it understands your application. Add documentation URLs, project context, and domain-specific information to your Knowledge Base so the assistant can provide more accurate test suggestions and better understand your unique workflows.The assistant automatically searches your knowledge base when generating tests and answering questions, giving you context-aware responses tailored to your specific application.
What can you do with the Chat Assistant
Test Management The assistant can list your existing tests, generate new test cases based on your requirements, run tests in the background, and fetch detailed information about specific tests including their steps, configurations, and dependencies. It understands test scenarios (grouping folders) and test plans, making it easy to organize and trigger your test suite. Application Analysis It can crawl and analyze your website to discover features, search through the knowledge graph to find specific functionality that’s been discovered in previous crawls, and search your project’s knowledge base where you’ve added documentation and important information. This helps the assistant provide context-aware suggestions tailored to your application. Configuration Management The assistant can show you what configurations are available in your project, help you create new configurations for credentials and test data, and even display interactive forms right in the chat to collect configuration details from you. It understands different config types like username/password, email credentials, and 2FA setups. GitHub Integration It can fetch information about your GitHub pull requests and write comprehensive test reviews directly on your PRs. When you ask it to test a pull request, it can run relevant tests against the preview environment and provide detailed feedback on what was verified and what issues were found. Help & Support The assistant can search QA.tech’s documentation to answer questions about platform features and capabilities, and provide you with contact information for customer support when you need help beyond what the AI can provide.Agentic AI Workflows Behind the Scenes
The Chat Assistant uses multiple specialized AI agents that automatically coordinate to handle your requests. You don’t manage these agents—they work together seamlessly based on what you ask for. Specialized Agents: Test Generation Specialist - Activates when you ask to create or suggest tests. Automatically prioritizes revenue-critical flows first (checkout, payments, bookings) before secondary features (settings, navigation, profiles). Explorative Testing Specialist - Activates when you run tests, analyze your site, or review pull requests. Onboarding Specialist - Activates for new project setup. Focuses on delivering 3-5 high-impact tests quickly with minimal questions. Designed to help you master the key features of QA.tech. Just describe what you want naturally—the system routes to the right specialist and coordinates complex workflows automatically.Available Tools Reference
The AI Chat agent has access to 20 specialized tools organized into these categories:Test Management: get-test-cases, get-test-case-details, get-test-scenarios, get-test-plan-info, suggest-test-cases, run-test-cases, wait-for-runApplication Analysis: analyze-site, search-feature-graph, search-knowledge-baseConfiguration: get-configs-info, create-config, request-config-detailsGitHub Integration: get-github-pull-request, add-github-pull-request-reviewProject Information: get-applications, generate-project-contextHelp & Support: get-qatech-docs, contact-customer-supportAdvanced: handover-to-different-agent (automatically switches between specialized agents based on your needs)