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 44 - 73 of 33362   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44 Mark McWhinney
msm@xxxxxxxxx.xxxx Send Email
Sep 1, 1999
7:33 am
The quick and dirty solution that I got to work was to create an empty WinSock script in vugen then inserted the following line into the Actions section. ...
45 Babu Lakshmanan
blakshma@xxxx.xxxx Send Email
Sep 2, 1999
11:51 am
Hello everybody, Can anybody tell me the explanation for RTE. I know RTE Vusers operate character-based applications. I want to know, what is RTE? L.Babu...
46 SSylve1445@xxx.xxx Send Email Sep 2, 1999
12:08 pm
I think it is Rich Text Emulator. Not 100% sure about 80% sure. Stephanie Initiatives Corporation...
47 Ilia Bromberg
bromberg@xxxxxxxxx.xxxx Send Email
Sep 2, 1999
1:23 pm
RTE = "Remote Terminal Emulator" RTE portocol is used for IBM MF/AS400 stress/load testing Regards, -- Ilia From: Babu Lakshmanan <blakshma@...> Hello...
48 jayaram_bhat
jayaram_bhat@xxxxx.xx... Send Email
Sep 3, 1999
2:55 am
RTE stands for Remote Terminal Emulator. Jayaram ... From: Babu Lakshmanan <blakshma@...> To: <LoadRunner@onelist.com> Sent: Thursday, September 02, 1999...
49 Babu Lakshmanan
blakshma@xxxx.xxxx Send Email
Sep 7, 1999
6:53 am
Hi everybody, I am working with Baan ERP. With the help of Vugen i generated my script. When i am executing my script i got the following error ...
50 Timo Immonen
Timo.Immonen@xxxxxxxx... Send Email
Sep 8, 1999
6:06 am
Hi! ... I have not worked with Baan ERP. ... However, I got similar message when using winsocket protocol level. It propably resulted from some corruption of...
51 Olli.Mensio@xxxxxxxxx... Send Email Sep 8, 1999
6:45 am
unsubscribe...
52 Ilia Bromberg
bromberg@xxxxxxxxx.xxxx Send Email
Sep 8, 1999
11:20 am
IB > Babu, IB > IB > Let's use the online forum, - perhaps our discussions will be IB > interesting for someone else too. At least I hope so :-) IB > IB >...
53 Ilia Bromberg
bromberg@xxxxxxxxx.xxxx Send Email
Sep 8, 1999
11:34 am
IB > IB > Guys, IB > IB > According to the LR's documentation, there is an ANSI C compiler IB > (copyrighted to AT&T) used. I know that it does not help to IB...
54 Jerry McGowan
jmcgowanjr@... Send Email
Sep 8, 1999
12:14 pm
Scenario: A collection of (GUI and/or DB) VUser scripts. GUI VUsers: As Ilia said, WinRunner script(s) running on a PC. For every concurrent GUI VUser in your...
55 Babu Lakshmanan
blakshma@xxxx.xxxx Send Email
Sep 9, 1999
9:38 am
Hi everbody, I recorded one transaction using Virtual User Generator. I didn't set host,scenario, vuser ....etc. Now can i just run my script on my system from...
56 mercury interactive
mercurymails@xxxxx.xxxx Send Email
Sep 9, 1999
12:02 pm
Hi folks, Got a question! I have a txt file with 3000 lines. Each line represents a user and the specific values about that user to place an order in the...
57 Jerry McGowan
jmcgowanjr@xxxxx.xxxx Send Email
Sep 9, 1999
12:49 pm
Yes. Try it when you get your PC fixed. ... __________________________________________________ Do You Yahoo!? Bid and sell for free at...
58 Jerry McGowan
jmcgowanjr@xxxxx.xxxx Send Email
Sep 9, 1999
12:54 pm
If I understand your scenario, of one vuser running per iteration, then why don't you just have one vuser run through the entire set of data? ... ...
59 mercury interactive
mercurymails@xxxxx.xxxx Send Email
Sep 9, 1999
6:49 pm
Jerry, The reason that I can't run one user through the entire set of data because each user has different rights and options as compared to the other ones....
60 Jerry McGowan
jmcgowanjr@xxxxx.xxxx Send Email
Sep 9, 1999
7:05 pm
Note that I suggested to use 1 "vusers". A VUser is different than your application users ("abc", "def",...) The VUser, virtual user, accessing your...
61 Babu Lakshmanan
blakshma@xxxx.xxxx Send Email
Sep 14, 1999
5:32 am
Hi, When i am executing the following code i am getting the error message( given below). vuser_init() { auto rc; set_window ("Login", 20); if(...
62 Jerry McGowan
jmcgowanjr@xxxxx.xxxx Send Email
Sep 14, 1999
12:50 pm
Try defining E_OK as a constant equal to 0; const E_OK=0; ... __________________________________________________ Do You Yahoo!? Bid and sell for free at...
63 Jerry Schwartz
Jerry_Schwartz@xxx.xxxx Send Email
Sep 14, 1999
2:05 pm
Babu; I'm confused! How do use expect LoadRunner to run a GUI script as a virtual user? It doesn't work that way! Use can define a GUI script in the LoadRunner...
64 Babu Lakshmanan
blakshma@xxxx.xxxx Send Email
Sep 15, 1999
8:54 am
Hi, I created one scenario. I gave host as my Pc's IP address. I got the result. Now i wanted to add one more host. I am trying to give the IP address of...
65 Tim Nichols
tnichols@xxxxxxxx.xxxx Send Email
Sep 15, 1999
11:32 am
There may be several factors that have yet to be discovered, Babu. However, if you're using the IP address to get to the machine, you need to make sure the...
66 Babu Lakshmanan
blakshma@xxxx.xxxx Send Email
Sep 15, 1999
12:23 pm
Hi Tim, Thanks for your information. I found miccomm.ini and i have set the LocalHostNameType variable to 2 as you said. Then i again tried to connect the host...
67 Caleb B
calebb@xxxxxxx.xxxx Send Email
Sep 15, 1999
7:42 pm
Questions: Are you testing Java? The rc= is not necessary in your script you can just as easily use: if( (list_select_item ("Agent Name:", "Alex"))!= E_OK) ...
68 Jerry McGowan
jmcgowanjr@xxxxx.xxxx Send Email
Sep 15, 1999
8:16 pm
The questions should be: Are you using the record features or writing the script by hand? Also, what versions of WinRunner/LoadRunner are you using? Have you...
69 Babu Lakshmanan
blakshma@xxxx.xxxx Send Email
Sep 17, 1999
4:09 am
Hi TIM, I successfully connected the new host. The mistake was i didn't run the RemoteCommandLauncher in the new host. Thank you Tim Nichols. Thnaking you ...
70 Babu Lakshmanan
blakshma@xxxx.xxxx Send Email
Sep 17, 1999
4:02 am
Hi Jerry, Thank you for your valauble information and questions. 1. I am using record features. The code what i sent was written by hand. I just wanted to make...
71 Jerry McGowan
jmcgowanjr@xxxxx.xxxx Send Email
Sep 17, 1999
1:37 pm
Thanks for supplying the additional info. I thought I was loosing it :) If you want to have a machine simulate a user sitting at the PC and interacting with...
72 Babu Lakshmanan
blakshma@xxxx.xxxx Send Email
Sep 18, 1999
4:05 am
Ok Jerry, So GUIvusers have to use Winrunner scripts. Now i want to test the application with more Vusers. For example take the flight application, i want to...
73 keithz_sqa@xxxxxxx.xxx Send Email Sep 18, 1999
7:32 pm
I was contacted about the following opportunity, and an posting it in case anyone is interested. Keith Z. SKILLS NEEDED: Loadrunner, SQL Server preferred, 1...
Messages 44 - 73 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