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
1
Open Test Management
- Log in to OneTest
- Click Test Management in the sidebar
- You’ll see an empty test list (that’s normal!)
2
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:
3
4
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
5
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
6
Save Your Test
Click the “Create” button at the bottom.🎉 Congratulations! You’ve created your first test case!You should see:
- Test identifier (e.g.,
TC-0001) - Status:
Draft - Your test details
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

