Before you start
Test cases are organised within Modules. Before creating a test case, make sure you have:- A project created
- At least one module set up within that project
Creating a test case manually
1. Navigate to Test Cases
From the left sidebar, open your project and click Test Management. Select a module from the left panel, then click Add Test Case.2. Fill in the test case details
text
required
A clear, descriptive name for the test case. Must be at least 3 characters.
Example: “User can log in with valid credentials”
Example: “User can log in with valid credentials”
text
required
The steps a tester should follow to execute this test. Write each step on a new line for clarity.Example:
text
required
What should happen when the test steps are completed successfully.
Example: “User is redirected to the dashboard and sees a welcome message”
Example: “User is redirected to the dashboard and sees a welcome message”
select
required
The priority level of this test case. Options are fetched from your project settings.
select
required
Controls visibility of the test case.
- Published — visible and available for test runs (default)
- Draft — work in progress, not yet ready for execution
select
Optional. Categorise your test case with a tag (e.g.
regression, smoke, api, ui). Tags help you filter and group test cases for specific test runs.text
Optional. Add any additional notes or context for testers running this test case.
file
Optional. Attach supporting images (JPG or PNG only). Maximum 2 files, up to 100MB each.
3. Save the test case
Click Create. You’ll be returned to the test cases list where your new test case will appear.Importing test cases via CSV
If you have existing test cases in a spreadsheet, you can bulk import them using a CSV file.1. Download the sample CSV
On the Test Cases page, click Import Via CSV, then click Download Sample CSV to get the template.2. Prepare your CSV file
Your CSV must include the following columns:3. Upload and import
Drag and drop your CSV file onto the upload area, or click to browse. TMS ONE will validate each row before importing. If any rows contain errors you’ll see a summary showing:- How many test cases were imported successfully
- How many failed and why (with row numbers)
Field reference
Tips for writing good test cases
Be specific with test steps
Be specific with test steps
Avoid vague instructions like “check the login”. Write exactly what the tester should do: which page to go to, what to enter, and what to click.
One scenario per test case
One scenario per test case
Each test case should test a single, specific scenario. Avoid combining multiple flows into one test case — it makes results harder to interpret.
Use Draft for work in progress
Use Draft for work in progress
If a test case isn’t ready yet, save it as Draft. It won’t appear in test runs until you publish it.
What’s next?
Running Tests
Execute your test cases and track results
AI Test Generation
Let AI generate test cases from acceptance criteria