ASP.NET Core: Test-Driven Development

Go to class
Write Review

Free Online Course: ASP.NET Core: Test-Driven Development provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. ASP.NET Core: Test-Driven Development is taught by Richard Rout.

Overview
  • Get practical, hands-on experience implementing test-driven development of ASP.NET Core applications.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the excercise files
    1. Get Started with TDD in ASP.NET Core
    • TDD and tools
    • Dependency injection and IoC
    • Configure the app for testability
    2. Write Tested Code
    • Test base case
    • Test N+1 case
    • Refactor code and tests
    • Complete test cases
    • Finish and run the app
    3. Test Changes in Untested Code
    • TDD in untested code
    • Make untestable code testable
    • Confidently change your code, part 1
    • Confidently change your code, part 2
    • Refactor existing code
    Conclusion
    • Next steps