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.
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.