...

/

Testing the Blazor WebAssembly Components and Service

Testing the Blazor WebAssembly Components and Service

Learn about testing the working of components with the Northwind service.

Test the working of components

Now, we can start the Blazor WebAssembly server hosting project to test if the components work with the abstracted Northwind service that calls the customers Web API service:

Step 1: In the Server project or ...