Chapter 3. Setting Up Your Test Environment
Before getting started with writing unit tests, we need to make sure we have an environment good enough for running them. There are some tools built into Visual Studio we will use for development: tools to download and tools to buy.
This chapter will be a step-to-step guide on how to set up your test environment by covering the following subjects:
- F# Interactive
- Testing in Visual Studio
- Testing outside Visual Studio
- Setting up a build script with FAKE (F# Make)
- Running tests in continuous integration
After reading this chapter, you will be ready to start writing tests.