Overview
OneTest’s test management system helps you create, organize, track, and maintain your test cases efficiently.Test Cases
Create and manage test cases with steps, preconditions, and expected results
Folders & Tags
Organize tests hierarchically with folders and categorize them with tags
OQL Search
Find tests instantly with a powerful query language
Creating Test Cases
There are multiple ways to create test cases in OneTest.- AI Generation (Recommended)
- Manual Creation
- Import from File
Generate Tests with AI
The fastest way to create tests is using the AI Assistant:1
Open AI Chat
Press
Cmd/Ctrl + K or click the chat icon2
Describe What to Test
3
Review & Save
The AI generates a complete test case. Review and click Save.
Test Case Components
Title & Description
Title & Description
Title: Short, clear summary of what’s being testedDescription: Detailed explanation of the test purpose and scope
Test Steps
Test Steps
Each step should have:
- Action: What the tester should do
- Expected Result: What should happen
Preconditions
Preconditions
What must be true before running this test:
- User account exists
- User is not logged in
- Test data is available
Test Data
Test Data
Specific data needed for this test:
- Username:
test@example.com - Password:
Test123! - Expected role:
Admin
Organizing Tests
Folders
Create folders to organize tests by feature, module, or any structure that fits your team:1
Navigate to Test Management
Access the Test Management section from the main navigation
2
Create Folders
Create folders to organize your tests by feature or module
3
Move Tests
Drag and drop or use bulk operations to move tests into folders
Bulk Operations
Use checkboxes to select test cases for bulk actions:- Click a checkbox to select a single test
- Select multiple tests across the list
- Bulk actions appear in the toolbar: Move, Tag, Export
Exporting Test Cases
Export test cases to Excel (XLSX) format for reporting, sharing, or offline review.- Export All
- Export with OQL Filter
- Export Selected
- Export Unassigned
Export all test cases in the current product:
- Go to the Test Cases list
- Click the Export button in the toolbar
- Choose “All Test Cases”
- An XLSX file downloads with all test data
XLSX Export Contents
The exported Excel file includes:Best Practices
Be Specific
Clear, unambiguous steps that anyone can follow
Single Purpose
One test case should verify one thing
Use Tags
Tag appropriately for easy filtering and test suite creation
Link Requirements
Connect tests to user stories or requirements for traceability
What’s Next?
Running Tests
Execute and monitor test runs
Import & Export
Bulk import and export test cases
AI Assistant
Generate tests with AI
OQL Query Language
Master OQL for powerful searches

