.NET to the Core: Integration Testing Techniques for ASP.NET Core with Martin Costello

preview_player
Показать описание
About the session:
Developers love to write software, but they don't like having to fix bugs in production. Being able to find issues with code early in the development cycle can pay dividends in reduced time to make changes, paying down technical debt, and improving quality.

Join Martin as he shows some techniques that can be used to write integration tests for ASP.NET Core that provide high coverage with minimal effort. Topics covered will include in-memory testing and browser-based UI testing, all within the context of an ASP.NET Core 6.0 application using Minimal APIs.

Using these approaches, you can help make your inner-loop developer experience more productive and boost confidence in your local development work.

---

About Martin:

He's been working in software development since 2006 in both quality and engineering roles, and specialises in .NET and C# and is passionate about software quality. Martin also enjoys contributing to open source when he can, and keeping up-to-date with the latest developments in the .NET community.

Outside of software, Martin enjoys science fiction, cinema, and maintaining his 2,000+ day French streak on Duolingo.

You can get in touch with Martin on Twitter using @martin_costello.
Рекомендации по теме
Комментарии
Автор

thank you. I wish we had better end to end testing on the ms docs.

litan
Автор

Is the code for this talk available anywhere?

BoulderBrow