So I'm trying out Test Studio and it's very nice.
Super easy to create web tests for my Blazor application and apply various checks/validations etc.
But when I checked out the load testing it seems like it is an HTTP load testing tool similar to JMeter where it only makes HTTP calls to the application. I created the profile from my web test which appears to have captured all HTTP traffic.
But Blazor is using SignalR so I'm wondering if I can truly load test my Blazor application using Test Studio?
Thanks,
Ed