• Button Selection Editior is not enabled in LoadRunner 2022 R1

    I am unable to edit the button selection editor option available for Generic Browser Action step used to handle Confirmation Dialog Boxes.I am currently using LoadRunner 2022 R1.
  • LoadRunner Analysis Command Line Options

    Hi All, I am trying to generate a report template directly by using the LoadRunner Analysis Command line options that I found here on the community posts but I'm unable to do so. It only opens the .lrr file and shows the summary report instead of…
  • Aproval Time for the free trial version of LoadRunner Professional

    Hi, how long does it normally take for you to approve a free trial request? I'm currently in a 2 and 1/2 month internship and I need to use the software. I filled and send the form request on the 4 of April 2024. Thank you.
  • The 20 transactions max in the controller response time graph view and N/A in numeric column view is unacceptable! Need to be able to have insight on all transaction performance!

    All, This must be changed again. back in effect starting somewhere in a patch beyond LR2022R2 and also in LR2023R1. This is a unacceptable mindset to limit this being shown not only in the colored graph view but, also the actual reponse time in the…
  • Need to finding largest value from the list of value and pass as parameter

    Hello All, I have a scenario .. where i need to capture all the data and find the largest value (Select) and pass to next request to next page. To find all the list of values i did correlation .. ord=all,i could see all the list of values in correlation…
  • How to press the ALT+F4 keyboard using true client script.

    Hi Team, How to press the ALT+F4 keyboard using true client script. I need to achieve this to close the window authentication popup which occurs at the time of test exeuction. Kindly help me on this. Thanks and regards Pragadheshwaran
  • vuGen Training for 2022 R1 version

    Hello Team, New employee here. I need to have access to the basics such as downloading the 2022 R1 version. The site did not let me. It used to be a vuGen class for scripting. I need to train new users of the tool on the basics. Is there anybody…
  • 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
  • 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…
  • LR Encrypt algorithm

    Hi, Currently I am using the Password Encoder of LoadRunner to encrypt my password and then passing it from parameters. Since I have huge number of passwords, it difficult for me encrypt password one by one from LR's Password Encoder. Do someone knows…
  • SAPGUI htmlviewer dom get property

    Hello, I'm scripting under SAP Gui protocol and I want to enhance my script with error handling. The functionnal test I script is in SAP BW, using Tcode RSRT and then execute a query. However the results are not on displayed on a standard page,…
  • Unique each iteration without block size

    Hello Folks, I would need input regarding the book size.i have scenario to use OTP which is unique each iteration. it's working fine with 1 user in PC. however, when increase 2 users is failed because if Automatic block size(second user is picking the…
  • None of the browser is invoking when trying to record the scripts.

    Hello Folks, I have been trying to record the scripts by using VUGen. But none of the browsers are invoking to record the activities. I have verified all the setting of the VUGen, Browsers, Server, Browser setting etc. I have verified with the real time…
  • User configuration with time

    I need one information which i am not able to figure it out - I want to run my script in LRE where my requirement is as below - 20K user for 60 mints where 1 user will be hitting in every 3 second So, I want to know where exactly I need to…
  • rest api authentication: How to send NTLM Auth info to server in header in vugen

    web_set_user ( "domain\\username" , password , "host:port" ); web_rest("CertificateMaster", "URL=url", "Method=POST", "EncType=raw", "BodyFilePath=body.json", "Snapshot=t01.inf", HEADERS, "Name=Content-Type", "Value=application/json", ENDHEADER, LAST…
  • Getting RDP Negotiation failure while recording using RDP Protocol

    Hi, Am trying to record the below scenario using multi protocol ( Web - HTTP/HTML and RDP(Remote Desktop Protocol)) Our scenario is like, login to the web application and perform some steps Then it will download a RDP file and we have to click…
  • (LR) Support Tip:unable to connect to the remote machine during recording when using RDP

    Please make sure that the server is configured to allow connections from computers that are running any version of Remote Desktop. For details, please check https://softwaresupport.hpe.com/km/KM03083260
  • (LR) Support Tip: LR 12.55 Recording Summary

    In 12.55, VuGen introduces the new Recording Summary report, allowing the user to: View general information on the recording session View detailed information on hosts, content types and headers Conveniently Manage traffic filtering (as available in the…
  • (LR) Support Tip: LR 12.55 and ABC (Attibute Based) Correlations

    LoadRunner 12.55 has added a new correlation API, the ABC Correlations, this correlation API sse HTML resolving to look for correlation values. API Usage: int web_reg_save_param_ex ( “ ParamName =<output parameter name>”, // required “ TagName =<interested…
  • (LR) Support Tip: LR 12.55 and Dynatrace

    Dynatrace integration has been added to LoadRunner 12.55. Dynatrace monitors, detects and diagnoses problems in real time, drilling down to the offending code for fast resolution Also manages the availability and performance of software applications and…
  • (LR) Support Tip: VuGen behaves different than browsers when responding to a redirection with fragme

    When following a redirection URL during replay in Sockets mode, VuGen will not omit any fragment part of the redirection URL and will send it as part of the GET request. For example, if a server responds with a redirection and the URL has a fragment:…
  • (LR) Support Tip: Analysis converts values greater than 10 billions to a wrong scientific format.

    When retrieving Raw or Graph data for a graph in Analysis, it exports wrong scientific numbers for all values that are greater than 10 billions. Example: The number 9 966 410 000 is correctly converted to scientific format 9.96641E9 but 10 036 000 000…
  • (LR) Support Tip: Does LoadRunner support UE-V for OS Win10?

    Please refer to the link below for User Experience Virtualization (UE-V) for Windows 10 and LoadRunner Support: https://softwaresupport.softwaregrp.com/group/softwaresupport/search-result/-/facetsearch/document/KM03015606
  • (LR) Support Tip: Oracle 2-Tier script in VuGen requires 32-bit and 64-bit clients to be installed

    To record and replay Oracle 2-Tier script in VuGen in versions 12.50 , 12.53 and 12.55 both 32-bit and 64-bit clients need to be installed as the 32-bit client is required for replay. For more details about 64 bit recording please check Troubleshooting…
  • (LR) Support Tip: Error: 'RangeError: Maximum call stack size exceeded

    The error: 'RangeError: Maximum call stack size exceeded' can appear during replay a VuGen script in which JavaScript engine is used. The problem is observed when trying to pass an object that exceeded the max range JavaScript can handle. To overcome…