TDD First Demo

Create a new MVC project called FizzBuzzMvc. FizzBuzz is a simple programming project that will help us easier to learn about unit testing.

Don't forget to tick on Add Unit Test.

The solution begins with two projects, FizzBuzzMvc and FizzBuzzMvc.Tests.Open the controller folder on FizzBuzzMvc.Test project. Notice there are TestClass and TestMethod attributes.

The idea is we create a testing scheme and assert the expected value with actual value.

results matching ""

    No results matching ""