- Getting started
- Project management
- Documents
- Working with Change Impact Analysis
- Create test cases
- Assigning test cases to requirements
- Cloning test cases
- Exporting test cases
- Linking test cases in Studio to Test Manager
- Delete test cases
- Manual test cases
- Importing manual test cases
- Document test cases with Task Capture
- Parameters
- Enabling governance at project level
- Disabling governance at project level
- Enabling governance at test-case level
- Disabling governance at test-case level
- Managing approvers for governed test cases
- Managing governed test cases in the In Work state
- Managing governeed test cases in the In Review state
- Managing governed objects in the Signed state
- Managing comments for governed test cases
- Applying filters and views
- Importing Orchestrator test sets
- Creating test sets
- Adding test cases to a test set
- Assigning default users in test set execution
- Enabling activity coverage
- Enabling Healing Agent
- Configuring test sets for specific execution folders and robots
- Overriding parameters
- Cloning test sets
- Exporting test sets
- Applying filters and views
- Accessibility testing for Test Cloud
- Searching with Autopilot
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Coding Agents for Testing
- Troubleshooting
Available general settings for a Test Manager project, including default reporting time zone and custom test execution name formatting.
Open a project and navigate to Project Settings. The General tab allows you to configure general settings for that specific project.
Default reporting date time zone
From the Default reporting date time zone dropdown, select the timezone that aligns with your location and reporting preferences.
The project dashboard will calculate reporting dates based on the selected default time zone. While test executions are still reported in UTC timezone for accuracy, this setting ensures that the project dashboard aligns with your preferred time zone.
Execution
Under the Execution section, you can define a custom naming format for test executions in your project. If you don't set a custom format, the default format is used: {Execution.Type} - {TestSet.Name} - {Execution.StartTime|yyyyMMdd.HHmmss}.
In the Test execution name format field, enter the format for naming test executions. Use single curly braces to insert variables, for example, {TestSet.Name}. The following variables are available:
Execution.Type- the type of execution: manual or automated.TestSet.Name- the name of the test set.Execution.StartTime- the start time of the execution. Supports .NET date format notation, for example,{Execution.StartTime|yyyyMMdd.HHmmss}.- Custom fields of type Test Set.
- Free text.
For example, a dynamic test execution name can look like {Execution.Type} - {TestSet.Name} - {Execution.StartTime|yyyyMMdd.HHmmss}. If a referenced custom field does not exist, the reference expression is displayed as-is in the execution name.
The execution name is set once when the test execution is created and is not updated automatically afterward. Users with the Project - Edit permission can edit the name manually. Leaving the field empty reverts to the default format.