Another exquisit release
Pluralsight.ASP.NET.Core.MVC.Testing.Fundamentals-XQZT
Title: ASP.NET Core MVC Testing Fundamentals
Publisher: Pluralsight
Iso Size: 614M (642342912 B)
Files: 11F
Date: 06/20/2017
Course #: Pluralsight
Type: software-development
Published: Tue Jun 20, 2017
Modified: June 20, 2017
URL: www.pluralsight.com/courses/aspdotnet-core-mvc-testing-fundamentals
Author: Jason Roberts
Duration: 2h 56m
Skill: Intermediate
Exercise: [ ]
Installation:
Unpack that shit, mount that shit, run that shit
Notes:
No one likes the stress of emergencies caused by errors in code
that have been released to production, especially if these
errors happen early in the morning and require emergency fixes.
Automated tests help check the application is working as
expected, and reduces the likelihood of errors making it to the
production environment. Fewer production errors mean happier end
users, development teams, and business owners. In this course,
ASP.NET Core MVC Testing Fundamentals, youll learn how to create
automated tests for your ASP.NET Core MVC application,
including model, controller, and automated UI tests. First, youll
dive into getting started with xUnit.net, and how to
specifically test your model. Next, youll explore how to
isolate parts of your code base by using mock objects and the Moq
library for .NET Core. Finally, youll cover how to automate the
browser to create functional UI tests. By the end of this
course, youll have the knowledge to create automated unit,
integration, and UI tests for your ASP.NET Core MVC
application. Additionally, youll know how to execute these tests to
verify the correctness of your application, and help ensure
errors do not make it to production.