Virtual User Generator is freezing my browser
Hello everyone, how are you today? My name is Thiago and I'm learning about Load Runner but I've encountered this "issue" I'm learning from the tutorial and when I try to record the first lesson, if...
View ArticleRe: Virtual User Generator is freezing my browser
Hi ThiagoCould you please check if you have DEP and UAC disable?The message shows that it is blocked by a security application. In addtition try to run the VuGen as administrator Rodolfo Leitón
View ArticleRe: Script Generation takes an exceptional amount of time (LR 11.52)
HiIn the Recording Options go to Correlations - Configuration. You could uncheck Record Scan and Replay Scan and only keep checked Rules Scan. Rodolfo Leitón
View ArticleRunning Java VUser on Unix LGs
Hi all, We planned to migrate all our LGs from Windows to Unix servers (RHEL 6.5). In order to do so, I would like to know if there is any way of running JAVA VUser scripts on unix LGs. If I refer to...
View ArticleRe: Running Java VUser on Unix LGs
Hi Christian, As not all protocols can work with a UNIX LG, only the following can:•Web (HTTP/HTML)•SAP Web•Mobile Apps (HTTP/HTML)•Siebel Web•WinSocket•Web Click and Script•AJAX Click and...
View ArticleRe: Running Java VUser on Unix LGs
Hi Christian, In addition to Chau's replay the official information is published in the PAM and the read me for the corresponding version of LoadRunner and running of Java VUser on Unix LGs is...
View ArticleRe: Running Java VUser on Unix LGs
So as I suspected, there are no workarounds. Thanks for the answer, Christian
View ArticleRe: Virtual User Generator is freezing my browser
Hi rleitonsyes I had DEP activated but i just deactivated and I dont have UAC. Also I tried to run VuGen as administrator and still does not work. I got the same message. I think is something about...
View ArticleRe: Virtual User Generator is freezing my browser
Hi Thiago, If your Java version has this feature, please add WebTours url to the exception list as per the following document: https://www.java.com/en/download/help/java_blocked.xml Exception Site...
View ArticleWEB(HTTP/HTML) + Cookie + Parameter
Hello guys, On the internet, there's a lot of ways about getting values from cookies and saving it in parameters.. however.. How can I add a cookie with a parameter's value??...
View ArticleRe: WEB(HTTP/HTML) + Cookie + Parameter
Hi Alisson, Hope you are fine! What is the version of LoadRunnner you are using? What is the version of the Internet Explorer Browser? Kindly waiting your replies about the above quetions. Thanks and...
View ArticleLoadrunner Automation Issues
In controller, we can add script and modify the PARAMETERS of script by Vugen UI.But, if we want to do automation, how can we do that in command line if we want to change PARAMETERS of scripts? I know...
View ArticleRe: Loadrunner Automation Issues
Hi, Please describe more details about "change PARAMETERS of scripts".In Controller, you want to do some actions like: create new parameters, change value of the existing parameter files in your...
View ArticleRe: Seems like often popups fail when TruClient IE script is run within...
Hi Guy, This particular issue where the popups fail when magent is running as a service, can you indicate if this is solved in HP PC 12? My organization is moving towards version 12, hence the...
View ArticleRe: Loadrunner Automation Issues
I mean the "Parameter List" of script defined in Vugen, Is there a way to change parameter values when running this scenario in command line?
View ArticleRe: Loadrunner Automation Issues
To change the parameter values in Parameter list of your scripts, there is only way that you open your scripts in Vugen UI and change them. Regards,Chau Nguyen
View ArticleRe: WEB(HTTP/HTML) + Cookie + Parameter
LoadRunner 11.52Internet Explorer 8 Thanks for your reply!
View ArticleRe: WEB(HTTP/HTML) + Cookie + Parameter
To explain..I'm trying to add to cookies a variable's value got from save_param.p.e.web_reg_save_param("SessID","LB=JSESSIONID=","RB=;",LAST);web_add_cookie("SESS={SessID}; DOMAIN=myDomain");
View ArticleRe: Loadrunner Automation Issues
One simple possibility is to use parameters of the File type (comma separated file, tab separated, etc). This way you can easily automate the manipulation of parameters outside of Vugen.
View ArticleRe: WEB(HTTP/HTML) + Cookie + Parameter
This shouldn't be a problem. Here is what I used in a script this morning, and it works a treat.// Fake the cookie lr_save_timestamp("pTimeStamp", "DIGITS=13");...
View Article