March 2018
Intermediate to advanced
192 pages
4h 4m
English
Once you have some unit tests created, you can start running them directly from Visual Studio. Typically, this should be done as tests are created throughout your development lifecycle as well as before you commit your code to source control, especially if there is a continuous integration process that will automatically build your code and run the tests.
After the tests have completed running, the results will appear in the Test Results pane:

Notice (in the preceding screenshot) that one of our unit tests is failing. In order to get this test to pass, we will need to go back and update DetailViewModel