Skip to search.
LoadRunner · Discussion of issues related to Mercury Interactive's LoadRunner load testing tool.

Group Information

  • Members: 5279
  • Category: Development
  • Founded: Mar 25, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 4175 - 4204 of 33362   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4175 JosephH614@...
joseph_hidal... Offline Send Email
Feb 3, 2003
5:19 pm
I believe competing tools (from Mercury, Segue, Rational and Compuware) are all going to cost in the same price range. If all you want is a web load testing...
4176 Seetharamaiah MG
mgsri Offline Send Email
Feb 4, 2003
4:26 am
Hi Friends, I am new to use LoadRunner or any tool like this to test my application for performance. I have one very basic doubt, I have seen that we can...
4177 Sunilkumar_Srinivasan
sunilsrinivas Offline Send Email
Feb 4, 2003
5:46 am
Dear all, I have a basic question. I have been working on LoadRunner for quite some time. I have been doing scripting for web based applications and able to...
4178 sanjaymahajan <sanjay...
sanjaymahajan Offline Send Email
Feb 4, 2003
8:50 am
Hi All, I want to test website running on Mac OS and IE 5.1 Has somebody tried this ? As per documentation in the FAQ they support Microsoft Windows OS. Do...
4179 Navendu Garg
garg_navendu Offline Send Email
Feb 4, 2003
10:44 am
Hi ppl, i want to know how to use LRD functions in WEB TESTING environment using loadrunner 7.0.2. thanks allot Navendu...
4180 Tim Nichols
tpnichols Offline Send Email
Feb 4, 2003
11:30 am
Are you sure this is what you want to do? Assuming you don't have some esoteric environment where you are by passing the web/app server, the functions you need...
4181 Julio Vallejo Lafuente
mtpjuliovallejo Offline Send Email
Feb 4, 2003
11:51 am
In my experience with LoadRunner 6.5 (not 7.0.2) you have to choose ODBC type script when beggining recording, and make real navegation of a user. For example,...
4182 Mike
ref93 Offline Send Email
Feb 4, 2003
12:35 pm
Can't decide whether I'm going crazy here or it's just old age catching up! I've got a web_reg_save_param that returns multiple values into an array (call it...
4183 Colin Griffiths
col_griffiths Offline Send Email
Feb 4, 2003
12:45 pm
Mike, Try something like char szTemp[999]; sprintf(szTemp,("{Title_%d}"),iArrayItem); web_url("titleinfo", "URL=lr_eval_string(szTemp)", Regards, Colin ... ...
4184 Suresh Nageswaran
punekar Offline Send Email
Feb 4, 2003
12:50 pm
Here's a code snippet from one of my test scripts. I've done the same thing. BillingSummary() { long lAccNo = 0; int iSelected = 0; char szElement[30]; char...
4185 Mike
ref93 Offline Send Email
Feb 4, 2003
1:08 pm
MessageColin, Suresh, Thanks for the info, that should do nicely! Mike ... From: Colin Griffiths To: LoadRunner@yahoogroups.com Sent: Tuesday, February 04,...
4186 Tandon, Saurabh (S.)
testanalyst2002 Offline Send Email
Feb 4, 2003
3:02 pm
If you are using Winrunner then it should be in help ...or check MI website it is available for registered user... ... From: Prabu...
4187 Kevin Quinn <kbquinn@...
kbquinn Offline Send Email
Feb 4, 2003
5:41 pm
Don't forget the "SaveCount=foo", followed by iTotalMatches = atol(lr_eval_string({foo})); if you use iSelected = rand() % iTotalMatches + 1; it will save you...
4188 Thomas Anderson
sqaglobal Offline Send Email
Feb 4, 2003
7:25 pm
Software Quality Associates (SQA) provides a full range of software QA services. These services include the delivery of project-based solutions, "custom-made"...
4189 Gopal <dgopalk@...>
dgopalk Offline Send Email
Feb 5, 2003
4:38 am
Hi, I am working in loadrunner to do the performance test for c#.NET application.for that i have got add-in for Vuser project. and i need to know How do I...
4190 Suresh Nageswaran
punekar Offline Send Email
Feb 5, 2003
5:05 am
... These are static settings residing in the USP/USR files and are not LR API. There is no way to modify them inside the code itself. ...
4191 Suresh Nageswaran
punekar Offline Send Email
Feb 5, 2003
6:23 am
... That was in the previous function. Actually there are 8 possible searches in my application and I have all of them in a block. iTotalMatches is a global -...
4192 Ravva VenuGopal
venu_queries Offline Send Email
Feb 5, 2003
6:33 am
Hello, I am using Loadrunner 6.5 for load test my application, how can i know the RAM usage for the application when i am doing load test . is load runner give...
4193 Ravva VenuGopal
venu_queries Offline Send Email
Feb 5, 2003
6:38 am
Hello, If i give some set of configurations for example 1) windows NT , 128 MB ram 2) windows 2000 , 256 MB ram 3) windows XP , 512 MB ram etc ,... how can i...
4194 Suresh Nageswaran
punekar Offline Send Email
Feb 5, 2003
8:33 am
Capacity planning is what you need to do. What is your thought process so far on this - I can only see your raw problem but no inputs on how far you have been ...
4195 Suresh Nageswaran
punekar Offline Send Email
Feb 5, 2003
8:37 am
LR Analysis User's Guide, Chapter 9, page 105. -Suresh ... __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful....
4196 Colin Griffiths
col_griffiths Offline Send Email
Feb 5, 2003
9:08 am
Gopal, I am also currently writing a LR User using a VS.NET C# User Project. If you have a look on the Visual Studio toolbar (after the LR Add-in is ...
4197 Sunilkumar_Srinivasan
sunilsrinivas Offline Send Email
Feb 5, 2003
2:38 pm
dear all, A basic question. What Loadrunner function is used, if an web application does not allow to simulate multiple users? Regards, Sunil. ...
4198 Saket Trivedi
trivedisaket... Offline Send Email
Feb 5, 2003
3:46 pm
Can any body pls. throw some light on Memory Leakage ? What is it actually and how can we test an application for memory leakage? Can it be tested through Load...
4199 Tim Nichols
tpnichols Offline Send Email
Feb 5, 2003
3:47 pm
Are you saying that when you run from the controller that you can only get one vuser to run? What messages are issued? Your question is more vague than basic...
4200 Jeff Boldia
jboldia Offline Send Email
Feb 5, 2003
4:00 pm
Saket, A memory leak may be caused by such factors as log or output files growing large or lack of a corresponding destructor for a constructor. When a system...
4201 Pradeep Nair
prad_rain Offline Send Email
Feb 5, 2003
4:06 pm
Saket, Memory leakage can be tested by using Rational Purify. I am only aware of that. Thx. Pradeep ... __________________________________________________ Do...
4202 Alex T
alextarumian Offline Send Email
Feb 5, 2003
5:11 pm
Hi all, Here is my two cents to this... Memory leakage may also happen if data structures (arrays, structures, h-tables, linked lists, etc.) are growing...
4203 Shama Katkar
shamasb Offline Send Email
Feb 5, 2003
9:25 pm
Hey guys, I would like to learn LoadRunner 7.5. I have it installed in my office PC. I am wondering which book to buy to learn more about LRunner. I do not...
4204 scheney@...
socheney Offline Send Email
Feb 5, 2003
9:40 pm
please email your credit card information. I will send u all the LR books. OR u can go to online books in the help drop down menu of your controller. They...
Messages 4175 - 4204 of 33362   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help