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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,9 @@ In this article, learn how to configure and use Apache JMeter user properties wi
17
17
18
18
- You want to use the JMX test script in multiple deployment environments with different application endpoints.
19
19
- Your test script needs to accommodate multiple load patterns, such as smoke tests, peak load, or soak tests.
20
+
- You want to override default JMeter behavior by configuring JMeter settings, such as the results file format.
20
21
21
-
Azure Load Testing uses the standard [Apache JMeter properties](https://jmeter.apache.org/usermanual/test_plan.html#properties) and allows you to upload a user properties file. You can configure one user properties file per load test.
22
+
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
23
23
24
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
25
@@ -44,6 +45,8 @@ durationSeconds=600
44
45
45
46
Azure Load Testing supports using a single properties file per load test. Additional property files are ignored.
46
47
48
+
You can also specify [JMeter configuration settings](https://jmeter.apache.org/usermanual/properties_reference.html) in user properties file to override default behavior. For example, you can modify any of the `jmeter.save.saveservice.*` settings to configure the JMeter results file.
49
+
47
50
::: zone pivot="experience-azp"
48
51
49
52
To add a user properties file to your load test by using the Azure portal, follow these steps:
@@ -75,16 +78,15 @@ To add a user properties file to your load test, follow these steps:
75
78
1. Add the *.properties* file to the source control repository.
76
79
1. Open your YAML test configuration file in Visual Studio Code or your editor of choice.
77
80
1. Specify the *.properties* file in the `properties.userPropertyFile` setting.
78
-
79
81
```yaml
80
82
testName: MyTest
81
83
testPlan: SampleApp.jmx
82
84
description: Configure a load test with peak load properties.
0 commit comments