Building Better Blazor Unit Tests - Lessons From Automating WPF Tests
October 23, 2023
• 758 views
blazorblazor ui componentsblazor tutorialblazor serverdotnet blazorblazor dotnetblazor programmingblazor testingunit testingblazor unit testingblazor bunitbunit blazor testingrazor componentswebassemblyblazor webassemblyxunit blazoraspnethow to test blazorunit test blazor componentsunit testing blazor componentshow to unit test blazorblazor testing tutorialbunit tutorialbunitrazor pagestest razor pageswpfxamlwpf tests
I've been writing tests for all sorts of different C# applications for many years. These include console applications, services, WPF apps, and even old-school WinForms applications! And when it comes to tests, we have all sorts of different flavors including unit tests, functional tests, and even things like UI automation tests. Here's an example of an approach I like from my WPF days applied to Blazor unit testing.
Have you subscribed to my weekly newsletter yet? A 5-minute read every weekend,...
