Bulletproof Unit Testing with .NET
Buch, Englisch, 206 Seiten, Format (B × H): 155 mm x 235 mm, Gewicht: 341 g
ISBN: 979-8-8688-1453-2
Verlag: Apress
Master unit testing with the .NET framework by observing examples of best practices. After reading this book, you will feel confident and prepared to approach most situations that a developer will encounter on .NET and ASP.NET Core applications.
Learn the best tools to practice effective unit testing, how to architect your code so that it is easily testable, and improve your code coverage. This book is packed with concrete case studies selected from the real-world experiences of a veteran developer, especially when it comes to legacy code.
After reading , you will be able to approach unit testing with confidence and make your .NET applications as reliable as possible.
What You Will Learn
- Master unit testing practice
- Architect your applications efficiently to make your code easily testable
- Use the best tools for unit testing
- Automate your unit tests
Who This Book is For
This book is intended for any developer level wishing to master unit tests with the Microsoft .NET Framework.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Chapter 1: Introducing Unit Testing Practice.- Chapter 2: Clean Code & Clean Architecture for Easy Unit Testing.- Chapter 3: Learning the Best Practices with the Best Tools.- Chapter 4: Unit Test .NET applications.- Chapter 5: Automating Unit Tests.- Chapter 6: Case Study.