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 2320 - 2349 of 33362   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2320 JosephH614@...
joseph_hidal... Offline Send Email
May 1, 2002
12:52 pm
See www.merc-int.com for info on training...
2321 mpuzach Offline Send Email May 1, 2002
9:34 pm
Has anyone heard of a company called Packeteer? I heard throught he grapevine at work that some representatives from Packeteer have come to work on an...
2322 Stephanie
sylve1445 Offline Send Email
May 1, 2002
9:47 pm
yeah, you will need to work with them to uncompress the files since LoadRunner does not pick up the traffic it generates. You are also looking at winsock...
2323 wbrjmts Offline Send Email May 2, 2002
5:46 pm
What is this saying? My scenario seems to run correctly. I am getting this message on one of my hosts. Action1.c(12): Informational: Condition(s) of severity...
2324 Stephanie
sylve1445 Offline Send Email
May 2, 2002
5:57 pm
did you do what the error message said to do? What was the error message that was returned? Stephanie Initiatives On Thu, 02 May 2002 17:46:35 -0000 wbrjmts...
2325 wbrjmts Offline Send Email May 2, 2002
6:14 pm
Yes, turned on full logging. No additional messages were logged. ... message that was returned? ... raised ... the ... raised ... the ... raised ... the ... ...
2326 Stephanie
sylve1445 Offline Send Email
May 2, 2002
6:29 pm
what type of vusers are you running and are you running them as a thread or process? Stephanie Initiatives On Thu, 02 May 2002 18:12:42 -0000 wbrjmts...
2327 wbrjmts Offline Send Email May 2, 2002
6:55 pm
web vusers, run as a thread. ... thread or process? ... http://docs.yahoo.com/info/terms/...
2328 nagaraju kamatham
bussraj Offline Send Email
May 3, 2002
8:31 am
I am having LoadRunner5.0 but probloem is i am not able to record script through Windows NT for Web Vuser.But I am able to open same URL. When I am using ...
2329 wbrjmts Offline Send Email May 3, 2002
6:15 pm
Any problems of upgrading from LR 6.5 to 7.5? Will scripts continue to work?...
2330 Tim Nichols
tnichols2@... Send Email
May 3, 2002
6:26 pm
I depending on the protocol you are using (type of vuser), there is the possibility that a function's parameters have changed. Such is the case in the Web...
2331 wbrjmts Offline Send Email May 3, 2002
7:20 pm
yipes...I have a project due in a few weeks. So I maybe should wait before I upgrade. I want to keep the scripts working. We are using the web protocol. ......
2332 chinthireddys Offline Send Email May 6, 2002
2:19 pm
I am new to Testing...wanna know what bugs do we find out....i would be glad..if u can send me some of the best bugs u have found... ....if possible some...
2333 k.g sricharan
sreecharan_k Offline Send Email
May 6, 2002
4:37 pm
Hi All, Let me first explain he system. I have to save a transaction(Project creation) with unique project name,which i am reading from a data file.I have...
2334 Michael Foley
michaelf30189 Offline Send Email
May 6, 2002
5:22 pm
There was a LoadRunner presentation on generation GUID's (Globally unique identifiers) they are a combination of vuser id group name ans date time stamp. If...
2335 Michael Foley
michaelf30189 Offline Send Email
May 6, 2002
5:25 pm
strange this looks someone fishing for answers to interview questions posted on the WR group ... __________________________________________________ Do You...
2336 Manoj Kumar
chinthireddys Offline Send Email
May 6, 2002
5:54 pm
Ofcourse....want to share ur practical exposure...willing to learn some thing new...thanx if u can do the needful.. ... ...
2337 punekar Offline Send Email May 7, 2002
4:30 am
Unique should work. In the really outside possibility that it does not, you can try creating a string that looks like this: Date-Timestamp + VUserID+...
2338 marathe2000india
marathe2000i... Offline Send Email
May 7, 2002
7:30 am
Hello All, Greetings. I need a suggestation. I want to get the transaction time ( time taken for action between lr_start_transaction and lr_end_transaction)...
2339 punekar Offline Send Email May 7, 2002
8:25 am
Use lr_get_transaction_duration() eg. double trans_time = 0; lr_start_transaction("tr_Dummy"); web_submit_data(...); trans_time =...
2340 marathe2000india
marathe2000i... Offline Send Email
May 7, 2002
8:48 am
Hi Suresh, Thank you.. But I am getting some different value ...3274205818.466727 where as it gives 26.20 sec in transaction end in execution log. Pankaj Here...
2341 punekar Offline Send Email May 7, 2002
9:10 am
That seems unlikely. I just tried out the same piece of code and it seems to work just fine. Here's my code: time = lr_get_transaction_duration("tr_try"); ...
2342 mattjjackson Offline Send Email May 7, 2002
9:10 am
With regard to the flash problems I was experiencing a while back I have now found a solution. My problem was that, at run time, my script would download...
2343 K.Anu
anukaiser Offline Send Email
May 7, 2002
9:19 am
Hello, We would like someone to give us an idea with example of how to deal with web_reg_save_param in LoadRunner.Thanks in Advance Anu ... Do You Yahoo!? ...
2344 punekar Offline Send Email May 7, 2002
9:23 am
The thing to remember about web_reg_save_param() is that it needs to be invoked *before* the web step (eg. web_url() or web_submit_data() ). The function...
2345 wbrjmts Offline Send Email May 7, 2002
6:30 pm
Anybody knows what protocol should be used on a non-browser Silverstream interface? I tried a number of the protocols via Vugen it does not record. What are my...
2346 Bohner, Jeff
Jeff.Bohner@... Send Email
May 7, 2002
7:15 pm
When in doubt - WinSock. From: wbrjmts <wbrjmts@...> on 05/07/2002 02:29 PM Please respond to LoadRunner@yahoogroups.com@SMTP@Exchange To:...
2347 wbrjmts Offline Send Email May 7, 2002
7:28 pm
WinSock didn't do it. No actions were recorded. The application is a thin gui client over a sybase db. Any clues? ... http://docs.yahoo.com/info/terms/ ... of...
2348 JosephH614@...
joseph_hidal... Offline Send Email
May 7, 2002
7:38 pm
Check the Mercury support website to see if there is any patches available or if it is mentioned in the discussion group. If still nothing, call tech support...
2349 nova_tester Offline Send Email May 8, 2002
12:00 am
As a new instructor for LR Web, can you please tell me how much should be covered each day (which chapters) in order to get through all the material by the end...
Messages 2320 - 2349 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