Skip to content

Commit a4db344

Browse files
authored
Merge pull request #207351 from ntrogh/patch-10
Added link to Apache JMeter getting started docs
2 parents 8f86089 + 3ed808e commit a4db344

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Use cases for creating a load test with an existing JMeter script include:
3434

3535
## Create an Apache JMeter script
3636

37-
If you don't have an existing Apache JMeter script, you'll create a sample script to load test a single web application endpoint. If you already have a script, you can skip to [Create a load test](#create-a-load-test).
37+
If you don't have an existing Apache JMeter script, you'll create a sample script to load test a single web application endpoint. For more information about creating an Apache JMeter script, see [Getting started with Apache JMeter](https://jmeter.apache.org/usermanual/get-started.html).
38+
39+
If you already have a script, you can skip to [Create a load test](#create-a-load-test).
3840

3941
1. Create a *SampleTest.jmx* file on your local machine:
4042

articles/load-testing/how-to-create-manage-test.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ To load test a single web endpoint, use the quick test experience in the Azure p
5454

5555
### Create a test by using a JMeter script
5656

57-
To reuse an existing JMeter test script, or for more advanced test scenarios, create a test by uploading a JMX file. For example, to [read data from a CSV input file](./how-to-read-csv-data.md), or to [configure JMeter user properties](./how-to-configure-user-properties.md).
57+
To reuse an existing JMeter test script, or for more advanced test scenarios, create a test by uploading a JMX file. For example, to [read data from a CSV input file](./how-to-read-csv-data.md), or to [configure JMeter user properties](./how-to-configure-user-properties.md). For more information, see [Create a load test by using an existing JMeter script](./how-to-create-and-run-load-test-with-jmeter-script.md).
58+
59+
If you're not familiar with creating a JMeter script, see [Getting started with Apache JMeter](https://jmeter.apache.org/usermanual/get-started.html).
5860

5961
1. In the [Azure portal](https://portal.azure.com), and go to your Azure Load Testing resource.
6062

0 commit comments

Comments
 (0)