Rob's Presentations on testing, page 3
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?...
Gaining Confidence with Cypress Tests
testing javascript
12/14/2022
at Utah County .NET User Group
in Provo, UT (virtual)
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?...
Gaining Confidence with Cypress Tests
testing javascript
12/8/2022
at DevIntersection
in Las Vegas, NV
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
spa javascript testing spa
11/21/2022
at LogRocket 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
11/17/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....
Gaining Confidence with Cypress Tests
testing javascript
11/17/2022
at Conf42.com: JavaScript 2022
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
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
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
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....