Hi Feiler, In answer to your questions.... 1. The latest one available! It depends on the version of Java (JDK) your application was developed with, whether it...
879
ilia bromberg
iliabromberg@...
Apr 2, 2001 12:24 pm
In case any data is being generated by the client-side scripts and reused to generate HTTP requests, - this stuff probably should be recoded in the vuser...
880
r_a_j_66@...
Apr 2, 2001 5:11 pm
Hello, I am sure all of you have run into similar situation specially when testing website performance. I have recorded a script but I need to be able to keep...
881
ssylve1445@...
Apr 2, 2001 5:31 pm
Yes, you can change the reference in your script and it will still work. I did that a client site and did not have a problem. Stephanie NetJuice Consulting ......
882
r_a_j_66@...
Apr 2, 2001 6:20 pm
Can I define a constant so that each time I have to just change the constant? Where and what kind of contstant do I define? Do you have any examples?? Thank...
883
Jeff Boldia
jeffb@...
Apr 2, 2001 6:25 pm
You can simply edit the URLs in your scripts using Edit/Replace All. It's very simple and quick. If a few objects have changed, simply cut out the old code and...
884
ssylve1445@...
Apr 2, 2001 6:27 pm
Yes you can define a constant and just use a parameter to insert in your script. It can be any constant you want. Example: char reference_location; ...
885
William Selph
wselph@...
Apr 2, 2001 6:48 pm
How about in your vuser_init section you establish a script wide "c" char variable, which will be a constant URL for the script. Better yet, if you are running...
886
Richard At Lee Systems
richard@...
Apr 2, 2001 6:48 pm
And, you can make it a command line input from the controller. In the controller command line input box put -url "http://www.desiredaddress.com" //...
887
kiran_chaudhari@...
Apr 3, 2001 11:27 am
Dear Friends, I want to use Load Runner & Winrunner for my Java & Perl applications. Could informe me easy steps so that I can start use of it. Also Do you...
888
michellepuzach@...
Apr 3, 2001 9:02 pm
I'd like to "see" what error code "&liCtLibRetCode" and "&liCtLibRsltType" returns. "&liCtLibRetCode" and "&liCtLibRsltType" are located in the following line...
889
michellepuzach@...
Apr 3, 2001 10:21 pm
Does anyone know the possible return code values for the CtLib variables mentioned in the subject line? I created a database script using the CtLib session...
890
kiran_chaudhari
kiran_chaudhari@...
Apr 4, 2001 10:24 am
Can any one send me the evaluation report of LoadRunner & its comparision with other Web testing tool. ?? Regards Kiran ... Please click the following link to...
891
wmooney@...
Apr 5, 2001 9:34 am
Dear All, Has anyone come across this oddity with using Unique numbers? We had 10 vusers running a script that used a unique number. The block size was set to...
892
Stephanie
ssylve1445@...
Apr 5, 2001 12:52 pm
Are you using network delay monitoring? If so that is the cause. For each network sequence you are monitoring will also take a block a number because network...
893
wmooney@...
Apr 6, 2001 10:53 am
Stephanie, Thanks for the reply. I worked out what it was. We have several scripts that contain the same parameter name (PeopleSoft scripts covering several...
894
sai.prasanna@...
Apr 9, 2001 9:11 am
Hi Guys Where can i get the information regarding international standards of testing for web based applications. Thanks in advance Sai Prasanna...
895
Suresh Francis
suresh_fx@...
Apr 9, 2001 9:08 pm
Hai Friends, My name is suresh and I am new to this loadrunner group. Now in my company they started using loadrunner 6.5. I need a help. I tried to use...
896
Stephanie
ssylve1445@...
Apr 9, 2001 9:38 pm
you can use web_create_html_param() and then evaluate what is captured and use the lr_log_message or lr_end_transaction functions to pass or fail the...
897
vijayaraghavan.s@...
Apr 10, 2001 1:14 pm
We are facing a problem for recognising a dll using Load Runner. Any help will be appreciated. The script is appended below : web_url("serverext.dll", ...
898
JosephH614@...
Apr 10, 2001 1:28 pm
I believe that LoadRunner can only perform image checking when scripts are recorded in context-sensitive, not analog mode. As Stephanie mentioned, you can use...
899
William Selph
wselph@...
Apr 10, 2001 2:10 pm
Try changing the URL line from: "URL= http://pslcor2/scripts/serverext.dll?ExecHTML <http://pslcor2/scripts/serverext.dll?ExecHTML&Set=V1&Success=USCentralM ...
900
William Selph
wselph@...
Apr 10, 2001 2:15 pm
From Bill: Something changed the text from what I sent and what I got in my mail so I will try again. Try changing the URL line from: "URL=...
901
William Selph
wselph@...
Apr 10, 2001 2:18 pm
This is not what I am sending, so I give up. The TO: section below should only have the HTTP line once and no space after the "greater than symbol". I don't...
902
mohamed anser
mohdans@...
Apr 10, 2001 3:51 pm
Hi guys I want to upload a file and that should be recorded with Loadrunner and should be replayed and i need to note the time for how long it take to upload...
903
Stephanie
ssylve1445@...
Apr 10, 2001 3:59 pm
put a transaction around the function that uploads the file and then look at the transaction time upon playback completion. Stephanie NetJuice Consulting ... ...
904
ilia bromberg
iliabromberg@...
Apr 10, 2001 7:01 pm
What about correlating the SessionKey value? --Ilia ... _________________________________________________________________________ Get Your Private, Free E-mail...
905
Ed
edmanet@...
Apr 10, 2001 8:24 pm
I'm declaring the function extern int Myfunc(char *s, unsigned u); then I load the library iErr = lr_load_dll("MyDll.dll"); iErr comes back as zero, no errors....
906
ilia bromberg
iliabromberg@...
Apr 11, 2001 11:31 am
Hmm... Sounds like the the pure code error... 1) Ensure the DLL's functionality using VB/VC. 2) Don't forget to place the DLL in to the VUser directory. BTW,...
907
David Hetherington
dhetherington@...
Apr 12, 2001 12:15 pm
Hi, this is a Windows NT security restriction. Are you connected already to this box under a different username? Have a look in the Microsoft KnowledgeBase see...