Skip to content

Commit fe73da4

Browse files
authored
Update install-third-party-unit-test-frameworks.md
1 parent 38b7519 commit fe73da4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ Visual Studio Test Explorer can run any unit test framework that has developed a
5454

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

57-
## Update to the latest Test Adapters
57+
## Update to the latest test adapters
5858

5959
There have been [major performance improvements](https://blogs.msdn.microsoft.com/visualstudio/2017/11/16/test-experience-improvements/) in the latest test adapter updates for MSTest, NUnit, and xUnit. Update to the latest stable test adapter to start experiencing better test discovery and execution!
6060

6161
1. Open the Nuget Package Manager for your solution by navigating to **Tools > NuGet Package Manager > Manage NuGet Packages for Solution...**
62-
2. Click on the Updates tab and search for NUnit or xUnit test adapters that are installed.
63-
3. Select each test adapter and select the latest stable version in the drop down menu.
64-
4. Then select Install.
62+
2. Click on the **Updates** tab and search for NUnit or xUnit test adapters that are installed.
63+
3. Select each test adapter, and then select the latest stable version in the drop down menu.
64+
4. Choose the **Install** button.
6565

6666
![Upgrade Test Adapter](media/installadapter-upgrade.png)
6767

68+
## See also
6869

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

0 commit comments

Comments
 (0)