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/test/install-third-party-unit-test-frameworks.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ Visual Studio Test Explorer can run any unit test framework that has developed a
21
21
- Visual Studio Enterprise, Visual Studio Professional
22
22
23
23
## Acquiring third-party frameworks
24
-
You can download and install many third-party unit test frameworks by using the Visual Studio Extension Manager, or from the Visual Studio Gallery on the MSDN website. Frameworks can also be downloaded from other sites such as the website of the framework.
24
+
You can download and install many third-party unit test frameworks by using the Visual Studio Extension Manager, or from the Visual Studio Marketplace. Frameworks can also be downloaded from other sites such as the website of the framework.
25
25
26
26
### Installing from Visual Studio
27
27
28
28
1. Choose **Tools** on the standard menu, and then choose **Extensions and Updates**.
29
29
30
-
2. Expand **Online**, **Visual Studio Gallery**, **Tools**. Choose **Testing**.
30
+
2. Expand **Online**, **Visual Studio Marketplace**, **Tools**. Choose **Testing**.
31
31
32
32
3. Browse the list to find the framework.
33
33
@@ -38,21 +38,21 @@ Visual Studio Test Explorer can run any unit test framework that has developed a
38
38
### Installing from the web
39
39
If you know the framework you are interested in:
40
40
41
-
1. Open [Visual Studio Gallery](http://go.microsoft.com/fwlink/?LinkId=236267) on the MSDN website.
41
+
1. Open [Visual Studio Marketplace](https://marketplace.visualstudio.com/vs).
42
42
43
43
2. Type the name of the framework in the **Find** box.
44
44
45
-
3. Choose the framework in the results list to navigate to the Visual Studio Gallery page for the tool.
45
+
3. Choose the framework in the results list to navigate to the Visual Studio Marketplace page for the tool.
46
46
47
47
To browse a list of frameworks along with other testing tools:
48
48
49
-
1. Open [Visual Studio Gallery](http://go.microsoft.com/fwlink/?LinkId=236267) on the MSDN website.
49
+
1. Open [Visual Studio Marketplace](https://marketplace.visualstudio.com/vs).
50
50
51
-
2.Choose**Browse**.
51
+
2.In**Filter by category / collection**, choose **See all**.
52
52
53
-
3. In the **Category** list, expand the **Tools** node and then choose **Testing**.
53
+
3. In the **Category** list (labeled as **Showing**), expand the **Tools** node and then choose **Testing**.
54
54
55
-
4. Choose a framework in the results list to navigate to a Visual Studio Gallery page for the tool.
55
+
4. Choose a framework in the results list to navigate to a Visual Studio Marketplace page for the tool.
56
56
57
57
## See Also
58
58
[Unit Test Your Code](../test/unit-test-your-code.md)
0 commit comments