SlideShare a Scribd company logo
Build Robust Web Apps in the Real World
@shahedC
WakeUpAndCode.com
* aka ASP.NET 5 before RC1
ASP.NET Core Unit Testing
Background
> Getting Started
> Writing and Running Tests
> Dependency Injection & Mocking
What’s Next?
ASP.NET Core Unit Testing
> Nothing
new to learn
> Error-prone
> Expensive
> Slower
> Less human
error
> Faster!
> Decreasing
costs
> Learning curve
Legacy
New/
Improved
• SRP
• OCP
• LSP
• ISP
• DIP
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
Unit Tests
Integration Tests
UI Tests
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
public test class [Fact] for public methods without parameters
[Theory] and [InlineData] for methods with parameters
Build Solution
Run Tests in Test Explorer
Verify actual result against expected result
Note “var” keyword
Verify that expected view equal to returned view
ASP.NET Core Unit Testing
Temporarily ignore tests with an optional message.
Correct
Views?
Redirect
to URL?
Correct
Models?
HTTP
Code?
Mock
Depen-
dencies!
Model
Populated?
ASP.NET Core Unit Testing
Dependency
Injection
Inversion of
Control
In Startup: Add namespace and dependencies
In Application Code:
• Constructor Injection
• Setter Injection
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
Mocks
Pre-programmed with expected results, doesn’t
actually connect to DB, behavior verification.
Fakes
Working examples, but not production-ready
(e..g in-memory database)
Stubs
Provides canned answers
http://martinfowler.com/articles/mocksArentStubs.html
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
ASP.NET Core Unit Testing
Smoke
Tests
New
Features
Edge
Cases
Cost of Adding
Unit Tests
Cost of Not
Having Unit
Tests
Bugs
Features
Expenses
Views & ViewModels
Controllers
Service Layer
Repository Layer
Entity Framework (ORM)
SQL Server (database)
ASP.NET Core Unit Testing
60 to 80% coverage ok?
• Databases
• File Systems
• Network Resources
• Web Requests & Responses
ASP.NET Core Unit Testing
Background
> Getting Started
> Writing and Running Tests
> Dependency Injection & Mocking
What’s Next?
Email: shchowd@microsoft.com  Twitter: @shahedC

More Related Content

What's hot (20)

PPT
Java tutorial PPT
Intelligo Technologies
 
PPT
Introduction to JavaScript
Andres Baravalle
 
PPTX
Introduction to problem solving in C
Diwakar Pratap Singh 'Deva'
 
PDF
Php notes
Muthuganesh S
 
PPTX
Unit 1-uses for scripting languages,web scripting
sana mateen
 
PPT
Introduction to .NET Framework
Raghuveer Guthikonda
 
PPTX
Types of Programming Errors
Neha Sharma
 
PPTX
Integrated Development Environments (IDE)
SeanPereira2
 
PPTX
Design Pattern in Software Engineering
Manish Kumar
 
PPTX
core java
Roushan Sinha
 
PPTX
Rmi presentation
Azad public school
 
PPTX
Sqlite
Raghu nath
 
PDF
Software Engineering MCQs
Gurpreet singh
 
PPTX
Role-of-lexical-analysis
Dattatray Gandhmal
 
PPTX
Software Engineering Layered Technology Software Process Framework
JAINAM KAPADIYA
 
PPTX
C# String
Raghuveer Guthikonda
 
PPTX
Ado.Net Tutorial
prabhu rajendran
 
PPT
Abstract class in java
Lovely Professional University
 
PPTX
Object Oriented Programing JAVA presentaion
Pritom Chaki
 
PPT
ER-Model-ER Diagram
Saranya Natarajan
 
Java tutorial PPT
Intelligo Technologies
 
Introduction to JavaScript
Andres Baravalle
 
Introduction to problem solving in C
Diwakar Pratap Singh 'Deva'
 
Php notes
Muthuganesh S
 
Unit 1-uses for scripting languages,web scripting
sana mateen
 
Introduction to .NET Framework
Raghuveer Guthikonda
 
Types of Programming Errors
Neha Sharma
 
Integrated Development Environments (IDE)
SeanPereira2
 
Design Pattern in Software Engineering
Manish Kumar
 
core java
Roushan Sinha
 
Rmi presentation
Azad public school
 
Sqlite
Raghu nath
 
Software Engineering MCQs
Gurpreet singh
 
Role-of-lexical-analysis
Dattatray Gandhmal
 
Software Engineering Layered Technology Software Process Framework
JAINAM KAPADIYA
 
Ado.Net Tutorial
prabhu rajendran
 
Abstract class in java
Lovely Professional University
 
Object Oriented Programing JAVA presentaion
Pritom Chaki
 
ER-Model-ER Diagram
Saranya Natarajan
 

Viewers also liked (20)

PPTX
ASP.NET Core MVC + Web API with Overview (Post RC2)
Shahed Chowdhuri
 
PPTX
ASP.NET Core 1.0 Overview: Post-RC2
Shahed Chowdhuri
 
PPTX
ASP.NET Core 1.0 Overview: Pre-RC2
Shahed Chowdhuri
 
PPTX
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
PPTX
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
PPTX
Getting Started with ASP.net Core 1.0
joescars
 
PPTX
BizSpark & Azure for Startups
Shahed Chowdhuri
 
PPTX
Xbox One Dev Mode
Shahed Chowdhuri
 
PPTX
Xbox One Dev Mode
Shahed Chowdhuri
 
PPTX
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
PPTX
Intro to HoloLens Development
Shahed Chowdhuri
 
PPTX
Intro to Xamarin
Shahed Chowdhuri
 
PPTX
Intro to Bot Framework
Shahed Chowdhuri
 
PDF
Beyond static configuration
Stefan Schimanski
 
PPT
Ais powerpoint (1)
Joshua McCarley
 
PPTX
Building Real Time Applications with ASP.NET SignalR 2.0 by Rachel Appel
.NET Conf UY
 
PPT
SignalR
William Austin
 
PDF
Introduction to ASP.NET Core
Avanade Nederland
 
PPTX
ASP .NET Core MVC
Vinicius Mussak
 
PPTX
Unity 5 Jumpstart: Kickoff
Shahed Chowdhuri
 
ASP.NET Core MVC + Web API with Overview (Post RC2)
Shahed Chowdhuri
 
ASP.NET Core 1.0 Overview: Post-RC2
Shahed Chowdhuri
 
ASP.NET Core 1.0 Overview: Pre-RC2
Shahed Chowdhuri
 
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
Getting Started with ASP.net Core 1.0
joescars
 
BizSpark & Azure for Startups
Shahed Chowdhuri
 
Xbox One Dev Mode
Shahed Chowdhuri
 
Xbox One Dev Mode
Shahed Chowdhuri
 
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
Intro to HoloLens Development
Shahed Chowdhuri
 
Intro to Xamarin
Shahed Chowdhuri
 
Intro to Bot Framework
Shahed Chowdhuri
 
Beyond static configuration
Stefan Schimanski
 
Ais powerpoint (1)
Joshua McCarley
 
Building Real Time Applications with ASP.NET SignalR 2.0 by Rachel Appel
.NET Conf UY
 
Introduction to ASP.NET Core
Avanade Nederland
 
ASP .NET Core MVC
Vinicius Mussak
 
Unity 5 Jumpstart: Kickoff
Shahed Chowdhuri
 
Ad

Similar to ASP.NET Core Unit Testing (7)

PPTX
ASP.NET & Unit Testing
Shahed Chowdhuri
 
PPTX
ASP.NET 5 & Unit Testing
Shahed Chowdhuri
 
PPTX
Introduction to ASP.NET 5
Chris Dufour
 
PPTX
Mock driven development using .NET
Puneet Ghanshani
 
PPTX
ASP.NET 5 Overview
Shahed Chowdhuri
 
PPTX
Announcing asp.net core updates in .net 5 preview 8
Concetto Labs
 
PDF
Getting Started with ASP.NET Core 1.0 (formerly ASP.NET 5)
Arrow Consulting & Design
 
ASP.NET & Unit Testing
Shahed Chowdhuri
 
ASP.NET 5 & Unit Testing
Shahed Chowdhuri
 
Introduction to ASP.NET 5
Chris Dufour
 
Mock driven development using .NET
Puneet Ghanshani
 
ASP.NET 5 Overview
Shahed Chowdhuri
 
Announcing asp.net core updates in .net 5 preview 8
Concetto Labs
 
Getting Started with ASP.NET Core 1.0 (formerly ASP.NET 5)
Arrow Consulting & Design
 
Ad

More from Shahed Chowdhuri (20)

PPTX
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
PPTX
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
PPTX
Microsoft Cognitive Services
Shahed Chowdhuri
 
PPTX
Intro to Bot Framework v3 with DB
Shahed Chowdhuri
 
PPTX
Game On with Windows & Xbox One @ .NET Conf UY
Shahed Chowdhuri
 
PPTX
Game On with Windows & Xbox One!
Shahed Chowdhuri
 
PPTX
Going Serverless with Azure Functions
Shahed Chowdhuri
 
PPTX
ASP.NET Core 2.0: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
Azure for Hackathons
Shahed Chowdhuri
 
PPTX
Intro to Xamarin: Cross-Platform Mobile Application Development
Shahed Chowdhuri
 
PPTX
Xbox One Dev Mode
Shahed Chowdhuri
 
PPTX
What's New at Microsoft?
Shahed Chowdhuri
 
PPTX
Capture the Cloud with Azure
Shahed Chowdhuri
 
PPTX
Intro to HoloLens Development + Windows Mixed Reality
Shahed Chowdhuri
 
PPTX
Intro to Bot Framework v3
Shahed Chowdhuri
 
PPTX
Azure: PaaS or IaaS
Shahed Chowdhuri
 
PPTX
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
Microsoft Cognitive Services
Shahed Chowdhuri
 
Intro to Bot Framework v3 with DB
Shahed Chowdhuri
 
Game On with Windows & Xbox One @ .NET Conf UY
Shahed Chowdhuri
 
Game On with Windows & Xbox One!
Shahed Chowdhuri
 
Going Serverless with Azure Functions
Shahed Chowdhuri
 
ASP.NET Core 2.0: The Future of Web Apps
Shahed Chowdhuri
 
Azure for Hackathons
Shahed Chowdhuri
 
Intro to Xamarin: Cross-Platform Mobile Application Development
Shahed Chowdhuri
 
Xbox One Dev Mode
Shahed Chowdhuri
 
What's New at Microsoft?
Shahed Chowdhuri
 
Capture the Cloud with Azure
Shahed Chowdhuri
 
Intro to HoloLens Development + Windows Mixed Reality
Shahed Chowdhuri
 
Intro to Bot Framework v3
Shahed Chowdhuri
 
Azure: PaaS or IaaS
Shahed Chowdhuri
 
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 

Recently uploaded (20)

PDF
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PPTX
Q2 Leading a Tableau User Group - Onboarding
lward7
 
PDF
July Patch Tuesday
Ivanti
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
Q2 Leading a Tableau User Group - Onboarding
lward7
 
July Patch Tuesday
Ivanti
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 

ASP.NET Core Unit Testing

Editor's Notes

  • #2: Title Page: Automated Testing in ASP .NET Core* 1.0 Build Robust Web Apps in the Real World * aka ASP.NET 5 before RC1 By Shahed Chowdhuri Senior Technical Evangelist @ Microsoft Blog: WakeUpAndCode.com Twitter: @shahedC
  • #4: Agenda
  • #5: Introduction
  • #10: Introduction
  • #19: Introduction
  • #27: Introduction
  • #35: Introduction
  • #43: Agenda
  • #44: Contact Microsoft email: [email protected] Personal Twitter: @shahedC Dev Blog: WakeUpAndCode.com