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

Why Digital LoadRunner Servers are trying to communicate with HP public IP 131.124.92.175

$
0
0

Digital LoadRunner Servers are trying to communicate with outside HP IP 131.124.92.175 on port 443 which is denied on firewall as no firewall rule exists.

Can anyone please let me know why the Load runner servers are connecting to public IP of HP.

Prompt response is appreciated.

 

Thanks in advance

Sanjib 


Re: TruClient for IE is crashing

How tp record Siebel OpenUI Application in normal mode of Chrome ?

$
0
0

Hi,

i am recording siebel OpenUI application using loadrunner 12.05 in chome browser but as i start recording using chrome, it always open in incognito mode in which page won't get load properly. Even after refresh same problem.

But when i try to open application manually in normal mode of chrome, it opens in proper way but not in incognoto mode.

So want i know how can i record application in normal mode of chrome using loadrunner 12.05 ?

Chrome is only recommended for this application by one of my client.

Kindly help.

Thanks

 

LoadRunner imap logon referral support

$
0
0

Has anyone have an idea if imap_logon supports rfc 2221 (referral)?

Thanks

Re: LoadRunner 12 / Load Generator Unix/Linux

$
0
0

I am also facing the same issue.  

Re: LoadRunner 12 / Load Generator Unix/Linux

$
0
0

Hi Brian & GVR,

Can you please share the location from which you downloaded the package?

I would like to check this and if thers is a problem in the package.

Thanks,

Lior

Finding largest value from the list of values

$
0
0

Hello All,

I have a scenario .. where i need to capture all the rate card data and find the largest value (Select) and move 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 parameter function.

Below is code where im facing an issue.

Please help me where im wrong.. 

//initilization

char arr[10];
int y[100][100];
int location=1, maximum;

//Storing values in array

n= atoi(lr_eval_string("{Correlation1_count}"));

for(i=1;i<=n;i++)
{
sprintf(arr,"{Correlation1_%d}",i);
sprintf(y[i],"%d",atoi(lr_eval_String(arr)));
}

//finding highest value from array
maximum = atoi(lr_eval_string(y[1]));

for(i=1;i<=n;i++)
{
if (y[i]>maximum)
{
maximum= y[i];
location =i+1;
}
}

 Thanks in advance.!!!!

Regards,

sai

Re: How tp record Siebel OpenUI Application in normal mode of Chrome ?

$
0
0

Hi Ok_harsh,

Chrome opens in incognito mode by design, as we want LoadRunner to record with an empty cache each time a recording session starts.

if it will open in clean mode, it will come with additional "baggage" which may render the script as non efficient.

I would suggest maybe adding an additional business logic in the vuser_init action to fill the gaps that are added when working in regular mode.

Hope this helps,

Lior


VUGen using 64-bit JRE- Not able to record via Java over HTTP - App does not start

$
0
0

Hi All,

 

Am trying to record a Java Application, however the VUGen is starts recording in 64-bit mode -

[API Trapper (14cc: 7cc)] Recording in 32-bit mode: D:\Users\<Username>\Downloads\<AppName>.exe
[API Trapper ( 534: 928)] Recording in 64-bit mode: C:\Program Files\Java\jre1.8.0_60\bin\javaw.exe

 

It is working on the other machine where it uses a 32-bit JRE.

 

Have tried out by changing the Path and Class path variables to include the desired 32-bit JDK.

Also changed the Recording Options -> Java VM, however it is not working.

 

Thanks and Regards,

Suresh.

Install latest version of flash player plugin while recording using LR 12.01

$
0
0

I am facing issue while recording application in load runner 12.01 using tru client Ajax- Firefox protocol and the recording window shows" Please install latest version of flash player".

Have also tried to record using Ajax tru client-IE11 but the application functionality doesnot work correct.

 

 

Can you please help on how to overcome this flash player plugin issue.

Request per sec?

$
0
0

Hi,

How do i have acheive X amount of Requests per sec for a certain scenario using loadrunner controller?? Is it same as using goal orieneted scenario with goal type as Transaction per sec and reach goal of X TPS.

Please  clarify if Request per sec is same as TPS.

Re: Request per sec?

$
0
0

Hi Jaggs,

Requests are single http calls sent to the server, Transactions are groups of requests (i.e. contain several requests).

You can use a goal oriented scenario and set a goal of X hits per second - this, I believe, is the closest to what you want to achieve.

Hope this helps and good luck,

Lior

 

Re: Request per sec?

$
0
0

Makes sense to me now.

Thnxs Lior

Re: VuGen was unable to connect to the selected application to record the HTTP traffic

$
0
0

I change the Socket level data to WinNet level data in the Recoreding Option, and it worked. 

Re: LoadRunner 12 / Load Generator Unix/Linux

$
0
0

Hi Lior,

I was looking for web_installers folder in HP_LoadRunner_12.02_English_T7177-15051.zip folder.  This is full installation folder.  Correct me if am looking at the wrong place.

Thanks

GVR


Re: Vuser Ramp Issue

$
0
0

Hi Vesela,

We have upgraded to LR12.  It worked fine for few days and then same problem occurred again.   After lot of investigation, we have observed that it looks like the issue is due to time sync client applicaiton that was running on this machine was causing the issue.  When the offset is very high (more than 10seconds), load runner behavior changes.  We want to use the time sync client for syncing time from time server because we are using Windows VMs as load runner controller and generator boxes and time drfits lot of times in VMs.  Please suggest if there is any good solution for syncing time in windows and linnux VMs.  FYI, the tool name we are using is "timesynctool".

Thanks

GVR

Re: Finding largest value from the list of values

$
0
0

Hi Sai,

Can you describe the problem you are facing with this code?  Are you facing compilation issues with this code?  Or something else?  How many chracters/digits does each rate card data have?

Thanks

GVR

Re: Install latest version of flash player plugin while recording using LR 12.01

$
0
0

 You can Enable Flash in TruClient

  1. Download Adobe Flash Player manually from http://get.adobe.com/flashplayer/
  2. Find NPSWF32.dll
  3. Interactive mode: Copy into <LR installation>\bin\firefox\plugins
  4. Load mode: Copy into <LR installation>\bin\gecko\plugins

Re: Finding largest value from the list of values

$
0
0

Hi ,

 

Please find the error screenshot.

My scenario is to find the rate card values .. which are integer and find the largest among the list and position of the value because a dynamic value related to that value which should be captured.....

 

 

Re: Vugen replay error with dynamic URL

$
0
0

Hi, I have a similar problem was this post finally resolved??

Viewing all 12134 articles
Browse latest View live


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