Skip to content

Commit 5e18241

Browse files
authored
Merge pull request #317 from alfredmyers/patch20171014
Updated refs from Visual Studio Gallery to Visual Studio Marketplace
2 parents 121723c + aaf10f2 commit 5e18241

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/test/install-third-party-unit-test-frameworks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Visual Studio Test Explorer can run any unit test framework that has developed a
2121
- Visual Studio Enterprise, Visual Studio Professional
2222

2323
## 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.
2525

2626
### Installing from Visual Studio
2727

2828
1. Choose **Tools** on the standard menu, and then choose **Extensions and Updates**.
2929

30-
2. Expand **Online**, **Visual Studio Gallery**, **Tools**. Choose **Testing**.
30+
2. Expand **Online**, **Visual Studio Marketplace**, **Tools**. Choose **Testing**.
3131

3232
3. Browse the list to find the framework.
3333

@@ -38,21 +38,21 @@ Visual Studio Test Explorer can run any unit test framework that has developed a
3838
### Installing from the web
3939
If you know the framework you are interested in:
4040

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

4343
2. Type the name of the framework in the **Find** box.
4444

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.
4646

4747
To browse a list of frameworks along with other testing tools:
4848

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

51-
2. Choose **Browse**.
51+
2. In **Filter by category / collection**, choose **See all**.
5252

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**.
5454

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.
5656

5757
## See Also
5858
[Unit Test Your Code](../test/unit-test-your-code.md)

0 commit comments

Comments
 (0)