I am trying to perform a load testing on a website which uses blazor/SignalR framework. so till the login it is sending https calls directly but after the login is completed, wss protocol is established and the communication happens only through messages. The messages are binary coded.
Thanks
I went through other tutorials and blogs but couldn't get a practical solution. Can anyone help me with this? and what should be the approach?So how can I record these calls and create dynamics scripts on Jmeter, Load runner etc. tools?