In Memory Automated UI Testing ASP.NET Core
In this article we look at how to run in-memory automated UI tests for an ASP.NET Core web app using Playwright and NUnit.
We believe the best solutions are born from experience, not just theory. Here, our team shares a blend of strategic insights and technical deep dives from our work building complex systems for leading companies. You'll find practical lessons on engineering excellence, coupled with the commercial awareness needed to drive real business results.
In this article we look at how to run in-memory automated UI tests for an ASP.NET Core web app using Playwright and NUnit.
This article provides some tips for arranging unit test data and how to create practical complex test data using the Builder pattern with C#, .NET and xUnit.
Using Fluent Assertions can greatly improve .NET unit test code. This article gives some .NET developer tips after a re-visit to the docs and a version update.