Skip to content

Commit 2ee4c68

Browse files
committed
Support for multiple schedules
1 parent 8107af7 commit 2ee4c68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/load-testing/how-to-schedule-tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: how-to
1212

1313
# Define schedules on load tests
1414

15-
In this article, you learn how to schedule load tests with Azure Load Testing. Scheduling tests allows you to run tests at a later time or run at a regular cadence. Azure Load Testing supports adding one schedule to a test. You can add a schedule to a test after creating it.
15+
In this article, you learn how to schedule load tests with Azure Load Testing. Scheduling tests allows you to run tests at a later time or run at a regular cadence. Azure Load Testing supports adding multiple schedules to a test. You can add a schedule to a test after creating it.
1616

1717
## Prerequisites
1818

@@ -74,11 +74,11 @@ In this article, you learn how to schedule load tests with Azure Load Testing. S
7474
6. Select **Add** to add the schedule to the test.
7575

7676
> [!NOTE]
77-
> If a scheduled test run is in progress when the next scheduled run is due, the next run is skipped. The next run will be scheduled for the next recurrence time.
77+
> If a scheduled test run is in progress when the next scheduled run is due, the next run is skipped. The next run will be scheduled for the next recurrence time. This happens only for test runs that overlap within a schedule. Overlapping test runs across multiple schedules are not skipped.
7878
7979
## View schedules
8080

81-
You can view the schedule in the Schedule pane of the test. The schedule shows the next run time and the status of the schedule. You can have only one schedule in an active, paused, or disabled state. You can add another schedule after the current schedule is completed or deleted.
81+
You can view the schedule in the Schedule pane of the test. The schedule shows the next run time and the status of the schedule. You can have up to 50 schedules in an active, paused, or disabled state for a test.
8282

8383
You can view the trigger for a test run in the **Test runs** grid of the test. The trigger shows as Scheduled for a scheduled test run. You can filter the test runs grid to view only the scheduled test runs.
8484

0 commit comments

Comments
 (0)