Skip to content

Commit 12cefc0

Browse files
committed
Updated folder name
1 parent dc3d0be commit 12cefc0

12 files changed

+7
-7
lines changed

articles/load-testing/how-to-create-and-run-load-test-with-jmeter-script.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ To create a load test by using an existing Apache JMeter script:
110110
111111
1. Go to your Azure Load Testing resource, select **Tests** from the left pane, and then select **+ Create new test**.
112112
113-
:::image type="content" source="./media/how-to-create-and-run-loadtest-with-jmeter-script/create-new-test.png" alt-text="Screenshot that shows the Azure Load Testing page and the button for creating a new test." :::
113+
:::image type="content" source="./media/how-to-create-and-run-load-test-with-jmeter-script/create-new-test.png" alt-text="Screenshot that shows the Azure Load Testing page and the button for creating a new test." :::
114114
115115
1. On the **Basics** tab, enter the **Test name** and **Test description** information. Optionally, you can select the **Run test after creation** checkbox.
116116
117-
:::image type="content" source="./media/how-to-create-and-run-loadtest-with-jmeter-script/create-new-test-basics.png" alt-text="Screenshot that shows the Basics tab for creating a test." :::
117+
:::image type="content" source="./media/how-to-create-and-run-load-test-with-jmeter-script/create-new-test-basics.png" alt-text="Screenshot that shows the Basics tab for creating a test." :::
118118
119119
1. On the **Test plan** tab, select your Apache JMeter script, and then select **Upload** to upload the file to Azure.
120120
121-
:::image type="content" source="./media/how-to-create-and-run-loadtest-with-jmeter-script/create-new-test-test-plan.png" alt-text="Screenshot that shows the Test plan tab." :::
121+
:::image type="content" source="./media/how-to-create-and-run-load-test-with-jmeter-script/create-new-test-test-plan.png" alt-text="Screenshot that shows the Test plan tab." :::
122122
123123
> [!NOTE]
124124
> You can select and upload additional Apache JMeter configuration files or other files that are referenced in the JMX file. For example, if your test script uses CSV data sets, you can upload the corresponding *.csv* file(s).
@@ -131,15 +131,15 @@ To create a load test by using an existing Apache JMeter script:
131131
|---------|---------|---------|
132132
|**Engine instances** |**1** |The number of parallel test engines that run the Apache JMeter script. |
133133
134-
:::image type="content" source="./media/how-to-create-and-run-loadtest-with-jmeter-script/create-new-test-load.png" alt-text="Screenshot that shows the Load tab for creating a test." :::
134+
:::image type="content" source="./media/how-to-create-and-run-load-test-with-jmeter-script/create-new-test-load.png" alt-text="Screenshot that shows the Load tab for creating a test." :::
135135
136136
1. (Optional) On the **Test criteria** tab, configure criteria to determine when your load test should fail.
137137
138138
1. (Optional) On the **Monitoring** tab, you can specify the Azure application components to capture server-side metrics for. For this quickstart, you're not testing an Azure-hosted application.
139139
140140
1. Select **Review + create**. Review all settings, and then select **Create** to create the load test.
141141
142-
:::image type="content" source="./media/how-to-create-and-run-loadtest-with-jmeter-script/create-new-test-review.png" alt-text="Screenshot that shows the tab for reviewing and creating a test." :::
142+
:::image type="content" source="./media/how-to-create-and-run-load-test-with-jmeter-script/create-new-test-review.png" alt-text="Screenshot that shows the tab for reviewing and creating a test." :::
143143
144144
> [!NOTE]
145145
> You can update the test configuration at any time, for example to upload a different JMX file. Choose your test in the list of tests, and then select **Edit**.
@@ -150,11 +150,11 @@ In this section, you'll run the load test that you just created.
150150
151151
1. Go to your Load Testing resource, select **Tests** from the left pane, and then select the test that you created.
152152
153-
:::image type="content" source="./media/how-to-create-and-run-loadtest-with-jmeter-script/tests.png" alt-text="Screenshot that shows the list of load tests." :::
153+
:::image type="content" source="./media/how-to-create-and-run-load-test-with-jmeter-script/tests.png" alt-text="Screenshot that shows the list of load tests." :::
154154
155155
1. On the test details page, select **Run** or **Run test**. Then, select **Run** on the **Run test** confirmation pane to start the load test.
156156
157-
:::image type="content" source="./media/how-to-create-and-run-loadtest-with-jmeter-script/run-test-confirm.png" alt-text="Screenshot that shows the run confirmation page." :::
157+
:::image type="content" source="./media/how-to-create-and-run-load-test-with-jmeter-script/run-test-confirm.png" alt-text="Screenshot that shows the run confirmation page." :::
158158
159159
> [!TIP]
160160
> You can stop a load test at any time from the Azure portal.

0 commit comments

Comments
 (0)