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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,9 @@ You can define user properties for your JMeter test script by uploading a *.prop
36
36
37
37
You can also specify [JMeter configuration settings](https://jmeter.apache.org/usermanual/properties_reference.html) in user properties file to override default behavior.
38
38
39
+
> [!NOTE]
40
+
> 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).
41
+
39
42
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:
40
43
41
44
```properties
@@ -130,5 +133,6 @@ You can [download the JMeter errors logs](./how-to-find-download-logs.md) to tro
130
133
131
134
## Next steps
132
135
136
+
- Learn more about [JMeter properties that Azure Load Testing overrides](./resource-jmeter-property-overrides.md).
133
137
- Learn more about [parameterizing a load test by using environment variables and secrets](./how-to-parameterize-load-tests.md).
134
138
- Learn more about [troubleshooting load test execution errors](./how-to-find-download-logs.md).
0 commit comments