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/app-testing/overview-what-is-azure-app-testing.md
-50Lines changed: 0 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,53 +10,3 @@ adobe-target: true
10
10
---
11
11
12
12
# What is Azure App Testing?
13
-
14
-
Azure App Testing lets developers and QA teams run large-scale functional and performance tests to identify issues in their applications. Azure App Testing allows you to run functiona tests with [Playwright Workspaces](playwright-workspaces\overview-what-is-microsoft-playwright-workspaces.md) and performance tests using [Azure Load Testing](load-testing\overview-what-is-azure-load-testing.md). Spend less time managing infrastructure and less effort harnessing AI-driven test automation to boost quality and innovation.
15
-
16
-
Azure Load Testing enables you to generate high-scale load and simulate traffic for your applications, regardless of where they're hosted. It supports running Apache JMeter-based tests or Locust-based tests. It also enables generating load from multiple regions and enables you to test private application endpoints. It provides detailed metrics and insights into the performance of your application under load, helping you identify bottlenecks and optimize performance.
17
-
18
-
Playwright Workspaces enables you to run end-to-end tests with high parallelization. It supports running tests in parallel across multiple browsers and devices, enabling you to validate the functionality and performance of your applications at scale. It also provides detailed test results and insights, helping you identify issues and optimize your tests.
19
-
20
-
The following diagram shows an overview of how Azure App Testing integrates these capabilities:
21
-
22
-
:::image type="content" source="media/overview-what-is-azure-app-testing/azure-app-testing-overview.png" lightbox="media/overview-what-is-azure-app-testing/azure-app-testing-overview.png" alt-text="Diagram that shows an overview of Azure App Testing.":::
23
-
24
-
## Usage scenarios
25
-
26
-
Azure App Testing is designed to help you with the following scenarios:
27
-
28
-
-**Load testing**: Generate high-scale loads to simulate real-world traffic and identify performance bottlenecks in your applications. You can run tests using JMeter or Locust scripts, or create URL-based tests.
29
-
30
-
-**End-to-end UI testing**: Run end-to-end tests with high parallelization using Playwright Workspaces. Validate the functionality and performance of your applications across multiple browsers and devices.
31
-
32
-
## Key features
33
-
34
-
Here are some of the key features of Azure App Testing:
35
-
36
-
### Azure Load Testing
37
-
38
-
-**High-scale load generation**: Generate load from multiple regions to simulate real-world traffic patterns and identify performance bottlenecks.
39
-
40
-
-**AI-powered test authoring and insights**: Easily create load tests using VS Code with GitHub Copilot Agent mode and get AI-driven insights in test results that detect issues and recommend fixes.
41
-
42
-
-**Support for JMeter and Locust**: Run tests using Apache JMeter or Locust scripts, enabling you to leverage existing test scripts and tools.
43
-
44
-
-**Private endpoint testing**: Test private application endpoints by securely connecting to your applications hosted in virtual networks or on-premises environments.
45
-
46
-
-**Detailed metrics and insights**: Get detailed metrics and insights into the performance of your application under load, helping you identify bottlenecks and optimize performance.
47
-
48
-
### Playwright Workspaces
49
-
50
-
-**High parallelization**: Run end-to-end tests in parallel across multiple browsers and devices, enabling you to speed up end-to-end validation of your applications.
51
-
52
-
53
-
-**Cross-browser and cross-device testing**: Validate your applications across different browsers and devices, ensuring consistent functionality and performance.
54
-
55
-
-**Seamless integration with CI/CD**: Integrate Playwright Workspaces with your existing CI/CD pipelines to automate end-to-end testing and ensure quality at every stage of development.
56
-
57
-
-**Security and access control**: Support for managed identities, private link access, and RBAC (role-based access control) ensures secure and controlled access to workspace resources.
58
-
59
-
## Getting started
60
-
61
-
-[Run end-to-end tests with Playwright Workspaces](playwright-workspaces\quickstart-run-end-to-end-tests.md)
62
-
-[Create and run a load test](load-testing\quickstart-create-and-run-load-test.md)
0 commit comments