Skip to main content
OQL (OneTest Query Language) is a simple, powerful way to search and filter tests. It’s inspired by JQL (Jira Query Language) and designed to feel natural while giving you precise control.

Why Use OQL?

Precise Control

Filter by exact criteria, not fuzzy matches

Save Queries

Save complex searches for reuse

Combine Conditions

Use AND, OR, NOT for complex filters

Fast & Efficient

Optimized queries execute instantly

Quick Examples

Basic Syntax

Compare fields to values:

Common Queries

Find tests that failed in the last 7 days.
All active smoke tests, ordered by priority.
All P0 and P1 tests that aren’t archived.
Tests updated in the last 2 weeks.
Active tests that have never been executed.
Important authentication tests.

Date & Time Queries

OQL supports flexible date queries:

Sorting & Pagination

Control result order and size:

Saved Queries

Save frequently-used queries:
1

Write Your Query

2

Save with Name

Click “Save Query” and give it a name:
3

Reuse Anytime

Access from the “Saved Queries” dropdown

Using with AI

You don’t need to write OQL manually! Just ask the AI:
The AI translates to:

What’s Next?

Full Syntax Reference

Complete OQL syntax documentation

Query Examples

More real-world query examples

Field Reference

All searchable fields

AI Search

Let AI write queries for you