Skip to content

Commit 228731a

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ In this article, you learn how to schedule load tests with Azure Load Testing. S
3535
|-------|---------|
3636
| **Schedule Name** | Enter a name for the schedule. |
3737
| **Start date** | Select the date and time when the test should start. |
38-
| **Time zone** | Select the time zone for the start date time above. |
38+
| **Time zone** | Select the time zone for the start date time provided. |
3939
| **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. |
40-
| **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. |
40+
| **End**| Select how you want the schedule to end. You can choose to end the schedule after some occurrences or on a specific date. Alternatively, you can choose not to end the schedule. |
4141

42-
For a hourly recurrence, configure the following settings:
42+
For an hourly recurrence, configure the following settings:
4343

4444
| Field | Details |
4545
|-------|---------|
@@ -49,14 +49,14 @@ In this article, you learn how to schedule load tests with Azure Load Testing. S
4949

5050
| Field | Details |
5151
|-------|---------|
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. |
52+
| **Every** | Enter the number of days between each test run. For example if you provide two, the schedule runs every two 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 starts on the Monday after the start date and runs 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 two weeks and selected Monday, the schedule starts on the Monday after the start date and runs every two weeks at the time specified in start time. |
6060

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

@@ -78,14 +78,14 @@ In this article, you learn how to schedule load tests with Azure Load Testing. S
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 shedule 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 only one schedule in an active, paused, or disabled state. You can add another schedule after the current schedule is completed or deleted.
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

8585

8686
## Modify a schedule
8787

88-
You can modify the schedule of a test after you've added it. You can also pause or resume a schedule.
88+
You can modify the schedule of a test after adding it. You can also pause or resume a schedule.
8989

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.

0 commit comments

Comments
 (0)