Skip to content

Commit 168518c

Browse files
Merge pull request #226634 from ntrogh/patch-10
[Azure Load Testing] JMeter overrides
2 parents eecac67 + 6b8c21e commit 168518c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

articles/load-testing/how-to-configure-user-properties.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,23 @@ In this article, learn how to configure and use Apache JMeter user properties wi
1616

1717
- You want to use the JMX test script in multiple deployment environments with different application endpoints.
1818
- Your test script needs to accommodate multiple load patterns, such as smoke tests, peak load, or soak tests.
19-
- You want to override default JMeter behavior by configuring JMeter settings, such as the results file format.
19+
- You want to override default JMeter behavior by configuring [JMeter settings](https://jmeter.apache.org/usermanual/properties_reference.html), such as the results file format.
2020

2121
Azure Load Testing supports the standard [Apache JMeter properties](https://jmeter.apache.org/usermanual/test_plan.html#properties) and enables you to upload a user properties file. You can configure one user properties file per load test.
2222

2323
Alternately, you can also [use environment variables and secrets in Azure Load Testing](./how-to-parameterize-load-tests.md) to make your tests configurable.
2424

25+
> [!NOTE]
26+
> Azure Load Testing overrides specific JMeter properties and ignores any values you specify for these properties. Learn more about the list of [JMeter properties that Azure Load Testing overrides](./resource-jmeter-property-overrides.md).
27+
2528
## Prerequisites
2629

2730
- An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2831
- An Azure Load Testing resource. If you need to create an Azure Load Testing resource, see the quickstart [Create and run a load test](./quickstart-create-and-run-load-test.md).
2932

3033
## Add a JMeter user properties file to your load test
3134

32-
You can define user properties for your JMeter test script by uploading a *.properties* file to the load test. Azure Load Testing supports using a single properties file per load test. Additional property files are ignored.
33-
34-
You can also specify [JMeter configuration settings](https://jmeter.apache.org/usermanual/properties_reference.html) in user properties file to override default behavior.
35-
36-
> [!NOTE]
37-
> Azure Load Testing overrides specific JMeter properties. Learn more about the list of [JMeter properties that Azure Load Testing overrides](./resource-jmeter-property-overrides.md).
35+
You can define user properties for your JMeter test script by uploading a *.properties* file to the load test. Azure Load Testing supports a single JMeter properties file per load test. Additional property files are ignored.
3836

3937
The following code snippet shows an example user properties file that defines three user properties and configures the `jmeter.save.saveservice.thread_name` configuration setting:
4038

articles/load-testing/resource-jmeter-property-overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: ntrogh
99
ms.date: 01/12/2023
1010
---
1111

12-
# JMeter property overriddes by Azure Load Testing
12+
# JMeter property overrides by Azure Load Testing
1313

1414
Azure Load Testing enables you to specify JMeter configuration settings by [using a user properties file](./how-to-configure-user-properties.md). In this article, you learn which Apache JMeter properties Azure Load Testing already overrides. If you specify any of these properties in your load test, Azure Load Testing ignores your values.
1515

0 commit comments

Comments
 (0)