You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-testing/how-to-create-and-run-load-test-with-jmeter-script.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,15 +110,15 @@ To create a load test by using an existing Apache JMeter script:
110
110
111
111
1. Go to your Azure Load Testing resource, select **Tests** from the left pane, and then select **+ Create new test**.
112
112
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." :::
114
114
115
115
1. On the **Basics** tab, enter the **Test name** and **Test description** information. Optionally, you can select the **Run test after creation** checkbox.
116
116
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." :::
118
118
119
119
1. On the **Test plan** tab, select your Apache JMeter script, and then select **Upload** to upload the file to Azure.
120
120
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." :::
122
122
123
123
> [!NOTE]
124
124
> 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:
131
131
|---------|---------|---------|
132
132
|**Engine instances** |**1** |The number of parallel test engines that run the Apache JMeter script. |
133
133
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." :::
135
135
136
136
1. (Optional) On the **Test criteria** tab, configure criteria to determine when your load test should fail.
137
137
138
138
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.
139
139
140
140
1. Select **Review + create**. Review all settings, and then select **Create** to create the load test.
141
141
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." :::
143
143
144
144
> [!NOTE]
145
145
> 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.
150
150
151
151
1. Go to your Load Testing resource, select **Tests** from the left pane, and then select the test that you created.
152
152
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." :::
154
154
155
155
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.
156
156
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." :::
158
158
159
159
> [!TIP]
160
160
> You can stop a load test at any time from the Azure portal.
0 commit comments