Skip to content

Updated refs from Visual Studio Gallery to Visual Studio Marketplace #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/test/install-third-party-unit-test-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Visual Studio Test Explorer can run any unit test framework that has developed a
- Visual Studio Enterprise, Visual Studio Professional

## Acquiring third-party frameworks
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.
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.

### Installing from Visual Studio

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

2. Expand **Online**, **Visual Studio Gallery**, **Tools**. Choose **Testing**.
2. Expand **Online**, **Visual Studio Marketplace**, **Tools**. Choose **Testing**.

3. Browse the list to find the framework.

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

1. Open [Visual Studio Gallery](http://go.microsoft.com/fwlink/?LinkId=236267) on the MSDN website.
1. Open [Visual Studio Marketplace](https://marketplace.visualstudio.com/vs).

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

3. Choose the framework in the results list to navigate to the Visual Studio Gallery page for the tool.
3. Choose the framework in the results list to navigate to the Visual Studio Marketplace page for the tool.

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

1. Open [Visual Studio Gallery](http://go.microsoft.com/fwlink/?LinkId=236267) on the MSDN website.
1. Open [Visual Studio Marketplace](https://marketplace.visualstudio.com/vs).

2. Choose **Browse**.
2. In **Filter by category / collection**, choose **See all**.

3. In the **Category** list, expand the **Tools** node and then choose **Testing**.
3. In the **Category** list (labeled as **Showing**), expand the **Tools** node and then choose **Testing**.

4. Choose a framework in the results list to navigate to a Visual Studio Gallery page for the tool.
4. Choose a framework in the results list to navigate to a Visual Studio Marketplace page for the tool.

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