Creating a Test Project and a Test Class

Before you begin creating unit tests in the Unit Test Framework, you need to create a Visual Studio project, which you will set up to be a test project. In the test project, you create a test class for each graph or graph extension you want to test.

The topics of this chapter describe how to create and configure a Visual Studio project that is intended to contain unit tests for an MYOB Framework-based application and how to create test classes.