This page describes how to manage scheduled tests via the BlazeMeter UI. If you wish to manage scheduled tests via the API instead, see our Test Scheduler documentation.
- Scheduling a Test via GUI
- View Scheduled Tests
- Disable or Enable a Scheduled test
- Delete a Scheduled Test
- Review All Scheduled Tests
Scheduling a Performance Test via GUI
Follow these steps:
- In Performance tab, click Tests.
- Open a test.
- In the Schedule section, click Add.
- Select the required frequency:
-
Weekly
The test will run each week on the days selected. If the checkbox Mon-Fri is marked, the test will run daily Monday through Friday. Multiple checkboxes can be selected. -
Monthly
The test will run on a specific day of the month according to selection. Multiple days can be selected.
- For both Weekly and Monthly options, you can configure the run time of the test. Click the time box to the right of the frequency bar:
Note: BlazeMeter default time zone is UTC+0. When using the On Time selector, the defined time should be converted from local time zone to UTC+0.
-
Advanced
Enter your own CRON expression.Note: BlazeMeter default time zone is UTC+0. When using CRON as the frequency type, the defined time should be converted from local time zone to UTC+0.
Explanation of the CRON representation:# ┌───────────── minute (0 - 59) # │ ┌───────────── hour (0 - 23) # │ │ ┌───────────── day of the month (1 - 31) # │ │ │ ┌───────────── month (1 - 12) # │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday; # │ │ │ │ │ 7 is also Sunday on some systems) # │ │ │ │ │ # │ │ │ │ │ # * * * * * command to execute
Example: If we use "30 10 * 2 1", the test will run at 10:30AM UTC+0, on each Monday of February.
Once you enter a crontab expression, the scheduler will automatically validate your expression, then repeat the expression in plain terms to verify that your expression has created the result you intended.Caution: Take care not to accidentally set the interval too small. Use the scheduler validation below your expression to verify your schedule. For example, you would not want to schedule a test to run every second, or every five minutes.
Note: Whereas the On Time option is expressed in UTC+0, the Your next 3 tests verification message will display in the time zone of your choice, matching whatever the value of your time zone override is (if the override is enabled).
-
Weekly
A bonus feature to these three options above is that any selection made under one option carries over to the next during setup. For example, if you select Weekly, then select Mon, at 2:00am, then switch from Weekly to Advanced, the crontab expression will automatically populate with your previous selection, expressed as:
0 2 * * 1
The reverse is also true, to a point: the crontab expression entered under Advanced will carry over to the UI selections in either Weekly or Monthly, if it is a basic enough expression to translate.
View Scheduled Performance Tests
To view the list of scheduled tests, open a test. Any scheduled test is listed on the left panel.
Disable or Enable a Scheduled Performance Test
Follow these steps:
- In the Performance tab, click Tests.
- Open a test.
Scheduled tests are listed on the left panel. - In the Schedule section, toggle the slider on or off to enable or disable the schedule.
Delete a Scheduled Performance Test
Follow these steps:
- In Performance tab, click Tests.
- Open a test.
Scheduled tests are listed on the left panel. - In the Schedule section, hover over the test that you want to delete.
The delete icon appears. - Click the delete icon.
Existing schedules cannot be edited. To modify a schedule, delete the schedule and create a new one.
Review All Scheduled Performance Tests
Follow these steps:
- Click the Settings icon in the top right corner.
- In the left column, expand the Workspace section.
- Click Scheduled Tests.
You can see all schedules assigned for all tests within the selected workspace. You can enable, disable, or delete a schedule from this view without having to navigate to the test itself.
To enable or disable, use the toggle icon. To delete a test, hover over the test and the delete icon appears.
This view only shows the schedules for tests belonging to the currently selected workspace. To see tests from other workspaces, use the WORKSPACE drop-down menu.
0 Comments