Creating a Project
A Project is the foundation of everything in TMS ONE. All test cases, test runs, modules, and defects live within a project. This guide walks you through creating your first project.Who can create a project?
Users with the Admin role can create projects. QA users can be assigned to projects but cannot create them.Step-by-step guide
1. Navigate to Projects
From the left sidebar, click Projects. Then click the Create button in the top right corner.2. Fill in the project details
The name of your project. Must be at least 3 characters. This is displayed across the platform.
A brief description of what this project covers. Helps your team understand the scope.
Optional. The date the project testing begins. Cannot be set in the past.
Optional. The deadline for the project. Must be after the start date. Only available after a start date is selected.
Optional. Select one or more QA users to assign to this project. You can search by name or email. Users can also be added later.
The programming language used for automated test scripts in this project. Choose between JavaScript or C#.
3. Create the project
Click Create Project. You’ll be taken back to the projects list where your new project will appear.Field reference
| Field | Required | Notes |
|---|---|---|
| Project Name | Yes | Min 3 characters |
| Description | Yes | Cannot be blank |
| Start Date | No | Cannot be in the past |
| End Date | No | Must be after start date |
| Assign Users | No | QA users only |
| Language | Yes | JavaScript or C# — cannot change after creation |
What’s next?
Once your project is created, you can start organising it:Writing Test Cases
Start adding test cases to your project
Modules & Tags
Organise your test cases with modules and tags