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

Re: Navigate to url failed - end event error due to network timeout

$
0
0

Hi Vikas,

Glad to hear "DOM Content Loaded" addresses the end event issue. 

Scripting level 2 means steps that are marked as level 2 will run as well. I think it is better spotting which step level 2 needs to be changed to level 1 and then run the script in level 1. Running the script in level is mroe likely to fail.

Regarding the failure in Performance Center, it is probably a different issue. Do you happen to have a function library in the script? We have seen cases where function library is not being uploaded to Performance Center. 

Regards,

Shlomi


Re: i am not able to launch the web application using Truclient IE Broswer

$
0
0

Hi,

Please try to run VuGen as administrator and see if it is of any help.

Please share a screenshot of the error you are getting when you try to Launch TC IE.

 

Thanks,

Shlomi

Re: While I am replay back to my Vuser script I am getting following Error

$
0
0

How I will correlated the dynamic value ??

How to change proxy settings for VuGen according to the IE settings?

$
0
0

I am trying to record user actions from a certain website inside a secured local network. I am able to access this site via IE (Version 11) and FF (Version 45) when some proxy settings are set as follows:

IE_settings.png

I tried to set the same settings inside the VuGen Client under

VuGen > Replay > Run-Time Settings > Load > Browser 

as follows:

LR_settings.png

but what to put into the text field? I tried the IP adresses associated with the proxy server I found in the IE settings, but it did not work. How to fix this problem, so that I can access the web-site using TruClient, and to record some user-actions?

Re: How to change proxy settings for VuGen according to the IE settings?

$
0
0

Found the answer:

 

The settings for LoadRunner are not intuitive. You have to change 'special' settings fpr TruClient to be found under

Tools > TruClient General Settings > Browser Settings > Common Settings > Proxy Selection > Activate 'User automatic configuration script' (without any other data inserted).

Ramp up Calculation in performance Testing

$
0
0

Hi All,

Can you please let me know if there is any industry standard  Vusers rampup calculation like Liitle's law for think time and pacing??

What are all the criteria to be considered before deciding ramp up pattern for Concurrent users?

 

Thanks in Advance 

Madhu Babu

Re: Getting error in replay the script after parameterize username and password

Is there any workaround to record file uploadimg to the browser in true client protocol

$
0
0

we are recording one application developed by java script with true client protocol. In that application i need to upload pdf document. that file upload part is not recording in true client protocol. 

Can  any one suggest me is there any workaround for this.

Thanks in advance


Re: Ajax TruClient LR 12 display error/output message.

Re: Ajax TruClient LR 12 display error/output message.

$
0
0

Hi,

How can I print Load generator name in trueclient script similar to lr_get_host_name( )

Thanks,
Lakshmi

Re: Ajax TruClient LR 12 display error/output message.

$
0
0

You can add a c-function step in TruClient. In the c function call lr_get_host_name( )

icawebwrapper.msi cannot be found while trying to record using using Citrix ICA protocol in Vugen

$
0
0

Getting this error whenever he tries to record using Citrix ICA protocol.

Error msg: "The path C:\Windows\TEMP\Ctx-ATEB...\Extract\ICAWebWrapper.msi" cannot be found. Verify that you have access to that locationa nd try again, or try to find teh installation package ICAWebWrapper.msi in a folder from which you can install teh product Online plugin"

I was not able to find the ICAWebWrapper.msi online and whenever tried to install the “online plugin” file it said its already installed.

Even after doing a fresh install of Vugen, I am still getting the same error.

Any help would be much appreciated.

Re: Is there any workaround to record file uploadimg to the browser in true client protocol

$
0
0

TruClient supports standard file upload (try recording this URL for example: http://cgi-lib.berkeley.edu/ex/fup.html) 

There are JavaScript widgets that wrap the standard file upload in their own logic. Those are more challenging to support. In most cases it is possible to overcome it as well. 

Can you please explain the issue in more details? Is there a step that is not being recorded? Is the replay stcuk?

Can you share a screenshot or public URL we can experiment?

Thanks,

Shlomi

Re: Does Loadrunner truClient gives support for Edge browser?

Java Record Replay Compilation process failed

$
0
0

Hi,

I am using LoadRunner 12.5 to record with Java Record Replay protocol a JNLP aplication.

I mannaged to record it but when I run it the following error ocures:

Compilation process failed. [MsgId: MERR-22997]
The system is out of resources. [MsgId: MERR-22986]
Consult the following stack trace for details. [MsgId: MERR-22986]
java.lang.OutOfMemoryError: Java heap space [MsgId: MERR-22986]

P.S. In runtime settings at additional VM parameters I used -Xmn2048M -Xmx2048M an less but with no result. Same error.

I am using a Windows Server 2008 R2 on a virtual machine with 16G of ram.

Can anybody help me?


Re: Java Record Replay Compilation process failed

$
0
0

Hi,

 

Please check in the jnlp file for Heap  and increase it.

I hope you have implemented the PATH , CLASSPATH and downloaded all the jars (given in  jnlp file).

 

As per Document ID: KM169714,  You have to configure all the settings  for JNLP  configuration . If all the the settings are correct, start recording and stop it immediately without any event and replay the empty script . You should not get any errors.

 

Please let me know whether your application is JMS ,JACADA or CORBA  0R RMI .  Also choose the correct option from recording option during recording.

 

 

Re: Is there any workaround to record file uploadimg to the browser in true client protocol

$
0
0

Hi Shlomi Nissim,

I couldn't able to access your suggested URL  http://cgi-lib.berkeley.edu/ex/fup.html) .  Throwing an error requested URL not found on this server.

My requirement:

While recording an application i need to select file from desktop. 

Step:

While click on browse file, it will open a pop up to select file. I need to choose file and click on open,

File needed to upload into my application. Then i have view file button to see the file that was uploaded.

Issue:

In true client protocol in not recording non browser action. i.e pop to select file, choose file and click on open button.

 

Re: Unable to launch controller after successful integration

$
0
0

Any resolution for the error mdrv.exe while running through Dev Ops Vuser?

Re: Error in Selinium Scripts Execution in Loadrunner through Eclipse

$
0
0

Any resolution for the above issue?

Connecting to Oracle DB using lrd_open_connection

$
0
0

Hi

 

I am trying to connect to Oracle db using lrd_open_connection , but I am not sucessful, please advise if you have any sample code ...

I used :

lrd_open_connection(&Con1, LRD_DBTYPE_ODBC, "usrname", "pwd","devdb1.xxx.com:1521", "TST", Ctx1, 1, 0);

where TST is Database name...

 

I got error : ERROR, return-code=LRDE2003.

Please recommed, I want to simulate Load using vugen with 25 users....with oracle DB

Viewing all 12134 articles
Browse latest View live


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