Once you create your application and the test application that you'll use to do your testing, you need to create some tests. This recipe will show you how to create a simple automated test.
Creating automated tests
Getting ready
We will continue to build on the Television Show Test project that we created earlier in this chapter in the Creating a test application recipe. If you have not completed that recipe, you can download the project from the GitHub link at the start of this chapter.
You need a development sandbox with the default Microsoft test libraries and test runner installed. If you do not have one, make sure to complete The Automated Testing Toolkit recipe earlier in this chapter, and it will walk you through...