Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all 12134 articles
Browse latest View live

Re: Recording issue observed with VUGen TruClient (12.50) while login to Salesforce application

$
0
0

Hi,

Please open support call and HPE support will assist you.

Regards,

Shlomi


Re: Setting Exceptions in Run time settings

$
0
0

The first half is internet ,the seconnd half uses intranet connection. How to set this before recording?

Re: Setting Exceptions in Run time settings

$
0
0

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.

Re: Load Generator setup

$
0
0

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

Re: How to enable Terminal Services on LoadRunner

$
0
0

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

Truclient wait for object

$
0
0

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.  

Re: Whether Loadrunner version 12.02 is Java 1.8 supported?

$
0
0

Hello Mark,

Can you please point out the work around to use Java 1.8 with Loadrunner 12.02 ?

LoadRunner 12.53 do not record any application under IE11

$
0
0

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


Re: LoadRunner 12.53 do not record any application under IE11

$
0
0

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.

Re: Truclient wait for object

$
0
0

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

Re: LoadRunner 12.53 do not record any application under IE11

$
0
0

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.

Re: LoadRunner 12.53 do not record any application under IE11

$
0
0

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.

Re: Vugen recording issue - Website's security certificate error(Solved)

$
0
0

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!?

Vugen failing to record HTTPS traffic even though certificates installed.

$
0
0

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.

Re: Setting Exceptions in Run time settings

$
0
0

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


Re: LoadRunner 12.53 do not record any application under IE11

$
0
0

Hi,

I am local admin on the machine, nevertheless I have tried it anyway. But no luck. Still the same result.

Re: Query in lr_xml_get_values() function

$
0
0

Hi 

Re: Query in lr_xml_get_values() function

$
0
0

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.

 

 

Re: Query in lr_xml_get_values() function

$
0
0

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

Trueclient Script Action Separation-- Init--Action--End

$
0
0

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.

Viewing all 12134 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>