Hi guys
We've been experimenting with SignalR. I'm having trouble getting TS to detect page load completion, browser ready, and other similar states. I find it will just sit and time out. I've tested multiple transfer methods, the biggest problem being with forever frames which is also the most common method.
A scenario example is we have a typical login page which contains a username, password, and submit button (of type submit), on submit the login page posts to another page that uses signalr.
The steps:
-Type Username in username field
-Type Password in password field
-Click Submit button <--- This is where our test fails
TS will time out saying that the button has timed out, though the page will be shown and displayed correctly. My train of thought leads me to believe that the forever frame is causing TS to not detect the page load completion.
If you have any tips or solutions I would love to hear them!
Cheers
Jon