Skip to content

Commit 56dabdc

Browse files
1st file change 1
1 parent 2062ba1 commit 56dabdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ adobe-target: true
1414

1515
# Load test a website by using a JMeter script in Azure Load Testing
1616

17-
Learn how to use an Apache JMeter script to load test a web application with Azure Load Testing from the Azure portal or by using the Azure CLI. Azure Load Testing enables you to take an existing Apache JMeter script, and use it to run a load test at cloud scale. Learn more about which [JMeter functionality that Azure Load Testing supports](./resource-jmeter-support.md).
17+
Learn how to use an Apache JMeter script to load test a web application with Azure Load Testing from the Azure portal or by using the Azure CLI. Azure Load Testing enables you to take existing Apache JMeter scripts, and use it to run a load test at cloud scale. Learn more about which [JMeter functionality that Azure Load Testing supports](./resource-jmeter-support.md).
1818

1919
Use cases for creating a load test with an existing JMeter script include:
2020

@@ -40,7 +40,7 @@ To create a load testing resource:
4040

4141
## Create a load test
4242

43-
Next, you create a load test by uploading an Apache JMeter test script (JMX file). The test script contains the application requests to simulate traffic to your application endpoints.
43+
Next, you create a load test by uploading Apache JMeter test scripts (JMX files). The test script contains the application requests to simulate traffic to your application endpoints.
4444

4545
# [Azure portal](#tab/portal)
4646

@@ -62,12 +62,12 @@ To create a load test using an existing JMeter script in the Azure portal:
6262
| **Test description** | (Optional) Enter a load test description. |
6363
| **Run test after creation** | Select this setting to automatically start the load test after saving it. |
6464

65-
1. On the **Test plan** tab, select your Apache JMeter script, and then select **Upload** to upload the file to Azure.
65+
1. On the **Test plan** tab, select your Apache JMeter scripts, and then select **Upload** to upload the files to Azure. In case you have multiple JMeter scripts, specify the main test script from which the execution should begin in File relevance.
6666

6767
:::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." lightbox="./media/how-to-create-and-run-load-test-with-jmeter-script/create-new-test-test-plan.png":::
6868

6969
> [!NOTE]
70-
> You can upload additional JMeter configuration files or other files that you reference in the JMX file. For example, if your test script uses CSV data sets, you can upload the corresponding *.csv* file(s). See also how to [read data from a CSV file](./how-to-read-csv-data.md). For files other than JMeter scripts and user properties, if the size of the file is greater than 50 MB, zip the file. The size of the zip file should be below 50 MB. Azure Load Testing automatically unzips the file during the test run. Only five zip artifacts are allowed with a maximum of 1000 files in each zip and an uncompressed total size of 1 GB.
70+
> You can upload additional JMeter configuration files or other files that you reference in the JMX file. For example, if your test script uses CSV data sets, you can upload the corresponding *.csv* file(s). See also how to [read data from a CSV file](./how-to-read-csv-data.md). For files other than the main test script and user properties, if the size of the file is greater than 50 MB, zip the file. The size of the zip file should be below 50 MB. Azure Load Testing automatically unzips the file during the test run. Only five zip artifacts are allowed with a maximum of 1000 files in each zip and an uncompressed total size of 1 GB.
7171
7272
1. Select **Review + create**. Review all settings, and then select **Create** to create the load test.
7373

0 commit comments

Comments
 (0)