Microsoft Visual Studio-VSTS Unit Test Guide

Source: Internet
Author: User

1. Tool installation

2. Create a class

3, click New Project, here we build a C # class library

4, click OK, enter the code editing interface, which is actually a class, you can write down the code in the book

5. Position the mouse in the constructor of the user class, then right-click the pop-up menu to create a unit test

6. In the popup dialog box, select the function you want to test click OK

7. Enter a name for the new project, click Create

8. A new project will be found in the Solution Explorer on the left or right

9. Automatically created statements are generally unable to implement automated testing, you must modify some of them, the general Main method is to initialize the input, create an instance, verify the results, specifically, such as the following statement, press F6 key to compile.

10. Look in the menu bar: Test → window → test List Editor.

Microsoft Visual Studio-VSTS Unit Test Guide

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.