Skip to content

Commit ea0daa2

Browse files
committed
Reviewed article content, removed screenshot
1 parent 021b39c commit ea0daa2

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,9 @@ To create a sample JMeter test script:
115115
116116
## Create a load test
117117
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.
119119
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.
122121
123122
To create a load test using an existing JMeter script in the Azure portal:
124123
@@ -141,10 +140,7 @@ To create a load test using an existing JMeter script in the Azure portal:
141140
142141
1. Select **Review + create**. Review all settings, and then select **Create** to create the load test.
143142
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**.
148144
149145
## Run the load test
150146
@@ -163,14 +159,16 @@ If you selected **Run test after creation**, your load test will start automatic
163159
> [!TIP]
164160
> You can stop a load test at any time from the Azure portal.
165161
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.
167163
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." :::
169165
170-
## Next steps
166+
Use the run statistics and error information to identify performance and stability issues for your application under load.
171167
172-
- To learn more about [creating and managing tests](./how-to-create-manage-test.md).
168+
## Next steps
173169
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.
175171
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

Comments
 (0)