Hi all, Have any of you heared if LR has a problem when the recording browser make use of an "Automatic Configuration Script"? I searched the knowledge...
1361
Ilia Bromberg
iliabromberg@...
Aug 1, 2001 9:41 am
Marco, the auto conf script is, actually, a VB/JavaScript that instructs the browser how to set up the proxy settings. Just go to the same location (i.e. URL),...
1362
terry.kunkler@...
Aug 1, 2001 4:55 pm
Has anyone been able to get the Apache webserver monitor in LR6.5 to work properly with a proxy between the controller and the webserver? When I use it...
1363
ssylve1445@...
Aug 1, 2001 6:45 pm
Does anyone have a quick and easy way to generate a 9 digit number randomly? I can get the srand () to work but it does not produce a 9 digit number. Stephanie...
1364
Andrew McFarlane
welkin_inc@...
Aug 1, 2001 8:56 pm
I'm not sure about the randomness of this, but take a look anyway: #include "as_web.h" #define MIN 1000000000 Action1() { int i; long int theNumber; ...
1365
robert stencel
rstencel@...
Aug 1, 2001 11:00 pm
you can use the random number parameter and change the number format to %09lu and that forces it to display 9 digits (you can also set the range for only 9...
1366
bretedward@...
Aug 2, 2001 3:21 am
Sorry about posting an Astra question here, but I couldn't find a better group. Regarding the evaluation copy of Astra LoadTest? (1) How many concurrent Vusers...
1367
ssylve1445@...
Aug 2, 2001 1:20 pm
If you go to Mercury's web site and search for LoadTest, there is a try & buy section that allows you to download a copy and use it for x days. I think you can...
1368
bretedward@...
Aug 2, 2001 3:29 pm
Thanks Stephanie, but I have already done the download. I still don't know what the time limit on the evaluation license is and if the evaluation copy provides...
1369
ssylve1445@...
Aug 2, 2001 5:16 pm
Normally the eval copy last for 10 calendar days. You can create scripts with the eval copy and replay then when you buy the product because the only...
1370
JosephH614@...
Aug 2, 2001 5:17 pm
I '*think* the evaluation period is 30 days (don't remember for sure). The eval copy has full functionality. Yes, you scripts are still usable after your...
1371
phil831@...
Aug 2, 2001 6:45 pm
Our QA group is in the process of getting LoadRunner 7.0. As part of our informal training, we are using LoadRunner 6.5 (until we receive the licenses, etc...
1372
noel.f.paz@...
Aug 2, 2001 10:55 pm
HELP!!!!!! In IE 5 there is a setting for Enabling User Data Persistence. When I record with this setting, LR records everything fine, session cookies etc. I...
1373
Stephanie
ssylve1445@...
Aug 2, 2001 11:15 pm
ODBC vuser is what you need. Stephanie NetJuice Consulting ... From: <phil831@...> To: <LoadRunner@yahoogroups.com> Sent: Thursday, August 02, 2001 2:45...
1374
Shamsid-Deen Darian-A...
Darian.Shamsid-Deen@...
Aug 2, 2001 11:29 pm
Your analysis is correct that it is not IP related, but Jeff is correct. Normally, there is single dB user account set up for the web/app server. So the dB...
1375
rsakpal@...
Aug 3, 2001 8:58 am
Hello, Can anybody let me know how to record script for DB Vuser in Loadrunner? What settings I need on my machine. Do I need to maintain a database on my...
1376
JosephH614@...
Aug 3, 2001 9:53 am
The steps are basically the same as web, except instead of a web vuser type you select the appropriate db vuser type (i.e. Oracle 2-Tier vuser for Oracle db)...
1377
jeremie.w.dowdrick@...
Aug 3, 2001 11:18 am
I am trying to do a web test where I impute ssn's and pw. now when I run the test I have to restore the data of all the ssn's I have used by running another...
1378
lis_2105@...
Aug 3, 2001 3:28 pm
i am just wondering if loadrunner can be used to test mainframe applications. if anybody has particularly worked on this, please e- mail me, i just need to...
1379
mfoley
mfoley@...
Aug 3, 2001 3:50 pm
Yes, You will need the RTE virtual type. ... From: <lis_2105@...> To: <LoadRunner@yahoogroups.com> Sent: Friday, August 03, 2001 11:28 AM Subject:...
1380
JSchwartz@...
Aug 3, 2001 4:23 pm
Yes; At our company, we use Attachmate as the 3270 terminal emulator. LoadRunner couldn't record through that, so I had to configure "PowerTerm" (included with...
1381
noel.f.paz@...
Aug 3, 2001 9:57 pm
I would really like to know how the WebUSer would be identified as MSIE 5.0 - even before you record the script. I've added web_add_header("User-Agent"). But...
1382
mquick4@...
Aug 6, 2001 6:06 am
I will be out of the office starting 08/03/2001 and will not return until 08/10/2001. I will be checking email and voicemail. My phone number is ...
1383
shortestpath@...
Aug 6, 2001 2:38 pm
We have a script that does your basic login, click a few things here and there, then logs out. For the login and password, we're currently using a couple of...
1384
Bohner, Jeff
Jeff.Bohner@...
Aug 6, 2001 2:45 pm
The VTS would do this for you or you can create a logon parameter and make it unique, From: shortestpath@... on 08/06/2001 10:38 AM Please respond to...
1385
Michael Foley
mfoley@...
Aug 6, 2001 2:48 pm
rtfm - use random instead of sequential when you select from the file/ ... __________________________________________________ Do You Yahoo!? Make international...
1386
shortestpath@...
Aug 7, 2001 2:15 pm
I have an input file something like this: username,password,roleid porky,pig,1 bruce,willis,2 star,bucks,2 aubon,pain,1 ... How can I read the role id into a...
1387
ssylve1445@...
Aug 7, 2001 2:44 pm
char *val; val = lr_eval_string("{roleid}"); If you are doing db then change {} to <>. Declare your variable outside of the actions section so that is...
1388
cjbilcz@...
Aug 7, 2001 8:01 pm
Does any one know how I can capture the recieve buffer an HTTP request after the request has been made? The functions I have run accross typically need to...
1389
noel.f.paz@...
Aug 7, 2001 8:59 pm
After days of debugging and asking for comments here, I am convinvced that Load Runner does not support the User Data persistence feauture. My issue is that I...