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: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
Tags & Folders
Tags & Folders
Organizing Tests
Folders
Create folders to organize tests by feature, module, or any structure that fits your team: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:| Column | Description |
|---|---|
| Identifier | TC-0001, TC-0002, etc. |
| Title | Test case title |
| Type | manual, automated, exploratory |
| Status | draft, ready, deprecated, archived |
| Priority | p1, p2, p3, p4 |
| Description | Full description text |
| Preconditions | Setup requirements |
| Steps | Action and expected result pairs |
| Tags | Comma-separated tags |
| Folder | Folder path |
| Created | Creation date |
| Updated | Last modification date |
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

