Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
About This Class
Implement a tic-tac-toe game covering at least 80% of code by unit tests. That's going to be a great practical exercise. Description
Through the use of hands-on work, you will learn how to create and work with unit tests in C# using the Visual Studio integrated development environment. Get professional tips on creating, debugging, and improving your tests in a practical way.
The introduction uses a two iteration cycle to create unit tests that address the product code as it is being developed, giving you the basis for not only creating and improving your unit testing ability, but also pointing the way towards exercising these new concepts in BDD (Business/Behavior Driven Development) or TDD (Test Driven Development). Project Guide
Implement a tic-tac-toe game covering at least 80% of code by unit tests. That's going to be a great practical exercise. Overview
Lesson 1:Introduction
Lesson 2:Setting Up
Lesson 3:Unit Testing, Iteration Part 1
Lesson 4:Unit Testing, Iteration Part 2