Skip to content

Commit 4372a3b

Browse files
authored
Merge pull request #10326 from Mikejo5000/mikejo-br18
Remove and redirect articles on Microsoft Test Manager and SCVMM
2 parents e7eb2f1 + b725944 commit 4372a3b

7 files changed

+15
-192
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6105,6 +6105,16 @@
61056105
"redirect_url": "/visualstudio/sharepoint/getting-started-sharepoint-development-in-visual-studio",
61066106
"redirect_document_id": false
61076107
},
6108+
{
6109+
"source_path": "docs/test/lab-management/use-build-or-rm-instead-of-lab-management.md",
6110+
"redirect_url": "/visualstudio/test/lab-management/using-a-lab-environment-for-your-application-lifecycle",
6111+
"redirect_document_id": false
6112+
},
6113+
{
6114+
"source_path": "docs/test/lab-management/install-configure-test-agents.md",
6115+
"redirect_url": "/visualstudio/test/lab-management/using-a-lab-environment-for-your-application-lifecycle",
6116+
"redirect_document_id": false
6117+
},
61086118
{
61096119
"source_path": "docs/test/live-unit-testing-whats-new.md",
61106120
"redirect_url": "/visualstudio/test/live-unit-testing-intro",

docs/deployment/deploying-applications-services-and-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
113113

114114
## Deploy to a test lab
115115

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).
117117

118118
## Continuous deployment
119119

docs/test/improve-code-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ Whether you choose best-of-breed Coded UI Tests or generic browser-based UI test
111111
## Related scenarios
112112

113113
* [Exploratory & manual testing (Azure Test Plans)](/azure/devops/test/index?view=vsts&preserve-view=true)
114-
* [Load testing (Azure Test Plans)](/azure/load-testing/)
114+
* [Load testing (Azure Load Testing)](/azure/load-testing/)
115115
* [Code analysis tools](../code-quality/code-analysis-for-managed-code-overview.md)

docs/test/lab-management/install-configure-test-agents.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

docs/test/lab-management/use-build-or-rm-instead-of-lab-management.md

Lines changed: 0 additions & 78 deletions
This file was deleted.
Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Use a lab environment for devops
33
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
65
ms.topic: how-to
76
helpviewer_keywords:
87
- lab environment, test lab
@@ -19,38 +18,7 @@ author: mikejo5000
1918

2019
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.
2120

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.
2323
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.
2524

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-
|![Server only topology](../media/topology_backend.png)| 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-
|![Cloud lab environment](../media/topology_cloud.png)| 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-
|![Client-server lab environment](../media/topology_clientserver.png)| 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)
56-
* [Microsoft DevOps Blog](https://devblogs.microsoft.com/devops/)

0 commit comments

Comments
 (0)