SlideShare a Scribd company logo
Build Robust Web Apps in the Real World
@shahedC
WakeUpAndCode.com
ASP.NET 5 & Unit Testing
Why Unit Testing?
> Getting Started
> Writing and Running Tests
> Mocking
What’s Next?
ASP.NET 5 & 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
Source: https://msdn.microsoft.com/en-us/library/jj159342.aspx
Why Unit Testing?
> Getting Started
> Writing and Running Tests
> Mocking
What’s Next?
ASP.NET 5 & Unit Testing
ASP.NET 5 & Unit Testing
Unit Tests
Integration Tests
UI Tests
ASP.NET 5 & Unit Testing
ASP.NET 5 & Unit Testing
ASP.NET 5 & Unit Testing
ASP.NET 5 & Unit Testing
ASP.NET 5 & Unit Testing
xUnit.net references
Web App being tested
ASP.NET 5 & 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 5 & 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 5 & Unit Testing
ASP.NET 5 & Unit Testing
ASP.NET 5 & 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 5 & Unit Testing
ASP.NET 5 & Unit Testing
ASP.NET 5 & Unit Testing
Smoke
Tests
New
Features
Edge
Cases
Cost of Adding
Unit Tests
Cost of Not
Having Unit
Tests
Bugs
Features
Expenses
Dependency
Injection
Inversion of
Control
Views & ViewModels
Controllers
Service Layer
Repository Layer
Entity Framework (ORM)
SQL Server (database)
ASP.NET 5 & Unit Testing
60 to 80% coverage ok?
ASP.NET 5 & Unit Testing
Why Unit Testing?
> Getting Started
> Writing and Running Tests
> Mocking
What’s Next?
Email: shchowd@microsoft.com  Twitter: @shahedC

More Related Content

PPTX
ASP.NET 5 Overview - Post Build 2015
Shahed Chowdhuri
 
PPTX
ASP.NET 5 Overview for Apex Systems
Shahed Chowdhuri
 
PPTX
ASP.NET & Unit Testing
Shahed Chowdhuri
 
PPTX
ASP.NET Core Unit Testing
Shahed Chowdhuri
 
PDF
Cucumber ppt
Qwinix Technologies
 
PPTX
The state of testing @ Microsoft
Robert MacLean
 
PPTX
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
PPTX
Visual Studio ❤ JavaScript
Robert MacLean
 
ASP.NET 5 Overview - Post Build 2015
Shahed Chowdhuri
 
ASP.NET 5 Overview for Apex Systems
Shahed Chowdhuri
 
ASP.NET & Unit Testing
Shahed Chowdhuri
 
ASP.NET Core Unit Testing
Shahed Chowdhuri
 
Cucumber ppt
Qwinix Technologies
 
The state of testing @ Microsoft
Robert MacLean
 
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
Visual Studio ❤ JavaScript
Robert MacLean
 

What's hot (20)

PPTX
ASP.NET Core 1.0 Overview: Pre-RC2
Shahed Chowdhuri
 
PPTX
Selenium and Cucumber Automation Services
LMS Solutions (India) Pvt.Ltd.
 
PPTX
Test Automation Framework with BDD and Cucumber
Rhoynar Software Consulting
 
PPTX
Windows Store Apps: Tips & Tricks
Robert MacLean
 
PDF
Continuous Testing Meets the Classroom at Code.org
Sauce Labs
 
PDF
Automated testing with Cypress
Yong Shean Chong
 
PPTX
Automated Test Framework with Cucumber
Ramesh Krishnan Ganesan
 
PPTX
SenchaCon 2016: Cross-Platform Mobile App Development with Cordova and Visual...
Sencha
 
PDF
How To Use Selenium Successfully (Java Edition)
Sauce Labs
 
PPTX
SenchaCon 2016: Developing and Delivering Quality Code, Frequently - Neil Manvar
Sencha
 
PPTX
SenchaCon 2016: The Changing Landscape of JavaScript Testing - Joel Watson an...
Sencha
 
PPTX
Story Testing Approach for Enterprise Applications using Selenium Framework
Oleksiy Rezchykov
 
PPTX
Tutorial on the integration of Selenium with cucumber for experts and fresher’s
Chirag Thumar
 
PPTX
test_automation_POC
Rafael Battesti
 
PPTX
Cypress test techniques cucumber bdd framework,tdd,api tests course
Narayanan Palani
 
PPTX
Putting the DOT in .NET - Dev/Ops/Test
Robert MacLean
 
PDF
[Webinar] Continuous Testing Done Right: Test Automation at the World's Leadi...
Applitools
 
PDF
Using The Page Object Pattern
Dante Briones
 
PPTX
Develop a Basic REST API from Scratch Using TDD with Val Karpov
MongoDB
 
PPTX
jForce In Action
Gordon Bockus
 
ASP.NET Core 1.0 Overview: Pre-RC2
Shahed Chowdhuri
 
Selenium and Cucumber Automation Services
LMS Solutions (India) Pvt.Ltd.
 
Test Automation Framework with BDD and Cucumber
Rhoynar Software Consulting
 
Windows Store Apps: Tips & Tricks
Robert MacLean
 
Continuous Testing Meets the Classroom at Code.org
Sauce Labs
 
Automated testing with Cypress
Yong Shean Chong
 
Automated Test Framework with Cucumber
Ramesh Krishnan Ganesan
 
SenchaCon 2016: Cross-Platform Mobile App Development with Cordova and Visual...
Sencha
 
How To Use Selenium Successfully (Java Edition)
Sauce Labs
 
SenchaCon 2016: Developing and Delivering Quality Code, Frequently - Neil Manvar
Sencha
 
SenchaCon 2016: The Changing Landscape of JavaScript Testing - Joel Watson an...
Sencha
 
Story Testing Approach for Enterprise Applications using Selenium Framework
Oleksiy Rezchykov
 
Tutorial on the integration of Selenium with cucumber for experts and fresher’s
Chirag Thumar
 
test_automation_POC
Rafael Battesti
 
Cypress test techniques cucumber bdd framework,tdd,api tests course
Narayanan Palani
 
Putting the DOT in .NET - Dev/Ops/Test
Robert MacLean
 
[Webinar] Continuous Testing Done Right: Test Automation at the World's Leadi...
Applitools
 
Using The Page Object Pattern
Dante Briones
 
Develop a Basic REST API from Scratch Using TDD with Val Karpov
MongoDB
 
jForce In Action
Gordon Bockus
 
Ad

Viewers also liked (20)

PPTX
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
PPTX
Capture the Cloud with Azure
Shahed Chowdhuri
 
PPTX
Azure: PaaS or IaaS
Shahed Chowdhuri
 
PPTX
Intro to Bot Framework v3
Shahed Chowdhuri
 
PPTX
Web App Security
Shahed Chowdhuri
 
PPTX
ASP.NET 5 Overview
Shahed Chowdhuri
 
PPTX
Deploy Your Web Site or Web App on Azure
Shahed Chowdhuri
 
PPTX
BizSpark & Azure for Startups
Shahed Chowdhuri
 
PPTX
Universal Apps for Windows 10
Shahed Chowdhuri
 
PPTX
Indie Game Development
Shahed Chowdhuri
 
PPTX
Deeper into Windows 10 Development
Shahed Chowdhuri
 
PPTX
ASP.NET Core MVC + Web API with Overview (Post RC2)
Shahed Chowdhuri
 
PPTX
Xbox One Dev Mode
Shahed Chowdhuri
 
PPTX
Xbox One Dev Mode
Shahed Chowdhuri
 
PPTX
ASP.NET Core 1.0 Overview: Post-RC2
Shahed Chowdhuri
 
PPTX
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
PPTX
Intro to HoloLens Development
Shahed Chowdhuri
 
PPTX
Intro to Xamarin
Shahed Chowdhuri
 
PPTX
Intro to Bot Framework
Shahed Chowdhuri
 
PPTX
Introduction to ASP.NET MVC
Khaled Musaied
 
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
Capture the Cloud with Azure
Shahed Chowdhuri
 
Azure: PaaS or IaaS
Shahed Chowdhuri
 
Intro to Bot Framework v3
Shahed Chowdhuri
 
Web App Security
Shahed Chowdhuri
 
ASP.NET 5 Overview
Shahed Chowdhuri
 
Deploy Your Web Site or Web App on Azure
Shahed Chowdhuri
 
BizSpark & Azure for Startups
Shahed Chowdhuri
 
Universal Apps for Windows 10
Shahed Chowdhuri
 
Indie Game Development
Shahed Chowdhuri
 
Deeper into Windows 10 Development
Shahed Chowdhuri
 
ASP.NET Core MVC + Web API with Overview (Post RC2)
Shahed Chowdhuri
 
Xbox One Dev Mode
Shahed Chowdhuri
 
Xbox One Dev Mode
Shahed Chowdhuri
 
ASP.NET Core 1.0 Overview: Post-RC2
Shahed Chowdhuri
 
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
Intro to HoloLens Development
Shahed Chowdhuri
 
Intro to Xamarin
Shahed Chowdhuri
 
Intro to Bot Framework
Shahed Chowdhuri
 
Introduction to ASP.NET MVC
Khaled Musaied
 
Ad

Similar to ASP.NET 5 & Unit Testing (20)

PDF
Automated Testing of Web Applications
jonatankronqvist
 
PDF
Test Driven Development
ZendCon
 
PDF
Lecture #6. automation testing (andrey oleynik)
Andrey Oleynik
 
PDF
WSO2Con EU 2015: API Readiness: Is Your API Ready for Primetime?
WSO2
 
PPTX
Accelerating Your Test Execution Pipeline
SmartBear
 
PPTX
So Your Boss Wants You to Performance Test Blackboard
Steve Feldman
 
PPTX
Test-Driven Development In Action
Jon Kruger
 
PPTX
Automated tests
Damian Sromek
 
PDF
Accelerating Your Test Execution Pipeline
SmartBear
 
PPTX
DDT Testing Library for Android
Ahmed Misbah
 
PPT
Test Driven Development and Automation
Mahesh Salaria
 
PPTX
Visual Studio 2010 Testing for Developers
Steve Lange
 
PPTX
API Readiness: Visualizing and Virtualizing
Lorinda Brandon
 
PPTX
#DOAW16 - DevOps@work Roma 2016 - Testing your databases
Alessandro Alpi
 
ODP
I Smell A RAT- Rapid Application Testing
Peter Presnell
 
PPTX
Web 2.0 Development with IBM DB2
Vladimir Bacvanski, PhD
 
PDF
Inrotduction of Testing
Palash Ghosh
 
PPTX
How do you tame a big ball of mud? One test at a time.
Matt Eland
 
PPTX
Making the Unstable Stable - An Intro To Testing
Cameron Presley
 
PPTX
Testing for Logic App Solutions | Integration Monday
BizTalk360
 
Automated Testing of Web Applications
jonatankronqvist
 
Test Driven Development
ZendCon
 
Lecture #6. automation testing (andrey oleynik)
Andrey Oleynik
 
WSO2Con EU 2015: API Readiness: Is Your API Ready for Primetime?
WSO2
 
Accelerating Your Test Execution Pipeline
SmartBear
 
So Your Boss Wants You to Performance Test Blackboard
Steve Feldman
 
Test-Driven Development In Action
Jon Kruger
 
Automated tests
Damian Sromek
 
Accelerating Your Test Execution Pipeline
SmartBear
 
DDT Testing Library for Android
Ahmed Misbah
 
Test Driven Development and Automation
Mahesh Salaria
 
Visual Studio 2010 Testing for Developers
Steve Lange
 
API Readiness: Visualizing and Virtualizing
Lorinda Brandon
 
#DOAW16 - DevOps@work Roma 2016 - Testing your databases
Alessandro Alpi
 
I Smell A RAT- Rapid Application Testing
Peter Presnell
 
Web 2.0 Development with IBM DB2
Vladimir Bacvanski, PhD
 
Inrotduction of Testing
Palash Ghosh
 
How do you tame a big ball of mud? One test at a time.
Matt Eland
 
Making the Unstable Stable - An Intro To Testing
Cameron Presley
 
Testing for Logic App Solutions | Integration Monday
BizTalk360
 

More from Shahed Chowdhuri (18)

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
ASP.NET Core 1.0 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
 
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 

Recently uploaded (20)

PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PPTX
How to Build a Scalable Micro-Investing Platform in 2025 - A Founder’s Guide ...
Third Rock Techkno
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PDF
This slide provides an overview Technology
mineshkharadi333
 
PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
Building High-Performance Oracle Teams: Strategic Staffing for Database Manag...
SMACT Works
 
PDF
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
PDF
Software Development Methodologies in 2025
KodekX
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PPT
L2 Rules of Netiquette in Empowerment technology
Archibal2
 
PPTX
C Programming Basics concept krnppt.pptx
Karan Prajapat
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
Make GenAI investments go further with the Dell AI Factory - Infographic
Principled Technologies
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
How to Build a Scalable Micro-Investing Platform in 2025 - A Founder’s Guide ...
Third Rock Techkno
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
This slide provides an overview Technology
mineshkharadi333
 
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Building High-Performance Oracle Teams: Strategic Staffing for Database Manag...
SMACT Works
 
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
Software Development Methodologies in 2025
KodekX
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
L2 Rules of Netiquette in Empowerment technology
Archibal2
 
C Programming Basics concept krnppt.pptx
Karan Prajapat
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Make GenAI investments go further with the Dell AI Factory - Infographic
Principled Technologies
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 

ASP.NET 5 & Unit Testing

Editor's Notes

  • #2: Title Page: ASP .NET & Unit Testing Build Robust Web Apps in the Real World By Shahed Chowdhuri Senior Technical Evangelist @ Microsoft Blog: WakeUpAndCode.com Twitter: @shahedC
  • #4: Agenda
  • #5: Introduction
  • #10: Agenda
  • #11: Introduction
  • #20: Introduction
  • #28: Introduction
  • #34: Introduction
  • #42: Agenda
  • #43: Contact Microsoft email: [email protected] Personal Twitter: @shahedC Dev Blog: WakeUpAndCode.com