• Execute javascript function utilizing .js file added under externalfiles

    I'm doing a PoC for generating the URL (using string and loadrunner parameters) and encrypting using AES 256 bit. ex:applicationURL/invoke&rbc={encrypted_content} I'm able to get it done using web protocol and web_js_run with below 2 files as source…
  • After login, still Error -26547: Authentication required, please use "web_set_user" observed.

    Hey, how do you handle Error -26547: Authentication required, please use "web_set_user", e.g. web_set_user("domain\\user", "password", "host:port"); [MsgId: MERR-26547]. I have been able to check that the user has successfully logged in to the system…
  • Truclient-how to get loading time of 2 chart which loading concurrent when open the web page.

    Hi All, Im using Truclient to capture object loading time when navigate/open web page. Ex, the web page have 2 plot chart, which will concurrent loading when opening the web. Could someone show me how to get loading time for each chart? Thanks all…
  • I can't create a request to download LR Professional

    Hi, for the moment I'm unemployed with a common commercial email domain. I'm asking from a company where I'm applying to do a script in vugen. At the moment of trying to dowload LR, I got this message: I clicked all possible options to Create a request…
  • Getting Proxy Auth pop up window in truclient protocal in chromium broweser in load runner

    When we are recording the script with using trueclient protocal in chromium browser once the launch the application getting proxyauth popup window then we will provide the user name and password and click sign in but in trueclient unable to capture the…
  • Can't Get LR Professional Trial

    Dear Sir/Madam, I have registered in 2022 and downloaded LR Professional 2022 at that time. Now I can't get LR Professional 2024 as I see a message on my account portal that my trial is expired. Could you please advise how can I get the new latest LR…
  • Sending JSON with curly braces via web_custom_request

    Hi all, I'm trying to create a script where I can send JSON to my server via web_custom_request. The JSON example I have from Insomnia (similar to Postman) has curly braces. Since I know LoadRunner treats the curly braces as a parameter, do I need to…
  • { "error_description":" Authorization is Invalid or expaired "error": " Invalid_request "

    Hi All, Currently i am working SSO application, while recording the application during the recording using loadrunner then directed to anathor page (one accss page). While replay the script getting 400 bad request error and verify the recording and…
  • LR for SFTP Server

    Hello We are trying to do Load Test SFTP Server. Initial thought on requirements for this testing: Send 50x1MB files in 30 seconds Pull 50x1MB files in 30 seconds Send 10x10MB files in 1 minute Pull 10x10MB files in 1 minute Any…
  • LoadRunner Vugen

    Hi, When i am trying to open Vugen am getting follow error splashScreenForm/.Netframeworkerror.pls let us know what could be reason,how do we resolve the issue. See the end of this message for details on invoking just-in-time (JIT) debugging…
  • 27792: Failed to connect to server "localhost:8888": [10061] Connection refused

    I get this error when trying to record on Nopcommerce on firefox although I edited the proxy setting to localhost and 8888
  • Though web_set user has been successful, replay scripts are failing.

    Though web_set_user is set, the replay scripts are failing at though web set user is given Action.c(151): Error -26547: Authentication required, please use "web_set_user", e.g. web_set_user("domain\\user", "password", "host:port"); [MsgId: MERR-26547…
  • Installation Issue: Roll back during Installation process

    Hello, I have configured the required Pre-requisites for Installation of Load runner community edition for my POC. While installing it goes to Roll back stage. i tried to understand the Installation Logs and Window Event logs but was not able to…
  • Need help in creating WCF call based LoadRunner script

    My Application is using combination of Web services calls and WCF calls. I have already captured the fiddler traces for Launch-Login transaction. Can anyone please suggest me the protocol to be used or method to be used to generate the LoadRunner script…
  • How to perform these actions in Load runner?

    Assign following text to a variable sParamsList - "$0Public $robotics0 0$india0 $000face book” 2.Launch https://www.opencart.com/ 3.Login 4.Click market place 5.From sParamsList , Capture the strings given inbetween $ symbols to an array sSearchStrings…
  • Microsoft VSTS to Load runner Script conversion

    Hi Experts, We are currently using Microsoft VSTS for performance testing and now planning to migrate to load runner. Most of our PT scripts use C# plugins (with embedded SQL queries), so we are looking for some utility/tool which can help us convert…
  • Not able to Record - HP.LR.VuGen.StartRecordingDialog - Object reference not set to an instance of an object.

    Hi Support , I have installed LR VERSION 2020.3 Build 305. I have clicked the record button . It throws the error message as below. So not able to continue recording and its totally showstopper. Please help us to fix this issue. Exception of type…
  • We are facing an issue of high response time when test is running with as low as 5 RPM, but the application is consistent with 2K, 10K RPM.

    We are facing an issue of high response time when test is running with as low as 5 RPM, but the application is consistent with 2K, 10K RPM. Architecture : Api Gateway (AWS us-west) -> Service Layer (AWS us-east) -> 3rd party API (AWS us-east…
  • How to exclude custom code execution time from load runner transaction

    I have custom code which will prepare a request json body based on the response form the preceding request. Unfortunately, I cannot put this custom code outside the transaction as I have correlations for some requests which are necessary to build json…
  • ReferenceError: tabId is not defined ReferenceError: tabId is not defined

    Getting the error "ReferenceError: tabId is not defined ReferenceError: tabId is not defined" in my runs. Not sure what or where this error is coming from as previous runs were successful. Full error is attached.
  • Cannot set Key File for certificate in Vugen

    Have got "testenv.cer" certificate from technical team. Converted this to ".PEM" format using open ssl (command: openssl x509 -in testenv.cer -out testenv.pem). Copied this ".pem" file to script folder and added in Extra Files from Vugen. Used below function…
  • How to correlate an attribute in Json based on a condition in vugen

    I need to extract user id from the below json response. But I should only extract user id when the absent attribute is "false". "availableUsers":[ { "userId" : 6492, "workDate" : "08 07 2020 00 00 00", "workDay" : 6, "workShortName" : "1430-2330_RCO"…
  • What all information do I need to enter while generating certificate using gen_ca_cert

    I understood that I can generate client side certificate using load runner gen_ca_cert command. But need to know what information I need to input along with that command.
  • Load runner proxy recording issue

    Hello team I am not able to login to my application from my mobile device when my load runner proxy recoding is on....but when I try to hit application directly I am able to login. Please note : 1. Both my loadrunner and mobile decide are in same network…
  • How to get the number of opened browser windows(popups) in LR TruClient (Firefox)

    Hi, In our scripts we have few steps where click on a button opens new popup browser window where we need to enter some data and close that browser window then switch the controle to main browser and do the actions. In some situations we need to check…