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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 7016 - 7053 of 33362   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7016 Steve Cheney
socheney Offline Send Email
Sep 1, 2003
7:38 am
sure, what do you want to know? itsvarshainqa <itsvarshainqa@ya To: LoadRunner@yahoogroups.com hoo.co.in> cc: Subject: [LoadRunner]...
7017 hponthan Offline Send Email Sep 1, 2003
2:06 pm
Hello everyone! I have a problem which I think you might have the solution to. Basically what I'm trying to achive is to iterate over every value in a drop...
7019 colin.griffiths@...
col_griffiths Offline Send Email
Sep 1, 2003
2:24 pm
Henrik, Try something like: int i,iCount; /* Make szParam big enough to hold your param name*/ char szParam[25]; /* Make szParamVal big enough to hold the...
7020 Gary Cook
garyvancecook Offline Send Email
Sep 1, 2003
4:34 pm
Hello Everyone - I just got back from London a few weeks ago after doing some SAP testing. So I volunteered to do a presentation on it at the Mercury ...
7021 parlekar Offline Send Email Sep 1, 2003
11:28 pm
Hey Mike and others, Thanks for your useful contributions. We did work on the run-time settings on the controller side. Here is how we managed to resolve our...
7025 Albert Y. Wang
albertywang Offline Send Email
Sep 2, 2003
12:24 pm
Henrik, Check the function reference for web_reg_save_param Along with saving the array, Loadrunner also saves the count. The function reference has a good...
7026 Sundar
sundar_ji Offline Send Email
Sep 2, 2003
2:15 pm
Hi, How do I make a WinRunner script work in LoadRunner. I need to do some batch processing and i manullay code it in WinRunner using Win32API. This script...
7027 atul sapkal
atul_sapkal@... Send Email
Sep 2, 2003
3:36 pm
Hi, Am a novice at using load runner. To test EJBs I can use VUser scripts or EJB detector. I have 2 questions - 1. For using Vuser scripts for EJB (assuming...
7028 kshadroo Offline Send Email Sep 2, 2003
4:09 pm
Hi there, I was wondering if there is any model to use for LR staff estimation based on project size. For instance the model can be based on number of hours of...
7029 Kevin Quinn
kbquinn Offline Send Email
Sep 2, 2003
4:22 pm
Sundar - Check the archives here, and/or the LR documentation. It's well covered in both... In a nutshell: you can run *one* instance of WinRunner on a ...
7030 Kevin Quinn
kbquinn Offline Send Email
Sep 2, 2003
4:29 pm
I've never seen metrics for LR staff... I'd staff it like any other programming project, based on: * funds available * proposed deadlines * number of test...
7031 kimber1202003 Offline Send Email Sep 2, 2003
5:24 pm
Hello, When I record my script, I am stamping some text on each page on the script using web_reg_find ( as below). Anyways, I want to know how to write the...
7032 gcook1@...
garyvancecook Offline Send Email
Sep 2, 2003
8:30 pm
Kidra - I don't know of any model for this, however, Depending on the number, complexity, and api type of your application it could range from 8 hours to 24...
7033 yon_dan1 Offline Send Email Sep 3, 2003
3:35 am
I need help to find out how to run the test script in the controller continuously. Previous LR tester set up the scripts in the controller to run without...
7035 millerchen20002000
millerchen20... Offline Send Email
Sep 3, 2003
5:29 am
Dear all, I am new in this field-testing. I want to know how to generate the DataBase vugen? Currently,I do following in the vugen(7.0): Actions() { ...
7036 Mark McWhinney
msm_powertest Offline Send Email
Sep 3, 2003
5:39 am
Those are defined for you in the header files. You don't have to worry about them. To get more info, click somewhere on the name of the function call then ...
7037 millerchen20002000
millerchen20... Offline Send Email
Sep 3, 2003
5:46 am
but If I write the database vugen script manually, how I write it in the header file? anyfile or special file? could you give a example, thanks. Best Regard ...
7038 Mark McWhinney
msm_powertest Offline Send Email
Sep 3, 2003
5:59 am
First question: why would you ever do manual code development? The capture-playback works well. There is no user documentation on the header file content. If...
7039 atul sapkal
atul_sapkal@... Send Email
Sep 3, 2003
6:07 am
7040 Mark McWhinney
msm_powertest Offline Send Email
Sep 3, 2003
6:11 am
... From: atul sapkal [mailto:atul_sapkal@...] Sent: Tuesday, September 02, 2003 11:08 PM To: loadrunner@yahoogroups.com Subject: [LoadRunner] One...
7041 millerchen20002000
millerchen20... Offline Send Email
Sep 3, 2003
6:12 am
I want to auto generate, but it cann't generate the sql script in the DB vugen for example "insert into customers(....) values(...)" after I begin the record....
7042 millerchen20002000
millerchen20... Offline Send Email
Sep 3, 2003
6:20 am
but I cannot generate automaticly. I following the steps: 1 open the vugen, and then select new ->new virtual user 2 select Client/Server->MSSQLSERVER 3 begin...
7043 Mark McWhinney
msm_powertest Offline Send Email
Sep 3, 2003
6:32 am
Hmmm. That should work fine. I do it all the time with SQL*PLus on Oracle. You are getting results back from your query which means that you are talking to...
7044 millerchen20002000
millerchen20... Offline Send Email
Sep 3, 2003
6:39 am
Then before record db vugen, should I set up others? Do you some information about the DB testing? Best Regard Miller ... on Oracle. ... are ... connection,...
7045 ¥H¥ú§@µe
mac_huang Offline Send Email
Sep 3, 2003
9:37 am
Hi, In fact, it's my first day to start using RL for my Siebel project stress testing. After reading online help manual, I have no problem in building up a ...
7046 Mike
ref93 Offline Send Email
Sep 3, 2003
10:42 am
Try rerunning it using WinINET option (available somewhere under run-time settings. You may also have to add the authentication command to the script. You'll...
7047 James Pulley
jlpulley3 Offline Send Email
Sep 3, 2003
12:02 pm
If you are using Oracle, try recording Oracle instead of Microsoft SQL Server. ... From: millerchen20002000 [mailto:hongli_chen@...] Sent: Wednesday,...
7048 Michael Chaffin
mchaff1 Offline Send Email
Sep 3, 2003
8:13 pm
In the controller goto edit schedule and if you set it to run until complete, it will run for how many iterations you have set to run or you can set it to run...
7051 gnaschenweng Offline Send Email Sep 4, 2003
6:33 am
Hi, I am running a LR script containing transactions "init1", "init2" and "init3". This is done, so that I can see the specific results for each transaction....
7053 hponthan Offline Send Email Sep 4, 2003
8:51 am
Thanks Colin! Your tip worked brilliantly. I didn't use the web_custom_request though, instead i manipulated the URL using sprintf. It was easier to manipulate...
Messages 7016 - 7053 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