3,597 questions
Your BDD tests should not use signal/r. This is an indication that you are not following BDD practices and are tightly coupling your logic.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
I'm trying to write BDD tests for a code that includes signalr code, when I subscribe to a method and call the same from a server code (.SendAsync) the subscribed method in hubConnection.On is not getting called. The same set of code works in Test project, but same thing when I try to do in SpecFlow BDD, it does not work. Is this even feasible, if yes then please let me know how.
Thanks in Advance.
Your BDD tests should not use signal/r. This is an indication that you are not following BDD practices and are tightly coupling your logic.