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
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,10 +115,9 @@ To create a sample JMeter test script:
115
115
116
116
## Create a load test
117
117
118
-
To create a load test in Azure Load Testing, you have to specify a JMeter script. This script defines the [test plan](./how-to-create-manage-test.md#test-plan) for the load test. You can create multiple load tests in an Azure Load Testing resource.
118
+
When you create a load test in Azure Load Testing, you specify a JMeter script to define the [load test plan](./how-to-create-manage-test.md#test-plan). An Azure Load Testing resource can contain multiple load tests.
119
119
120
-
> [!NOTE]
121
-
> When you [create a quick test by using a URL](./quickstart-create-and-run-load-test.md), Azure Load Testing automatically generates the JMeter script.
120
+
When you [create a quick test by using a URL](./quickstart-create-and-run-load-test.md), Azure Load Testing automatically generates the corresponding JMeter script.
122
121
123
122
To create a load test using an existing JMeter script in the Azure portal:
124
123
@@ -141,10 +140,7 @@ To create a load test using an existing JMeter script in the Azure portal:
141
140
142
141
1. Select **Review + create**. Review all settings, and then select **Create** to create the load test.
143
142
144
-
:::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." :::
145
-
146
-
> [!NOTE]
147
-
> 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**.
143
+
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**.
148
144
149
145
## Run the load test
150
146
@@ -163,14 +159,16 @@ If you selected **Run test after creation**, your load test will start automatic
163
159
> [!TIP]
164
160
> You can stop a load test at any time from the Azure portal.
165
161
166
-
While the test runs and after it finishes, you can view the test run details, statistics, and metrics in the test run dashboard.
162
+
1. Notice the test run details, statistics, and client metrics in the Azure portal.
167
163
168
-
:::image type="content" source="./media/how-to-create-and-run-load-test-with-jmeter-script/test-run-aggregated-by-percentile.png" alt-text="Screenshot that shows the test run dashboard." :::
164
+
:::image type="content" source="./media/how-to-create-and-run-load-test-with-jmeter-script/test-run-aggregated-by-percentile.png" alt-text="Screenshot that shows the test run dashboard." :::
169
165
170
-
## Next steps
166
+
Use the run statistics and error information to identify performance and stability issues for your application under load.
171
167
172
-
- To learn more about [creating and managing tests](./how-to-create-manage-test.md).
168
+
## Next steps
173
169
174
-
- To learn how to export test results, see [Export test results](./how-to-export-test-results.md).
170
+
You've created a cloud-based load test based on an existing JMeter test script. For Azure-hosted applications, you can also [monitor server-side metrics](./how-to-monitor-server-side-metrics.md) for further application insights.
175
171
176
-
- To learn how to monitor server side metrics, see [Monitor server side metrics](./how-to-monitor-server-side-metrics.md).
172
+
- Learn how to [export test results](./how-to-export-test-results.md).
173
+
- Learn how to [parameterize a load test with environment variables](./how-to-parameterize-load-tests.md).
174
+
- Learn how to [configure your test for high-scale load](./how-to-high-scale-load.md).
0 commit comments