This page is under construction. More content coming soon!
Creating Test Cases
There are multiple ways to create test cases in OneTest.Methods
- 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 & Organization
Tags & Organization
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

