Skip to content

Commit f4029bc

Browse files
authored
Merge pull request #229105 from ntrogh/alt-jmeter-protocols
[Azure Load Testing] Mention support for all JMeter protocols
2 parents 8a1851b + 3859d02 commit f4029bc

6 files changed

+8
-2434
lines changed

articles/load-testing/concept-load-testing-concepts.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ Azure Load Testing lets you [use managed identities](./how-to-use-a-managed-iden
7777
A test represents a load test for your application. A test is attached to an Azure load testing resource. You can create a test in either of two ways:
7878

7979
- Create a [test based on an existing JMeter script](./how-to-create-and-run-load-test-with-jmeter-script.md).
80-
- Create a [URL-based load test](./quickstart-create-and-run-load-test.md) (quick test). Azure Load Testing generates a corresponding JMeter script.
80+
- Create a [URL-based load test](./quickstart-create-and-run-load-test.md) (quick test). Azure Load Testing automatically generates the corresponding JMeter script, which you can modify at any time.
8181

82-
A test contains a JMeter test script, or *test plan*, and related data and configuration files. The test also specifies the configuration settings for running the load test:
82+
A test contains a JMeter test script, or *test plan*, and related data and configuration files. Azure Load Testing supports all communication protocols that JMeter supports, not only HTTP-based endpoints. For example, you might want to read from or write to a database or message queue in the test script.
83+
84+
The test also specifies the configuration settings for running the load test:
8385

8486
- [Load test parameters](./how-to-parameterize-load-tests.md), such as environment variables, secrets, and certificates.
8587
- Load configuration to [scale out your load test](./how-to-high-scale-load.md) across multiple [test engine](#test-engine) instances.

articles/load-testing/how-to-create-and-run-load-test-with-jmeter-script.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Use cases for creating a load test with an existing JMeter script include:
2222
- You want to reuse existing JMeter scripts to test your application.
2323
- You want to test multiple endpoints in a single load test.
2424
- You have a data-driven load test. For example, you want to [read CSV data in a load test](./how-to-read-csv-data.md).
25+
- You want to test endpoints that are not HTTP-based, such as databases or message queues. Azure Load Testing supports all communication protocols that JMeter supports.
2526

2627
## Prerequisites
2728

323 KB
Loading
240 KB
Loading

0 commit comments

Comments
 (0)