Hi All in our application after bring up the website inorder to login to the application u have to click on a login button then login box pops .It is similar...
1162
Bill Selph
wselph@...
Jul 1, 2001 9:49 pm
Honestly, If you are doing login and security checking then don't rely on the run time viewer; it will get confused very easily. Its' major purpose is to show...
1163
richardmcg2001@...
Jul 2, 2001 10:04 am
I have bee tasked with setting up a Loadrunner Infrastructure for my compay. Could anyone point me in the direction of good resources on the subject Thanks...
1164
ssylve1445@...
Jul 2, 2001 12:59 pm
Just disable having the runtime viewer open when replaying your script. The runtime viewer does not need to be open for your script to playback successfully in...
1165
himadhar vemulapalli
himawin@...
Jul 2, 2001 2:11 pm
yes that's what i am planning to do(to Disable runtime viewer ) But i was wondering is there a way to disable the box in the runtime viewer.i could do it when...
1166
Koenig, Robert H (Bob...
rkoenig@...
Jul 2, 2001 2:18 pm
The LoadRunner documentation set has hardware requirements for different types of scripts and platforms. The more important part of your assessment involves...
1167
pankaj
marathe2000india@...
Jul 5, 2001 4:52 am
Hi all, I am testing a site in which URL of a site contains session id.My question is should i parameterize this value in a URL ? B'coz this value is unique...
1168
sai.prasanna@...
Jul 5, 2001 8:39 am
Hi pankaj yes, u have to parameterize 1)U record the script twice and check the values which r changing dynamically and use correlating functions to capture...
1169
Richard At Lee Systems
richard@...
Jul 5, 2001 11:04 am
Though you might find a reference to 64 Megs of RAM, the real world experience will show you that you want at least 128 for the Controller machine. Closely...
1170
Richard At Lee Systems
richard@...
Jul 5, 2001 11:11 am
Though you might find a reference to 64 Megs of RAM, the real world experience will show you that you want at least 128 for the Controller machine. Closely...
1171
Richard At Lee Systems
richard@...
Jul 5, 2001 11:11 am
Look up the functions web_create_html_param and web_create_html_param_ex. The proper syntax is web_create_html_param("","",""); with the first quotes...
1172
Bill Watkins
automation_dude@...
Jul 5, 2001 12:42 pm
Is this session id in a hidden field on the page. If so you can parse that field out of the html for that page and append to the url you are trying to access ...
1173
rali@...
Jul 5, 2001 12:44 pm
1174
firmanf@...
Jul 5, 2001 1:56 pm
I've worked with it for a while. Any specific questions? Ferry...
1175
sai.prasanna@...
Jul 5, 2001 3:57 pm
Hi All Can I know the process or methods of Caputuring the dynamic data which is getting populated in my web based product which is generated by the back end...
1176
Daniel Tucker
daniel.tucker@...
Jul 5, 2001 5:18 pm
The dynamic data, generated from your app server, is typically included within the HTTP responses from the web server. It most cases, LoadRunner captures this...
1177
firmanf@...
Jul 6, 2001 3:38 am
Hmm, One thing I notice in the URL is the existence of a timestamp. Do you know if the URL is generated by a Javascript that creates a timestamp (seems to be a...
1178
firmanf@...
Jul 6, 2001 3:44 am
Actually, it is probably better to use the 'random number' parameter in LoadRunner. What I've observed is that rand() depends on a seed, and most of the what...
1179
rali@...
Jul 6, 2001 5:25 am
if you are testing using multiple machines, is it neccesary for Web load to be running on every machine?? and how do you see the results if you are running a...
1180
ilia
bromberg@...
Jul 6, 2001 7:23 am
___________________________ User (JosephH614@...) posted: I am trying to generate a random number (between two boundaries) that will be used in a function...
1181
indianscorpio2002@...
Jul 6, 2001 3:07 pm
Hi Everybody, I want to know how good is the Loadrunner to test the web based applications. Regards Rajesh Tele Data Informatics...
1182
Stephanie
ssylve1445@...
Jul 6, 2001 3:33 pm
it is very good to test web based applications. Stephanie NetJuice Consulting ... From: <indianscorpio2002@...> To: <LoadRunner@yahoogroups.com> Sent:...
1183
Ramon Villaceran
rvilla@...
Jul 6, 2001 3:52 pm
Hello everyone, Has anyone used the Load Balancing feature in Oracle NCA? If you do have more than one application server and don't simulate the load balancing...
1184
JosephH614@...
Jul 6, 2001 7:34 pm
This depends on what you are looking for: If you are looking for ease of use, at a lower price, then a tool like RSW e-load might be a good solution. Even...
1185
jkurian_in@...
Jul 7, 2001 2:19 pm
Hi, I have a 25 virtual user license. Can I test more than 25 virtual users with the current license. John....
1186
Jeff Boldia
jeffb@...
Jul 7, 2001 2:42 pm
Only in a couple of roundabout ways. 1) If you delete or ignore the think_times in the scripts, you would essentially be simulating more than 25 real users...
1187
Stephanie
ssylve1445@...
Jul 7, 2001 3:56 pm
yes but only 25 vusers will run at once. You can set up your scenario so that as soon as one finishes another one starts. Stephanie NetJuice Consulting ... ...
1188
Jeff Boldia
jeffb@...
Jul 7, 2001 4:09 pm
Although you would still only get concurrent 25 users, another way of stretching your buck would be to run a stress test instead of a load test. For a load...
1189
Ramon Villaceran
rvilla@...
Jul 9, 2001 3:08 pm
Hello All, I am using Load Balancing in Oracle NCA. When I merge an action function, "web_url( )", from a Web Vuser script the marker, "LAST", is an...
1190
ssylve1445@...
Jul 9, 2001 3:44 pm
When you merge make sure that your final script has all the include scripts for both Oracle and Web. Stephanie NetJuice Consulting ... Hello All, I am using...