Skip to content

Commit 2bea6c4

Browse files
authored
Update how-to-schedule-tests.md
1 parent c0c19d7 commit 2bea6c4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this article, you learn how to schedule load tests with Azure Load Testing. S
2727

2828
3. Select the test you want to schedule.
2929

30-
4. In the Schedule pane, click **Add schedule**.
30+
4. In the Schedule pane, select **Add schedule**.
3131

3232
5. In the Add schedule pane, configure the following settings:
3333

@@ -36,27 +36,27 @@ In this article, you learn how to schedule load tests with Azure Load Testing. S
3636
| **Schedule Name** | Enter a name for the schedule. |
3737
| **Start date** | Select the date and time when the test should start. |
3838
| **Time zone** | Select the time zone for the start date time above. |
39-
| **Recurrence** | Select the frequency at which the test should run. You can choose to run the test once, hourly, daily, weekly, or monthly. Choose cron to specify a custom recurrence pattern. Refer to more settings for each recurrence in the below tables. |
39+
| **Recurrence** | Select the frequency at which the test should run. You can choose to run the test once, hourly, daily, weekly, or monthly. Choose cron to specify a custom recurrence pattern. Refer to more settings for each recurrence in the following tables. |
4040
| **End**| Select how you want the schedule to end. You can choose to end the schedule after a certain number of occurrences or on a specific date. Alternatively, you can choose not to end the schedule. |
4141

4242
For a hourly recurrence, configure the following settings:
4343

4444
| Field | Details |
4545
|-------|---------|
46-
| **Every** | Enter the number of hours between each test run. For example if you provide six, the schedule will run every six hours at the time specified in start time. |
46+
| **Every** | Enter the number of hours between each test run. For example if you provide six, the schedule runs every six hours at the time specified in start time. |
4747

4848
For a daily recurrence, configure the following settings:
4949

5050
| Field | Details |
5151
|-------|---------|
52-
| **Every** | Enter the number of days between each test run. For example if you provide two, the schedule will run every 2 days at the time specified in start time. |
52+
| **Every** | Enter the number of days between each test run. For example if you provide two, the schedule runs every 2 days at the time specified in start time. |
5353

5454
For a weekly recurrence, configure the following settings:
5555

5656
| Field | Details |
5757
|-------|---------|
5858
| **Every** | Enter the number of weeks between each test run. |
59-
| **Days** | Select the days of the week when the test should run. If you provided 2 weeks and selected Monday, the schedule will start on the Monday after the start date and run every 2 weeks at the time specified in start time. |
59+
| **Days** | Select the days of the week when the test should run. If you provided 2 weeks and selected Monday, the schedule starts on the Monday after the start date and runs every 2 weeks at the time specified in start time. |
6060

6161
For a monthly recurrence, configure the following settings:
6262

@@ -71,7 +71,7 @@ In this article, you learn how to schedule load tests with Azure Load Testing. S
7171
|-------|---------|
7272
| **Cron expression** | Enter a cron expression to specify the recurrence pattern. For example, `0 0 12 1/1 * ? *` runs the test every day at 12:00 PM. |
7373

74-
6. Click **Add** to add the schedule to the test.
74+
6. Select **Add** to add the schedule to the test.
7575

7676
> [!NOTE]
7777
> 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.
@@ -90,9 +90,10 @@ You can modify the schedule of a test after you've added it. You can also pause
9090
> [!NOTE]
9191
> A schedule is disabled if three consecutive test runs of a schedule fail. You can resolve the issues with the test and enable the schedule again from the Schedule pane of the test.
9292
93-
## Next steps
93+
[!div class="nextstepaction"]
94+
[Learn more about Azure Load Testing](https://docs.microsoft.com/azure/load-testing/?WT.mc_id=A261C142)
95+
9496

95-
In this article, you learned how to schedule load tests with Azure Load Testing. To learn more about Azure Load Testing, see the [Azure Load Testing documentation](https://docs.microsoft.com/azure/load-testing/?WT.mc_id=A261C142F).
9697

9798

9899

0 commit comments

Comments
 (0)