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/resource-jmeter-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ The following table lists the Apache JMeter features and their support in Azure
28
28
| ------- | ------- | ---------------- |
29
29
| Test plan elements | - Thread groups<br/>- Variables<br/>- Functions<br/>- Samplers<br/>- Logic controllers<br/>- Timers<br/>- Assertions<br/>- Preprocessors<br/>- Postprocessors |[Create a load test by using a JMeter script](./how-to-create-and-run-load-test-with-jmeter-script.md)|
30
30
| Samplers | All samplers and protocols are supported. |[Create a load test with a JMeter script](./how-to-create-and-run-load-test-with-jmeter-script.md)|
31
-
| Controllers | All logic controllers are supported, except for [Include controller](https://jmeter.apache.org/usermanual/component_reference.html#Include_Controller), [Module controller](https://jmeter.apache.org/usermanual/component_reference.html#Module_Controller), and [Recording controller](https://jmeter.apache.org/usermanual/component_reference.html#Recording_Controller). |[Create a load test with a JMeter script](./how-to-create-and-run-load-test-with-jmeter-script.md)|
31
+
| Controllers | All logic controllers are supported, except for [Recording controller](https://jmeter.apache.org/usermanual/component_reference.html#Recording_Controller). |[Create a load test with a JMeter script](./how-to-create-and-run-load-test-with-jmeter-script.md)|
32
32
| Scripting | - BeanShell<br/>- JSR223 script ||
33
33
| Configuration elements | All configuration elements are supported. | Example: [Read data from a CSV file](./how-to-read-csv-data.md)|
34
34
| JMeter properties | Azure Load Testing supports uploading a single user properties file per load test to override JMeter configuration settings or add custom properties.<br/>System properties files aren't supported. |[Configure JMeter user properties](./how-to-configure-user-properties.md)|
35
35
| Plugins | Azure Load Testing lets you use plugins from https://jmeter-plugins.org, or upload a Java archive (JAR) file with your own plugin code.|[Customize a load test with plugins](./how-to-use-jmeter-plugins.md)|
36
36
| Web Driver sampler | Due to the resource intensive nature of WebDriver tests, you can run tests with a load of up to four virtual users associated with the [Web Driver sampler](https://jmeter-plugins.org/wiki/WebDriverSampler/). Tests with higher load associated with the Web Driver sampler can result in errors. In such a case, reduce the load and try again.<br/>You can have a higher load associated with other samplers, like HTTP sampler, in the same test. ||
37
37
| Listeners | Azure Load Testing ignores all [Results Collectors](https://jmeter.apache.org/api/org/apache/jmeter/reporters/ResultCollector.html), which includes visualizers such as the [results tree](https://jmeter.apache.org/usermanual/component_reference.html#View_Results_Tree) or [graph results](https://jmeter.apache.org/usermanual/component_reference.html#Graph_Results). ||
38
38
| Dashboard report | The Azure Load Testing dashboard shows the client metrics, and optionally the server-side metrics. <br/>You can export the load test results to use them in a reporting tool or [generate the JMeter dashboard](https://jmeter.apache.org/usermanual/generating-dashboard.html#report) on your local machine.|[Export test results](./how-to-export-test-results.md)|
0 commit comments