Quick Start
1
Open the AI Chat
Press
Cmd + K (Mac) or Ctrl + K (Windows/Linux)2
Describe What to Test
Type your request in plain English:
3
Review the Generated Test
The AI will create a complete test case with:
- Clear title
- Test steps with expected results
- Preconditions
- Tags
- Priority
4
Save or Refine
- Click “Save” to add it to your test suite
- Or ask the AI to modify it: “Add a step for two-factor authentication”
Generation Patterns
- Single Test
- Multiple Tests
- From Requirements
- From Documentation
Create one specific test:The AI will generate a single, focused test case.
What Gets Generated
When you ask the AI to create a test, it automatically generates:Test Metadata
- Unique identifier (TC-XXXX)
- Clear, descriptive title
- Appropriate priority (P0-P4)
- Relevant tags
- Test type (manual/automated)
Test Content
- Preconditions
- Detailed test steps
- Expected results for each step
- Overall pass/fail criteria
- Test data (when applicable)
Best Practices
- Follows naming conventions
- Includes edge cases
- Uses clear language
- Atomic test design
Context Awareness
- Matches your product type
- Uses existing tags
- Follows team patterns
- Considers related tests
Example Prompts
E-commerce Tests
E-commerce Tests
- Add item to cart
- Update cart quantities
- Apply discount code
- Select shipping method
- Enter payment information
- Complete purchase
- Receive confirmation email
API Tests
API Tests
- Create user (valid data)
- Create user (invalid email)
- Create user (duplicate email)
- Get user by ID
- Update user information
- Delete user
- Verify deletion
Mobile App Tests
Mobile App Tests
- First launch experience
- Permission requests
- Account creation
- Profile setup
- Feature introduction screens
- Skip onboarding flow
- Complete onboarding
Security Tests
Security Tests
- SQL injection attempts
- XSS attack prevention
- Brute force protection
- Session fixation prevention
- CSRF token validation
- Password complexity enforcement
- Account lockout after failures
Refining Generated Tests
You can iterate with the AI to refine tests:1
Ask for Modifications
2
Request Different Formats
3
Add Context
Advanced Techniques
- Batch Generation
- From Screenshots
- Test Variations
- Edge Cases
Generate many tests at once:The AI will create 10-15 related tests covering all aspects.
Quality Assurance
Review AI Output: Always review generated tests to ensure they match your specific requirements and context.
Best Practices
Be Specific
Instead of “create a login test,” try “create a test for login with OAuth via Google”
Provide Context
Mention the feature, platform, or user story: “Create a test for the new multi-factor authentication feature on mobile”
Iterate
Refine the test through conversation: “Add error handling scenarios” or “Include performance assertions”
Save Templates
Once you get a good test format, save it as a template for consistency
What’s Next?
Search Your Tests
Find tests using natural language
Ask Questions
Get insights about your test suite
Organize Tests
Use folders and tags effectively
Best Practices
Advanced AI tips and techniques

