Well, to begin with, you must have admin privileges. I'd suggest reading the box at the top of page 286 of the "LoadRunner Controller User's Guide Version...
Have I got the deal for you! Check Chapter 7 of "LoadRunner Creating Vuser Scripts Windows and Unix Version 7.6" (it starts on page 77). If that's not enough,...
7408
Testing Jobs @ Bangal...
testing@...
Oct 3, 2003 8:32 am
QA MANAGERS Our Client (A Leading Software MNC) is looking for Test Managers for their developement centre at Bangalore. Send your resume to...
Hi .. I am using the LoadRunner 6.5 on Windows 2000 & i wanted to monitor the Server Resources of the Windows 2000 machine. Can any one tell me how do i...
Hi I am recording the script for 1 user and runnng for 200 users. ANd the value for each column i am doing paramertisation.If that case if my form has 25...
http://groups.yahoo.com/group/LoadRunner/files/ I assume some WR files are similarly located. There are other files floating around; perhaps someone will take...
hi, Can Any one send the load runner and winrunner FAQ. -varatharajan __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved...
it has been somewhat boring around here of late maybe we could use OFF TOPIC SAC - for smart ass comment regards, mf ... __________________________________ Do...
Pl. someone ban such messages from this group. kutekelly24 <kutekelly24@...> wrote:Do you wanna meet real people for dating, romance and just hot sex?...
Hi, I try to: char *stmp; web_reg_save_param("param"...) ... stmp = param; or stmp = lr_eval_string("param}"); but failed, any solution? Thanks -Jack...
Actually, it's during execution. I think web_reg_save need a const, so if init then no para will write to it; if not init, it complains NULL; -Jack ... is, in...
I'm assuming you are using LoadRunner... If you have a current version of LR you should be able to compile separately from executing. You might try that just...
Does it do that during compilation or runtime? Empirically, you get that error when you pass in a pointer which is, in fact, NULL during execution. Try...
Any one tried this: char *sParam; .. web_reg_save_param(sParam, ...) ... I got this error when compile: "Error: The "mpszParamName" argument (number 1) is...
... Delete ... Doesn't work when you read the group from within Yahoo! ("Next" does, though.) My Yahoo inbox is still too stuffed with all the MS virus stuff...
For the last six months or so, the LR FAQ has been automatically emailed to new subscribers. The FAQ requests can be dealt with by the judicious use of the...
Well, Kevin, when our intrepid group leader asked us to seize and assist (or was it cease and desist?) it became not the thing to do. Now I only bore my...
Shankar, Can you also tell us, what is the scenario that's driving this requirement of randomly choosing parameters. One of the purposes of this group is ...
Here is a suggestion for those on this board who feel compelled to give out pointers and .zip files and the kitchen sink to newbies: GET YOUR OWN FORUM. Other...
Actually, I was wondering the same, Kevin. Where's Suresh, Steve, Foley, Tim ... ? Haven't read from these people for quite some time now. -Pankaj ... ...
Jian - Haven't tried it myself, but a quick search found two articles on Mercury's support site ( http://support.mercuryinteractive.com ) that may be of some...
Pankaj, Yes, I was looking for something like this. Thanks for the input. I am sure, with little customisation this code will work. I am going to try this.. ...
Correct me if I'm wrong, but I thought the users on this forum were not going to give people who've never used LoadRunner FAQs and interview pointers. It...
7380
Vasu Basava
vasu.basava@...
Oct 1, 2003 8:38 am
hi, try this code it will work. int i; char loop[10]; for(i=1;i<=atoi(lr_eval_string("{test_count}"));i++) { itoa(i,loop,10); lr_save_string(loop,"fori"); ...