Skip to content

Update walkthrough-creating-and-running-unit-tests-for-windows-store-… #3888

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

Closed
wants to merge 1 commit into from
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ The following procedures describe the steps to create, run and debug unit tests

The **New Project** dialog displays.

2. Under Templates, choose the programming language you want to create unit tests in, and then choose the associated Windows Universal unit test library. For example, choose **Visual C#** , then choose **Windows Universal**, and then choose **Unit Test Library (Universal Windows)**.
2. Under Templates, choose the programming language you want to create unit tests in, and then choose the associated Windows Universal unit test library. For example, choose **Visual C#** , then choose **Windows Universal**, and then choose **Unit Test App (Universal Windows)**.

3. (Optional) In the **Name** textbox, enter the name you want to use for the project.
3. (Optional) In the **Project name** textbox, enter the name you want to use for the project.

4. (Optional) Modify the path where you want to create the project by entering it in the **Location** textbox, or by choosing the **Browse** button.

Expand Down Expand Up @@ -101,4 +101,4 @@ In the **Code Editor**, edit the unit test and add the asserts and logic require
## See also

- [Test UWP apps with Visual Studio](../test/unit-test-your-code.md)
- [Build and test a UWP app](/azure/devops/pipelines/apps/windows/universal?tabs=vsts)
- [Build and test a UWP app](/azure/devops/pipelines/apps/windows/universal?tabs=vsts)