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: docs/deployment/deploying-applications-services-and-components.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ If you're deploying a UWP app for testing on a device, see [Run UWP apps on a re
113
113
114
114
## Deploy to a test lab
115
115
116
-
You can enable more sophisticated development and testing by deploying your applications into virtual environments. For more information, see [Test on a lab environment](../test/lab-management/using-a-lab-environment-for-your-application-lifecycle.md).
116
+
You can enable more sophisticated development and testing by deploying your applications into virtual environments. For more information, see [Azure DevTest Labs](/azure/devtest-labs/devtest-lab-overview).
description: Learn about lab environments and how to use the cloud with Azure Pipelines or Team Foundation Server Build and Release.
4
-
ms.custom: SEO-VS-2020
5
-
ms.date: 05/02/2017
4
+
ms.date: 08/22/2022
6
5
ms.topic: how-to
7
6
helpviewer_keywords:
8
7
- lab environment, test lab
@@ -19,38 +18,7 @@ author: mikejo5000
19
18
20
19
A lab environment is a collection of virtual and physical machines that you can use to develop and test applications. A lab environment can contain multiple roles needed to test multi-tiered applications, such as workstations, web servers, and database servers. In addition, you can use a build-deploy-test workflow with your lab environment to automate the process of building, deploying, and running automated tests on your application.
21
20
22
-
***Use a test plan to run automated tests** - You can run a collection of automated tests, called a *test plan*, and view the progress.
21
+
> [!IMPORTANT]
22
+
> Visual Studio no longer supports [Microsoft Test Manager and Lab Management](/previous-versions/azure/devops/test/mtm/reference-tcm?view=tfs-2017&viewFallbackFrom=azure-devops&preserve-view=true) for automated testing. Similarly, [SCVMM](/system-center/vmm/overview?view=sc-vmm-1801&preserve-view=true) and XAML Builds are no longer supported. We recommend [Azure DevTest Labs](/azure/devtest-labs/devtest-lab-overview) instead.
23
23
24
-
***Use a build-deploy-test workflow** - You can use a build-deploy-test workflow to test multi-tiered applications automatically. A typical example is a workflow that starts a build, deploys the build files onto the appropriate machines in a lab environment, and then performs automated tests. In addition, you can schedule your workflow to run at specific intervals.
25
24
26
-
***Collect diagnostic data from all machines, even during manual testing** - You can collect diagnostic data from multiple machines simultaneously. For example, during a single test run, you can collect IntelliTrace, test impact, and other forms of data from a web server, a database server, and a client.
27
-
28
-
Here are examples of common lab environment topologies:
29
-
30
-
| Topology | Description |
31
-
|---|---|
32
-
|| This lab environment has a *server topology*, which is often used to run manual tests on server applications, and which allows testers to use their own client machines to verify bugs in the environment. In a backend topology, your lab environment contains only servers. When you use this type of topology, you typically connect to the servers in the lab environment using a client machine that is not part the environment.|
33
-
|| This lab environment provides similar capabilities and features as the _server topology_, but removes the requirement for physical or virtual machines running in a local environment; which can reduce setup time, simplify maintenance, and minimize cost. Setting up multiple websites and virtual machines, together with custom networking, is quick and easy in a cloud environment such as Microsoft Azure.|
34
-
|| This lab environment has a *client-server topology*, which is often used to test an application that has server and client components. In a client/server topology, all of the client and server machines used to test your application are in your lab environment. When you use this topology, you can collect test data from every machine that impacts your tests.|
35
-
36
-
## Use the cloud with Azure Pipelines or Team Foundation Server Build and Release
37
-
38
-
You can perform automated testing and build-deploy-test automation using the [build and release](/azure/devops/pipelines/index?view=vsts&preserve-view=true) features in Team Foundation Server (TFS) and Azure Test Plans. Some of the benefits are:
39
-
40
-
* You do not need a Build controller or Test controller.
41
-
* The Test agent is installed through a task as part of the build or release.
42
-
* It is easy to customize the deployment steps. You are no longer restricted to use a single script. You can also take advantage of the many tasks that are available in the product as well as in Visual Studio Marketplace.
43
-
* You don't have to maintain test suites. You can directly run tests from binaries.
44
-
* You get a richer inline reporting experience for the tests that run within each build or release.
45
-
* You can track which assets (release, build, work items, commits) are currently deployed and tested on each environment.
46
-
* You can customize and extend the automation to easily deploy to multiple test environments, and even to production.
47
-
* You can schedule the automation to happen whenever there is a check-in or commit, or at a specific time every day.
48
-
49
-
For more information, see [Use Build or Release management](use-build-or-rm-instead-of-lab-management.md).
50
-
51
-
52
-
## See also
53
-
54
-
*[Install and configure test agents](../../test/lab-management/install-configure-test-agents.md)
55
-
*[Visual Studio Lab Management Guide](/archive/blogs/visualstudioalmrangers/library-of-tooling-and-guidance-solutions-aka-msvsarsolutions)
0 commit comments