Share via

Unit Testing Frameworks for the Blazor web assembly project

ROJAKUMAR GORIPARTI 6 Reputation points
2022-01-13T04:59:08.953+00:00

Can you please let me know the available Unit Testing Frameworks for the Blazor web assembly projects and how to implement it ?

Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
Developer technologies | .NET | .NET CLI
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-01-14T06:52:42.827+00:00

    Hi @ROJAKUMAR GORIPARTI ,

    Now, there's no official Microsoft testing framework for Blazor, but the community-driven project bUnit provides a convenient way to unit test Blazor components. For example. bunit.

    Notice: bUnit is a third-party testing library and isn't supported or maintained by Microsoft.

    Mode details, you could refer to this article.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.