Hi Techies,
How to handle a polling request ? as below
Polling request : In my application there is particular scenario where separate request has been sent by client apart from the normal request we make through the browser request
This request is being sent on every 30 sec interval so thus by capturing system a function was created to sent same polling request on every 30 sec so the issue was resolved for the time being
But there was another twist this is a chat applications if any other activites happens even before the 30 sec intervals the server requires new polling request this can be detected 200 ok
So now coming to the point
1.Is there any way that I could run mutiple thread a) for normal user request b) for polling request parallel (I know I am asking for too much)
2.Simple stuff but I want know how to capture the Http 200 OK response send by server (Hey this request will be sent by server if it detects any activity in the room even by other users) so this is required when we run load test because when other Vuser logged in this(200 ok) will be sent by server to be me (hmm thats how it is designed)
In Neoload I can acheive the first point so no worry about the second point in that case (Neoload allows me run a seprate thread for polling request) how do I acheive it in LR
Share your thoughts
Thanks in advance geeks
--
Regards,
Anaz