What You’ll Learn
How to create a test case
How to add test steps
How to use tags
How to save and track tests
Create Your Test
Open Test Management
- Log in to OneTest
- Click Test Management in the sidebar
- You’ll see an empty test list (that’s normal!)
Click New Test Case
Click the ”+ New Test Case” button in the top right.You’ll see a form with several fields. Let’s fill in the basics:
Enter Basic Information
Title
Give your test a clear name that describes what it tests.Example:Description (Optional)
Add more details if needed.Example:Type
Select Manual (we’ll cover automated tests later).Priority
Choose how important this test is:| Priority | When to Use |
|---|---|
| P0 | Critical (blocks release if fails) |
| P1 | High (major feature) |
| P2 | Medium (standard feature) |
| P3 | Low |
| P4 | Nice-to-have |
Add Test Steps
Click ”+ Add Step” to add each step of your test.For each step, enter:
- Action - What to do
- Expected Result - What should happen
- Step 1
- Step 2
- Step 3
- Step 4
- Action:
Navigate to login page - Expected:
Login form is displayed
Add Tags (Optional)
Tags help you organize and find tests.Add these tags:Tag Usage:
- smoke - Critical path tests
- login - Feature grouping
- ui - Test type
What Just Happened?
OneTest automatically handled several things for you:Unique ID Generated
Every test gets a unique identifier like
TC-0001Version Tracking
Created version 1 of your test for full history
Status Set
Automatically set to “Draft” status
Metadata Tracked
Recorded who created it and when
Next Steps
Now that you’ve created your first test, here are some great next steps:Create More Tests
Try creating tests for common workflows:
- User registration
- Password reset
- Checkout process
Use AI to Generate Tests
Let the AI create complete tests for you automatically
Organize Your Tests
Learn how to use folders and tags effectively
Run Your Test
Execute your test and track results
Quick Tips
Keep tests atomic - One test = One scenario
Need Help?
Having trouble? Try these:Ask the AI
Open the chat and type “How do I create a test?”
Watch Video
Video tutorial on creating tests
Get Support
Email our support team
What You Learned
How to create a test case
What fields to fill in
How to add test steps
How to use tags
Where your test is stored

