Rob's Presentations on testing, page 2
.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....
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
4/26/2023
at GIDS Developer Summit
in Bangalore, India
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
3/29/2023
at KWalty Talk
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
3/28/2023
at Tulsa .NET User Group
in Tulsa, OK (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
3/23/2023
at Software Craftsmanship Luxembourg
in Luxembourg (virtual)
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....
Gaining Confidence with Cypress Tests
testing javascript
1/25/2023
at Geekle Global Summit for Node.js '23
Have you ever wanted to refactor mercilessly but didn’t want to break the fragile tower? Or have you ever pushed to production only to spend the next few days cleaning up the regressions?...