• How to record websocket requests and responses in Loadrunner?

    A project has a web application that is made on websockets for real-time language translation, I was trying to record it via Web HTTP/HTML protocol in Loadrunner but am unable to see the questions I had send and the response received from the server captured…
  • web_web_socket_connect is failing to connect with Error Invalid HTTP Status

    I have been trying to connect to a WebSocket by using web_web_socket_connect function. The script was initially recorded. When I play back the recorded script, the WebSocket is not connected, nor I can see the HTTP Status as '101' in the fiddler when…
  • How to record desktop application based on websocket protocol in LoadRunner ?

    Hi, I need to record desktop application which is using Websocket protocol in LR. This is a Student-Proctor app where student is taking online assessment and uploading the answers. I tried to use websocket protocol while recording but application…
  • Web Sockets - 'The WebSocket ID="0" already exists [MsgId: MERR-35164

    Hi Folks I'm hoping someone can help! My flow is: web_reg_save_param ( "ConnectionID" , "LB=connectionId\":\"" , "RB=\"," , LAST ); web_custom_request ( "negotiate" , "URL=https://<---- my Link ----->" , "Method=POST" , "Resource=0" , "RecContentType…
  • Websocket connection issue

    Hi, I am trying to develop script for a Chatbot application. But it fails at the connection itself. I have tried adding headers corresponding to websockets, but it doesn't help. Below is the error I am receiving from OnErrorCB0: WebSocketCB…
  • Using web_websocket_send in async way?

    Hi everyone! Is it possible to use web_websocket_send in async way for Polling? I need async using of websockets for implementing custom heartbeat: every 30 seconds clients send a string with custom heartbeat to the server the server doesn't respond anything…
  • problem about websocket connection

    HI, First of all, please excuse my english. i have a problem about websocket connection. os: windows 7 64bit loadrunner version : 12.50 protocol : WEB - HTTP/HTML script data web_websocket_connect ( " ID = 0 " , " URI = ws://192.168.0.134:10038/push/echo…