# 1.5: ElevenNote.Tests

In this module we'll set up a Unit Tests project.

## Purpose

The purpose of our unit testing project will be to write code that tests code.

## ElevenNote.Services

1. In the **Solution Explorer**, right click on the **ElevenNote** Solution
   * *Make sure to right click on the **Solution** and NOT the project **ElevenNote.WebMVC***
2. Go to **Add -> New Project**

   ![Add Project](https://3258533034-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAU8YfMZK4G04fkoGGv%2F-LAx9ezcVYX1tA5JFtBZ%2F-LAx9h4rt7q6EKyoOzPK%2F1.2-A.png?generation=1524665866289549\&alt=media)
3. Select **Visual C#**, then **Windows Classic Desktop**
4. Choose **Unit Test Project**
5. Name the project **ElevenNote.Tests**
6. Do not delete the `UnitTest1.cs` file we can use this file.

   ![Class Library](https://3258533034-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAU8YfMZK4G04fkoGGv%2F-LD70E9vsOnMSIHsgt1C%2F-LD70Fgfv71XlODbo8Bf%2F1.5-tests.png?generation=1526995422878443\&alt=media)
