What Can the AI Do?
Generate Tests
Create complete, detailed test cases in seconds by describing what you want to test
Search Tests
Find tests using natural language instead of complex filters
Ask Questions
Get instant answers about your tests, runs, and quality metrics
Best Practices
Learn how to get the most out of the AI Assistant
How to Access the AI
Common Use Cases
- Generate Tests
- Search Tests
- Ask Questions
- Get Help
Create a single test:Create multiple tests:From requirements:From documentation:
Example Conversations
Creating a Login Test
Creating a Login Test
You: Create a test for login with valid credentialsAI: I’ll create a comprehensive login test for you.Generated Test:AI: Would you like me to create additional test cases for invalid credentials or edge cases?
Finding Failed Tests
Finding Failed Tests
You: Show me tests that failed in the last production runAI: I found 3 tests that failed in the most recent production run:
-
TC-0156: Checkout with saved payment method
- Failed at: Step 4 (Payment processing)
- Error: Payment gateway timeout
- Last passed: 2 days ago
-
TC-0089: User profile update
- Failed at: Step 3 (Save changes)
- Error: 500 Internal Server Error
- Last passed: 1 week ago
-
TC-0234: Search with special characters
- Failed at: Step 2 (Execute search)
- Error: Invalid query format
- First failure
- Create bug reports for these failures?
- Show the full test execution details?
- Compare with staging results?
Analyzing Test Coverage
Analyzing Test Coverage
You: Do we have enough smoke tests for the authentication feature?AI: Let me analyze your authentication test coverage:Current Coverage:
- ✅ Login with valid credentials (TC-0042)
- ✅ Logout (TC-0043)
- ✅ Session timeout (TC-0198)
- ⚠️ Login with invalid credentials (missing)
- ⚠️ Password reset flow (TC-0167 exists but not tagged ‘smoke’)
- ⚠️ “Remember me” functionality (missing)
- ⚠️ Account lockout after failed attempts (missing)
- Generate the missing smoke tests?
- Update TC-0167 to include ‘smoke’ tag?
- Create a complete authentication test suite?
Interactive Forms
When creating structured content like test cases, the AI presents interactive forms instead of plain text responses. These forms appear as editable cards in the chat:- Pre-filled fields based on your request (title, steps, priority, tags)
- Edit before saving — modify any field directly in the form
- Expand to full view for complex forms with many fields
- Submit or cancel — submit saves the data, cancel dismisses the form
AI Capabilities
The AI Assistant can:Understand Context
Knows what page you’re on and what you’re working with
Access Your Data
Can see all your tests, runs, and results
Learn Patterns
Recognizes your team’s testing patterns and conventions
Generate Content
Creates tests, tags, and documentation
Analyze Trends
Identifies quality trends and potential issues
Provide Insights
Offers recommendations based on best practices
Tips for Better Results
Be specific: Instead of “create a test,” try “create a test for user registration with email verification”
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Cmd/Ctrl + K | Open AI chat |
Esc | Close chat |
↑ | Edit last message |
Cmd/Ctrl + Enter | Send message |

