Video description
Learn how to use TDD in everyday work and write high-quality code
About This Video
- Learn what unit tests are and how to use them
- Learn how to add test support to your project and use unit test frameworks
- Learn what TDD is and how to use it
- Learn how to write testable code by applying best practices, techniques, and patterns
In Detail
Even after so many years, TDD is still one of the main buzzwords at almost every conference. This technique has proven itself to be one of the best practices out there when it comes to writing maintainable, robust, and testable code. This course covers key concepts, methods, and patterns behind TDD through concrete and practical examples in C# 7.
This course starts off with an introduction to unit tests and unit test frameworks. Basically, you will learn how to write and automate tests for your implementations. After that, we shift the paradigm and see how to write your tests before implementation itself. We explore how to add full test support to our projects, as well. Through practical examples you will witness how this technique helps us write higher-quality code. In the final sections of this course, you will learn proven methods and patterns for writing modular and testable code. The principles of TDD will help you write better and cleaner code. In addition, you’ll see how solid tests give you a new sense of confidence when you need to modify existing code, refactor, and add new features.
By the end of this course, you will have the tools you need to start building bulletproof applications, backed by an automated suite of tests to ensure quality software delivery.
The code bundle for this video course is available at - https://github.com/PacktPublishing/-Introducing-Test-Driven-Development-in-C-
Publisher resources
Table of contents
Product information
- Title: Introducing Test Driven Development in C#
- Author(s):
- Release date: March 2018
- Publisher(s): Packt Publishing
- ISBN: 9781788292092
You might also like
video
Design Patterns (Clean Coders Video Series)
Overview Get ready for something very different. This ain't no screen cast. This ain't no talkin' …
video
Clean Code
Expanded Edition (August 2018) Updated with Design Patterns episodes from the Clean Code series from Clean …
video
Clean Code Applied (Clean Coders Video Series): Building a Java Web Application with Software Craftsmanship
Duration 10+ Hours of Video Overview Get ready for something very different. This ain't no screen …
video
Learning C# 8 and .NET Core 3.0
Get to know the basics of development using the new features in C# 8 along with …