I. Installation VS2013
1. Run the. exe file in the installation folder, select the installation path and the required features to start the installation
2. It will take a while to open the first time after installation
3. After the installation is successful, to open the VS2013, find the Help tab in the toolbar, click Register Product, a dialog box will appear with the registration status of the software. Click on the change my product license, a dialog will pop up asking for the product key, I am using the key is: Bwg7x-j98b3-w34rt-33b3r-jvyw9. So you can use it with ease.
Two. Unit Testing
1. Create a new class library for Windows under Visual C # and enter the class name--classlibrary2
2. Click OK to enter the code editing page, write down the code in the book,
3. Right click on Class2, the menu appears, select Generate Unit Test
4. Write down the code in the book.
5. Click Test Explorer---Windows----go to the interface to test, click All tests, and display the test after a few seconds.
Installation and unit testing of the Visual Studio development platform