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-configure-user-properties.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,25 +16,23 @@ In this article, learn how to configure and use Apache JMeter user properties wi
16
16
17
17
- You want to use the JMX test script in multiple deployment environments with different application endpoints.
18
18
- 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.
20
20
21
21
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.
22
22
23
23
Alternately, you can also [use environment variables and secrets in Azure Load Testing](./how-to-parameterize-load-tests.md) to make your tests configurable.
24
24
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
+
25
28
## Prerequisites
26
29
27
30
- 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.
28
31
- 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).
29
32
30
33
## Add a JMeter user properties file to your load test
31
34
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.
38
36
39
37
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:
Copy file name to clipboardExpand all lines: articles/load-testing/resource-jmeter-property-overrides.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ author: ntrogh
9
9
ms.date: 01/12/2023
10
10
---
11
11
12
-
# JMeter property overriddes by Azure Load Testing
12
+
# JMeter property overrides by Azure Load Testing
13
13
14
14
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.
0 commit comments