Rob's Presentations on testing, page 2
Scaling the Testing Pyramid in TypeScript
  
  spa javascript testing spa 
   3/19/2024
   at UtahJS
   in Salt Lake City, UT
  Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
  Scaling the Testing Pyramid in TypeScript
  
  spa javascript testing spa 
   2/22/2024
   at ConFoo
   in Montreal, Québec, Canada
  Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
  .NET Testing Best Practices
  
  asp.net core testing 
   2/16/2024
   at NDC Sydney
   in Sydney, Australia
  This is a #NoSlides presentation where we’ll live-code all the tests. We’ll start with a code sample, discuss the tests we want to build, use xUnit and MoQ to build the tests, then refactor the code to be more testable....
  .NET Testing Best Practices
  
  asp.net core testing 
   1/24/2024
   at Cleveland C# User Group
   in Cleveland, OH (virtual)
  This is a #NoSlides presentation where we’ll live-code all the tests. We’ll start with a code sample, discuss the tests we want to build, use xUnit and MoQ to build the tests, then refactor the code to be more testable....
  .NET Testing Best Practices
  
  asp.net core testing 
   11/27/2023
   at Prairie DevCon Calgary
   in Calgary, AB, Canada
  This is a #NoSlides presentation where we’ll live-code all the tests. We’ll start with a code sample, discuss the tests we want to build, use xUnit and MoQ to build the tests, then refactor the code to be more testable....
  .NET Testing Best Practices
  
  asp.net core testing 
   10/10/2023
   at ICS Con
   in Salt Lake City, UT
  This is a #NoSlides presentation where we’ll live-code all the tests. We’ll start with a code sample, discuss the tests we want to build, use xUnit and MoQ to build the tests, then refactor the code to be more testable....
  Scaling the Testing Pyramid in TypeScript
  
  spa javascript testing spa 
   6/29/2023
   at S&S Media Webinar
  
  Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
  .NET Testing Best Practices
  
  asp.net core testing 
   6/16/2023
   at NMUG - New Mexico .NET Users Group
   in Albuquerque, NM (virtual)
  This is a #NoSlides presentation where we’ll live-code all the tests. We’ll start with a code sample, discuss the tests we want to build, use xUnit and MoQ to build the tests, then refactor the code to be more testable....
  Scaling the Testing Pyramid in TypeScript
  
  spa javascript testing spa 
   5/17/2023
   at SDD London
   in London, England
  Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
  JavaScript Tests in Node, the Browser, and CI
  
  javascript node testing 
   4/28/2023
   at GIDS Developer Summit
   in Bangalore, India
  Good software practices don’t end just because you’re building a thick client in the browser. The JavaScript community is a flourishing boutique of high-quality tools and techniques....