Skip to content

Commit cfd1dcd

Browse files
Merge pull request #263112 from ntrogh/alt-copilot-updates
[Azure Load Testing] Add info about other testing frameworks
2 parents 17ac43d + 237d0e0 commit cfd1dcd

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ A test contains a test plan, which describes the steps to invoke the application
8585

8686
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.
8787

88+
Azure Load Testing currently does not support other testing frameworks than Apache JMeter.
89+
8890
The test also specifies the configuration settings for running the load test:
8991

9092
- [Load test parameters](./how-to-parameterize-load-tests.md), such as environment variables, secrets, and certificates.

articles/load-testing/overview-what-is-azure-load-testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ By [using JMeter plugins](./how-to-use-jmeter-plugins.md) in your test script, y
4747

4848
With the quick test experience you can [test a single URL-based HTTP endpoint](./quickstart-create-and-run-load-test.md). By [uploading a JMeter script](how-to-create-and-run-load-test-with-jmeter-script.md), you can use all JMeter-supported communication protocols.
4949

50+
Azure Load Testing currently does not support other testing frameworks than Apache JMeter.
51+
5052
## Identify performance bottlenecks by using high-scale load tests
5153

5254
Performance problems often remain undetected until an application is under load. You can start a high-scale load test in the Azure portal to learn sooner how your application behaves under stress. While the test is running, the Azure Load Testing dashboard provides a live update of the client and server-side metrics.

0 commit comments

Comments
 (0)