Chris Sainty 12/17/2019

Introduction to Blazor Component Testing

Read Original

This article introduces a prototype unit testing library for Blazor components, created by Steve Sanderson. It discusses the lack of testing support in Blazor's initial release, compares unit testing and end-to-end testing, and explains how the prototype aims to combine their benefits. The post includes a practical example of writing a component test using XUnit and a TestHost.

Introduction to Blazor Component Testing

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week