Search⌘ K
AI Features

Testing the Blazor WebAssembly Components and Service

Explore how to test Blazor WebAssembly components and services by running the Northwind.BlazorWasm.Server project, monitoring HTTP requests in browser developer tools, and verifying actions like adding, editing, and deleting customers through the UI. This lesson helps you understand the client-server communication and debugging process in Blazor WebAssembly applications.

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: ...