Using the Quo Agent
Quo is Qualflare's AI assistant. You can use Quo to analyze coverage gaps in your test suites, generate new test cases, create steps for individual cases, and ask questions about your test management data.
Opening the Quo Agent
Click the Quo icon in the toolbar to open the agent panel on the right side of the screen. If AI features are disabled for your project, you will see a message with a link to Project Settings → AI to enable them.
Starting a Conversation
When the panel opens, you'll see two suggested prompts:
- "Analyze coverage of a test suite"
- "Suggest more test cases for a suite"
You can click either prompt or type your own message in the input field at the bottom.
Analyzing Test Suite Coverage
- Type "Analyze coverage of [suite name]" or click "Analyze coverage of a test suite".
- If Quo needs to clarify which suite, it will ask. Select from the list provided.
- Quo returns a coverage report with:
- Overall Score — a percentage rating
- Breakdown — four component scores:
- Test Type Score (variety of test types)
- Priority Score (coverage across priority levels)
- Quality Score (detail and completeness of cases)
- Completeness Score (breadth of scenarios)
- Analysis Summary — a written assessment of coverage strengths and gaps
- Recommendations — specific suggestions for improving coverage
- Choose Attach Score to save the coverage score to the suite, or Skip to dismiss.
TIP
Coverage scores attached to suites are visible in the suite detail view and help track improvement over time.
Generating Test Cases
- Ask Quo: "Suggest test cases for [suite name]" or "What test cases am I missing for the checkout flow?"
- Quo analyzes existing cases and returns a list of suggestions, each with:
- Case title
- Description
- Priority (low, medium, high, critical)
- Review the suggestions. Click Create Cases to add all approved cases to the suite, or Skip to dismiss.
WARNING
Creating cases consumes AI credits. Check your usage in Workspace Settings → Plan & Billing.
Generating Test Steps
- Open the Quo panel while viewing a test case detail page.
- Ask Quo: "Generate steps for this case" or "Create test steps for the login form case".
- Quo returns a list of suggested steps with step type indicators.
- Choose one of:
- Append Steps — adds the suggestions to your existing steps
- Replace Steps — replaces all existing steps with the suggestions
- Skip — dismiss without changes
Asking Questions
Quo can answer general questions about test management best practices and Qualflare features. Examples:
- "What is a test plan used for?"
- "How should I organize my test suites?"
- "What's the difference between a blocked and skipped case run?"
Choosing a Model
The model dropdown at the bottom of the chat panel lets you choose:
- Quo Fast — faster responses, available on all plans
- Quo Pro — deeper analysis and more detailed output, requires Scale plan or above
Starting a New Conversation
Click the + button in the Quo panel header to clear the conversation and start fresh.