Rob's Presentations on testing, page 3

Mocking in Front-end and Back-end TypeScript Tests

Slides javascript spa testing
11/16/2022 at SIGiST's Testing, Diversity, AI Conference in London, England (virtual)
When the goal is unit testing, it’s common to swap out dependencies with fake pieces to give more control and to make tests run faster....

Scaling the Testing Pyramid in TypeScript

Slides spa javascript testing spa
9/29/2022 at iJS: International JavaScript Conference in New York, NY
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

Slides spa javascript testing spa
7/28/2022 at Full Stack eXchange in London, England (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....

JavaScript Tests in Node, the Browser, and CI

javascript node testing
7/7/2022 at Developer Week '22 in Nuremberg, Germany
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....

Unit Testing in .NET with XUnit and MoQ

asp.net core testing
6/21/2022 at Utah County .NET User Group in Provo, UT (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

Slides spa javascript testing spa
5/26/2022 at Vue.js Global Summit '22
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

Slides testing javascript
5/25/2022 at Vue.js Global Summit '22
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?...

Mocking in Front-end and Back-end TypeScript Tests

Slides javascript spa testing
4/27/2022 at NDC Porto in Porto, Portugal
When the goal is unit testing, it’s common to swap out dependencies with fake pieces to give more control and to make tests run faster....

Gaining Confidence with Cypress Tests

Slides testing javascript
4/21/2022 at TestBash Mobile
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?...

Scaling the Testing Pyramid in TypeScript

Slides spa javascript testing spa
4/5/2022 at DevIntersection in Las Vegas, NV
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....
3