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 folder, start the Northwind.BlazorWasm.Server website project.

Step 2: Start the browser, show the “Developer Tools” option, and select the “Network” tab.

Step 3: Navigate to the following URL.

Get hands-on with 1400+ tech skills courses.