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

Load Runner -COM/DCOM PROTOCOL

$
0
0

I am trying to record an application using COM/DCOM protocol using load runner. The target of the application shortcut is:

 C:\Progress\OpenEdge102b\bin\prowin32.exe -pf parmfile.pf -basekey INI -ininame PROGRESS.INI -T %TEMP%
Load runner is not taking complete target and is only taking the path up to the exe file

(C:\Progress\OpenEdge102b\bin\prowin32.exe)
I am unable to launch application through load runner. Please suggest how we can record our application. This is quite urgent.

Thanks

Ashis

 

If anyone has solution of my problem please reply ASAP .Its urgent :(

 

 

P.S. This thread has been moved from Community Feedback & Suggestions to LoadRunner Support Forum. - Hp Forum Moderator


Re: Math.random() equalent function

$
0
0

Calling srand() is quite important, but supplying it with a quality seed is even more important.

ylib has a wrapper for rand() that if not initialized will automatically generate a random seed based on vuser id, group, current time (in milliseconds), and an iterator to guarantee all virtual users will get their own unique seed.
Furthermore, it extends MAX_RAND (the highest generated number) from 32768 (15 bits) to 2147483648 (31 bits).

If you use that function this workaround can be improved to something generic:

double js_math_random()
{
    return 1 / y_rand();
}

Which we can then wrap with something that saves it to whatever parameter you want:

void js_math_random_to_param(char *paramname)
{
    lr_param_sprintf(paramname, "%f",  js_math_random());
}

.. which you can then call inside your script:

js_math_random_to_param("random_parameter");

LR tip – Detect environment issues with LRDetect tool

Re: I want to randomize part of Truclient Xpath identification is that possible?

Re: Load Runner -COM/DCOM PROTOCOL

$
0
0

Hi Ashish,

 

In the "start recording window" you should put:

1. the path to the exe file in  "Application to record" and

2. the program arguments in the "Program arguments" textbox.

 

Kind regards,

Re: Not able to connecto ORACLE data base by webservices protocol.

Re: LoadRunner is giving Error:26377 while trying to capture dynamic value

$
0
0
Hello
Did you used the function web_set_max_html_param_len to increase the buffer size?

Re: Excel 2010 crashes when launched from Loadrunner 11.52

$
0
0
Hello
There are few security issues with this version and this may not work, disable DEP, UAC and antivirus, if the issue persist then open a case with support but be aware that this might not work.

regards

Load runner Ajax true client protocol script with Javascript & c code.

$
0
0

Hello Experts,


I have recorded one application in VUgen/Loadrunner with Ajax true client protocol.

The script is enhanced with c code & if loop.

Script will firstly look for an host name & then conditional statement in the loop will get executed.

I have done some the manual proxy setting with which "IF" condition is gets executed.

But my "else" condition fails.
(Added "exception IP" under proxy setting should execute else statement).

 

Please find attached screenshots for proxy setting under Loadrunner/Vugen.


Can anyone help me for any alternate solution.

Please let me know for more explaination....


Best Regards,

Akshay....

Re: LR not recording https popup

$
0
0
Hello
This is client side activity, LoadRunner only record communication, beside this the old 9.1 version will be declared obsolete on dec 31 (less than 2 months from now), so, you may want to try using truclient protocol, but depending on how this is generated it will simply not work.

regards

Re: LR not recording https popup

$
0
0

Hello!

 

If you have received the PDF the process is finished. Have a look to the replay log if you can see that this happens. The selection "Save - Print" will not test the server. This will happen only on the client and therefore no request is created.

 

Regards Thomas

Performance Testing of Maximo 6.5 application.

$
0
0

Hello,

We have to perform an assessment whether LoadRunner would be the right tool for the Maximo 6.5 application. Does anyone have any prior working experience with LoadRunner and Maximo? Which protocol was best suited for this?

 

Thanks,

Preeti

Re: SAP NetWeaver Portal performance testing with LoadRunner

Re: Performance Testing of Maximo 6.5 application.

$
0
0

Hello 

Not sure about the version suportability, but look at this

 

http://support.openview.hp.com/selfsolve/document/KM1166711

 

hope this helps

 

 

 

Eddy Segura

HP LR/PC Support

If you are customer you can try posting on our internal forums for more personalized support.

LoadRunner:
http://h30499.www3.hp.com/t5/LoadRunner-Support-Customer/bd-p/loadrunner-support-customer-forum

Performance Center:
http://h30499.www3.hp.com/t5/Performance-Center-Support/bd-p/performance-center-support-customer

How to:
http://www.youtube.com/watch?v=4ChlysWupWM

If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.

Re: VUGen 11.5 extremely slow on playback


Re: How to enable Run Time Viewer in LR 11.5??

Re: I want to randomize part of Truclient Xpath identification is that possible?

$
0
0

Thanks for the hint.

 

That document set me on the right path. Eventually I ended up with an object identification that look something that looks like:

 

var Item = evalXPath("/html/body/div[13]/div/div[2]/div/div/div/div[2]/div/div/div/div/div/form/div[4]/div/div[3]/div/div[2]/ul/li/a");
Photo = Item.slice(12);
random(Photo);

result is unavailable in Test Result screen

$
0
0

Hi, 

 

I'm Using LR 11.5 on windows 7

 

im facing an issue that the test result screen is not showing anything. whenver i run the script script shows some error but why those errors doesn't displayed in Test Result screen ???

 

kindly help me out. please ask me for more clearity.

 

 

 

Re: result is unavailable in Test Result screen

$
0
0

Hi,

 

Are you asking about Output screen which opens after you click on Errors in the Controller?

If this is the window you are asking for, please check which "Type of Message" is selected in it. To view the errors you should choose "Errors" from the list.

 

scenarioErrors.png

 

Kind regards,

Re: Vugen 11.52 for SAP GUI protocol error

$
0
0

Hi

 

Do you have any step between step 1 and 2? 

What makes the message "Postings made" or "Lot not yet created" appear? 

Do you have to click on a button after entering the corresponding number: 400 or 450?

 

Kind regards,

Viewing all 12134 articles
Browse latest View live