- 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
- Troubleshooting
Test Manager user guide
Plan and manage your automated test executions using customizable schedules. You can create various types of schedules based on the cadence of your test runs. You can configure single schedules for one-time runs, recurrent schedules set with a regular cadence, and advanced schedules configured with Cron expressions. You can manage all your schedules in the Execution section of your project, under Schedules.
Figure 1. The Schedules tab of your testing project

Prerequisites
To create a schedule for an automated test, you need the Automated execution Test Manager permission. When creating a custom Test Manager role, you can find this permission under Task Permissions.
The Test Manager project roles that can create schedules are: Project owner, Test Manager, and Test Executor.
Creating schedules
To create a schedule for an automated test execution, follow these steps:
- Go to the Execution section of your project, then navigate to Schedules.
- Select Create Schedule.
- Configure your schedule as needed, using the following fields:
- Schedule: Enter a name for your schedule.
- Test Sets: From the dropdown list, select an automated test set that you want the schedule to apply to.
- Description: Enter a description of the schedule.
- Schedule Type: Depending on the type of schedule you choose, you need to configure additional parameters:
- Single: This type runs only once. Define a Start date and a Time zone.
- Recurrence: This type runs on a set cadence with a defined start, and end date:
- Repeat: Select the schedule cadence:
- Minutely: Set the number of minutes for the schedule recurrence.
- Hourly: Set the number of hours for the schedule recurrence.
- Daily: Set the number of days for the schedule recurrence.
- Weekly: Set the number of weeks for the schedule recurrence.
- Monthly: Set the number of months for the schedule recurrence.
- Start date: Set a start date for the recurrent schedule.
- End date: Select an end date for the recurrent schedule.
- Time zone: Select a specific timezone for the schedule.
- Repeat: Select the schedule cadence:
- Advance: This type runs based on a cadence configured using Cron expressions.
- Cron Expression: Enter a Cron expression, using Quartz Cron syntax, that represents the schedule recurrence. For example, if you want to configure a schedule that runs every Tuesday, at midnight, you would use the following Quartz Cron expression:
0 0 0 ? * 2. For more information on Cron expressions, visit Using Cron expressions. - Start date: Set a start date for the recurrent schedule.
- Time zone: Select a specific timezone for the schedule.
- Cron Expression: Enter a Cron expression, using Quartz Cron syntax, that represents the schedule recurrence. For example, if you want to configure a schedule that runs every Tuesday, at midnight, you would use the following Quartz Cron expression:
- Select Save to create the schedule.
Figure 2. The Create Schedule window

Editing schedules
To edit a schedule, follow these steps:
- Go to the Execution section of your project, under Schedules.
- For the schedule you want to edit, select More Options > Edit.
- Re-configure your schedule by changing values for the following fields:
- Schedule: Enter a name for your schedule.
- Test Sets: From the dropdown list, select an automated test set that you want the schedule to apply to.
- Description: Enter a description of the schedule.
- Schedule Type: Depending on the type of schedule you choose, you need to configure additional parameters:
- Single: This type runs only once. Define a Start date and a Time zone.
- Recurrence: This type runs on a set cadence with a defined start, and end date:
- Repeat: Select the schedule cadence:
- Minutely: Set the number of minutes for the schedule recurrence.
- Hourly: Set the number of hours for the schedule recurrence.
- Daily: Set the number of days for the schedule recurrence.
- Weekly: Set the number of weeks for the schedule recurrence.
- Monthly: Set the number of months for the schedule recurrence.
- Start date: Set a start date for the recurrent schedule.
- End date: Select an end date for the recurrent schedule.
- Time zone: Select a specific timezone for the schedule.
- Repeat: Select the schedule cadence:
- Advance: This type runs based on a cadence configured using Cron expressions.
- Cron Expression: Enter a Cron expression, using Quartz Cron syntax, that represents the schedule recurrence. For example, if you want to configure a schedule that runs every Tuesday, at midnight, you would use the following Quartz Cron expression:
0 0 0 ? * 2. For more information on Cron expressions, visit Using Cron expressions. - Start date: Set a start date for the recurrent schedule.
- Time zone: Select a specific timezone for the schedule.
- Cron Expression: Enter a Cron expression, using Quartz Cron syntax, that represents the schedule recurrence. For example, if you want to configure a schedule that runs every Tuesday, at midnight, you would use the following Quartz Cron expression:
- Select Save to confirm your changes.
Deactivating schedules
To deactivate an existent schedule, follow these steps:
- Go to the Execution section of your project, and go to Schedules.
- Find the schedule you want to deactivate, then select More Options > Deactivate. The schedule will remain but will not run. It will display as Inactive.
Reactivating schedules
If you want to reactivate a schedule, follow these steps:
- Go to the Execution section of your project, and go to Schedules.
- Find the schedule you want to reactivate, select More Options > Activate. The schedule will display as Active state and will run according to its configuration.
Deleting schedules
To delete a schedule, follow these steps:
- Go to the Execution section of your project, under Schedules.
- Find the schedule you want to delete, select More Options > Delete. The schedule has been permanently deleted and is no longer listed as a schedule.