General Questions
What is OneTest?
What is OneTest?
- AI-powered test generation
- Powerful OQL query language
- Test execution tracking
- Team collaboration tools
- Artifacts and evidence storage
How is OneTest different from other test management tools?
How is OneTest different from other test management tools?
- AI-First Design: Generate complete test cases by chatting with AI—no manual writing required
- OQL Query Language: Search tests like you search issues in JIRA
- Modern Interface: Clean, intuitive UI built for modern teams
- Open Architecture: Integrations with your existing tools
- All-in-One: Test management + artifacts + execution in one platform
Do I need to know how to code?
Do I need to know how to code?
- Manual testers: Create and execute tests through the UI
- QA engineers: Use OQL for advanced queries, integrate with CI/CD
- Developers: Write automated tests, use API
- Product managers: Review test coverage, track quality
What pricing plans are available?
What pricing plans are available?
How does coin-based metering work?
How does coin-based metering work?
- Browser usage is free — all UI actions cost zero coins
- API key usage is metered — each API call costs 1 coin
- Weekly budget — each product gets 1,000 coins per week (configurable)
- Budget resets automatically each week
How do I access OneTest programmatically?
How do I access OneTest programmatically?
- Go to Settings > API Keys
- Create a new key (shown only once — save it!)
- Include in requests:
Authorization: Bearer ak_YOUR_KEY
Getting Started
How do I create my first test?
How do I create my first test?
- Press
Cmd/Ctrl + Kto open AI chat - Type: “Create a test for user login with valid credentials”
- Review the generated test
- Click Save
- Go to Test Management
- Click ”+ New Test”
- Fill in title, description, and steps
- Click Save
How do I invite team members?
How do I invite team members?
- Go to Settings → Members
- Click ”+ Invite Member”
- Enter email address
- Select role (Owner or Member)
- Click Send Invite
Can I import and export tests?
Can I import and export tests?
- Excel spreadsheets (XLSX)
- JUnit XML files (automated results)
- ReportPortal agents (drop-in compatible)
- Other test management tools (contact support)
- Export all test cases
- Export OQL-filtered results (e.g.,
priority = p1 AND status = ready) - Export selected tests (checkbox selection)
- Export unassigned tests (not in any folder)
How do I integrate with CI/CD?
How do I integrate with CI/CD?
AI Assistant
How does the AI Assistant work?
How does the AI Assistant work?
- Generate single tests or entire test suites
- Search existing tests using natural language
- Answer questions about your product
- Suggest test improvements
- Extract test cases from requirements
- Knows which product you’re working on
- Sees your current page and selections
- Learns from your existing tests
- Adapts to your testing style
Is my data used to train AI models?
Is my data used to train AI models?
- Your data is never used for training
- Conversations are encrypted
- Data stays in your region
- You control data retention
Can I customize AI behavior?
Can I customize AI behavior?
- Personality: Technical, friendly, concise, etc.
- Detail level: Brief or comprehensive test cases
- Naming style: Your preferred test naming conventions
- Prompt templates: Save prompts for common scenarios
What if the AI generates incorrect tests?
What if the AI generates incorrect tests?
- Check steps make sense
- Verify expected results
- Add missing details
- Adjust to your standards
- Be specific in your prompts
- Provide more context
- Use examples
- Give feedback on generated tests
OQL Query Language
What is OQL?
What is OQL?
Do I need to learn OQL?
Do I need to learn OQL?
- Basic users: Use simple filters in the UI
- Advanced users: Learn OQL for complex queries
- AI users: Ask AI to write OQL for you!
priority IN (p0, p1) AND status = failed AND last_run >= -7dCan I save queries?
Can I save queries?
- Write your OQL query
- Click “Save Query”
- Give it a name (e.g., “Critical Failed Tests”)
- Access from “Saved Queries” dropdown
Test Execution
How do I run tests?
How do I run tests?
- Individual test: Open test → Click “Run Test”
- Test run: Select multiple tests → Click “Create Run”
- Automated: Schedule tests or trigger from CI/CD
Can tests be automated?
Can tests be automated?
- Manual test execution (click through UI)
- Automated test execution (API/Selenium/Playwright)
- Hybrid approach (some manual, some automated)
- Mark tests as “automated”
- Link to automation test ID
- Execute via API
- Track automated results
How do I attach screenshots to test results?
How do I attach screenshots to test results?
- Execute a test step
- Click “Add Evidence”
- Upload screenshot or drag & drop
- Add optional description
- Continue with next step
Can I run tests in parallel?
Can I run tests in parallel?
- Create a test run
- Assign different tests to different team members
- Everyone executes their assigned tests simultaneously
- Monitor progress on run dashboard
Troubleshooting
Tests are running slowly
Tests are running slowly
- Too many steps per test
- Complex test data setup
- Slow environment
- Network issues
- Break large tests into smaller tests
- Optimize test data
- Use faster environment
- Check network connectivity
- Consider automation for repetitive tests
Can't find my tests
Can't find my tests
- Check filters—clear all filters and try again
- Check folder—tests might be in subfolder
- Check status—test might be archived
- Use OQL:
title ~ "your search term" - Use AI: “Find tests related to login”
AI Assistant is not responding
AI Assistant is not responding
- Internet connection
- Browser console for errors
- Try refreshing the page
- Check system status page
How do I reset my password?
How do I reset my password?
- Go to login page
- Click “Forgot Password?”
- Enter your email
- Check email for reset link
- Follow link to set new password

