Hi,
Please open support call and HPE support will assist you.
Regards,
Shlomi
Hi,
Please open support call and HPE support will assist you.
Regards,
Shlomi
The first half is internet ,the seconnd half uses intranet connection. How to set this before recording?
Hi
When it comes to recording, you need to change the settings in internet explorer as usual.
Out of my head it is something like Internet options -> Connections -> LAN settings and then Click on Advanced and enter the Exceptions in the bottom .
br /ola
Please mark post as solved if your problems or questions is/are resolved.
If this post was valuable to you, please consider kudo it.
Hi,
Ideally the Load Generators should be located where real users are going to access the application from. It is not always doable, you should consider whether the load you are going to generate over the network is going to impact the day to day work of employees at your company.
If you cannot locate the Load Generators in desired location you can use Network Virtualization to mimic the latency.
Regards,
Shlomi
Hi,
No additional LoadRunner license is required. You will need to install Terminal Server on the Load Generators (it is built-in in Windows) and purchase license in case the default connections allowed is not sufficient for you.
Terminal services inetgartion is good to scale up UI level protocols which are limited by Windows GDI limit per Windows session. I would think twice before using it in other use cases.
You can read more about it here
https://community.hpe.com/t5/LoadRunner-and-Performance/Enhancing-the-number-of-TruClient-Vusers-using-Terminal-Services/ba-p/6897517#.WB-gCvl974Y - this article is about TruClient but it is applicable for any other protocol
Here is the relevant online help page: http://lrhelp.saas.hpe.com/en/12.53/help/WebHelp/Content/Controller/t_use_terminal_services_manager.htm
Rergards,
Shlomi
The wait and wait for object do not seem to really work as I would expect. I really need events to happen, once a page is fully loaded, and an object appears. I have tried WAIT, with a specifici amount of time, and also WAIT FOR OBJECT, but not getting the results I think I should expect. for example, click a button, and then a new page or popu appears. I can't do anything until the page or popup is fully loaded, to perform the next action.. I can identify the object when running interactively, and often in the run in GenVU, but not controller. I have tried several things, but really need a better (more consistent) way to not perform an action before the page fully loads (including any and all images, which might take 2-15 seconds) I currently have the wait for object run time setting at 30 seconds, but find it hard to believe the app is taking longer than this. I have tried using different parts of the page/popup, but no luck so far. Please advise.
Hello Mark,
Can you please point out the work around to use Java 1.8 with Loadrunner 12.02 ?
Hello,
our LR can not record any application under IE11. We ar using LR 12.53 and Web - Http/Html protocol (WEB 2.0 bundle). System Windows Server 2008 R2 Standard.
I tryied everything. For example turn off SSL and so on.
Do you please have any advice how to solve it?
Thank you very much
Pavel
Hi
Could you describe how it is not working? Crash of vugen, no events recorded or some errormessage?
br /ola
Please mark post as solved if your problems or questions is/are resolved.
If this post was valuable to you, please consider kudo it.
Hi,
it sounds like you did what you had to do hence it is hard to determine what is wrong without seeing the script.
I suggest setting the end event of the step that triggers the page load to be either Document Loaded or Step network completed and assign long enough timeout value on the Wait for Object.
When you run the script from Controller you can configure the script run time settings to allow viewing the browser in order to better understand where it fails. Configure the group in Controller to run only 1 Vuser, add the following argument to the command -paint_window_in_load 1 and follow the browser invoked in the Load Generator machine. If you are running from Performance Center paint window in load will not work, it requires a different configuration.
Regards,
Shlomi
Hi,
There is no message. The events seem to be recorded but when the script is about to be created, the LR just falls down.
Ok.
When LR just dies, my only suggestion is to try to "Run as Administrator" when starting vugen. This have worked some times for us, and only first time was needed.
br /ola
Please mark post as solved if your problems or questions is/are resolved.
If this post was valuable to you, please consider kudo it.
None of these solutions fully work.
Basically theres no support from HP for this by the looks of it and Ive attempted every single permeatation of the config.
CAN SOMEONE PLEASE PROVIDE A WORKING SOLUTION!?
I have been attempting to record a HTTPS url. Initially when I attempted to record the traffic, I was hit with this error:-
VuGen has detected that the application has encountered the following error:
The SSL Authentication Failed. Try adjusting the Port Mapping settings (Recording Options>Network>Mapping and Filtering)
I tried to do this various ways.
1. I switched the auto detect off for SSL - THIS FAILED
2. I chose a specific encryption type that I know to be ours - TLS1.3, this failed.
3. I turned off the two options. This failed to pick up any traffic
Currently this is very frustrating and I do not know why this is failing.
Can someone please help.
Nothing is recorded when I donot select the option(use the loadrunner proxy to record a local application). This option by default removes all my IE advanced settings
Hi,
I am local admin on the machine, nevertheless I have tried it anyway. But no luck. Still the same result.
Hi Ola Berggren,
As per your advice, I went through the tutorial and tried many times, but I am unable to fetch the first name of the person on the basis of his extension number.
I am able to fetch the values that are at the same level. For example, the first name of the person whose last name is 'Raja', city name of the person whose phone number is 8015498.
I am looking for your valuable comments.
Regards,
Sachin
Hi
You can use levels in the search queries also and should think of the [ ] as having.
In your example this would mean
"Query=/MySchool/student[address/phone=\"8015498\"]/name/firstname",
or explained - student having adress with phone 8015498
br /ola
Please mark post as solved if your problems or questions is/are resolved.
If this post was valuable to you, please consider kudo it.
Hi Joshi,
below Quary is working for both the cases, i.e student and teacher
"Query=/MySchool/*[address/phone=\"8015499\"]/name/firstname",
Thanks,
Ravi Kumar
Hello,
I am facing an issue with trueclient protocol. I have recorded my script in Action, then while enhancing I have separate the login into INIT , followed by steps in main action and then Logout in END. I have cut and paste the steps in INIT and END.
The problem is after login in INIT, I am getting a blank page on ACTION, same in case of while switching from ACTION to END. Please let me know how to fix this.