Sky Technologies, a Mercury CAP partner, with offices in NJ, Atlanta and Phoenix, is looking to expand its Software Quality Management practice and is...
171
Bruce Labott
blabott@...
May 8, 2000 6:49 pm
... Karen, Although we are not in the Boston area, we are in New Jersey and could assist you in Boston. We have consultants certified in both WinRunner and...
172
wmooney@...
May 10, 2000 10:15 am
I know that this is a grey area but can anybody supply me with clear definitions and/or differences between Load Testing, Stress Testing and Performance...
173
ssylve1445@...
May 10, 2000 10:30 am
That is my definition of the terms as well. That is what I normally use when discussing testing with my clients. Stephanie Initiatives Corporation...
174
paulsullivan@...
May 10, 2000 7:03 pm
A new application we are building is going to use applets in the browser and servlets on the application server. The communication between the 2 will be...
175
Immonen, Timo
timo.immonen@...
May 11, 2000 4:28 am
... I did some recordings of JDBC traffic "tunneled" through a firewall by using a jdbc-to-http-to-jdbc -conversion. The recordings were http. The graphic ...
176
salman.samad@...
May 11, 2000 8:46 am
Hi What I am attempting to do is to stress our Windows NT server for 20 users. The users will be invoking Word which is installed on the server from their ...
177
Ilia Bromberg
bromberg@...
May 11, 2000 10:36 am
Salman, Theoretically you need 20 PCs to run 20 GUI virtual users. I's suggest to get in touch with Mercury's support about Citrix support (or similar...
178
Babu Lakshmanan
blakshma@...
May 16, 2000 4:53 pm
Hi all, What do you meant by Open API? Thanking You Kind Regards Babu...
179
Jerry Schwartz
JSchwartz@...
May 16, 2000 5:34 pm
Babu; The API (Application Programming Interface) is a set of functions, supplied with an operating system, that allow programmers to access the functions of...
180
Babu Lakshmanan
blakshma@...
May 16, 2000 5:51 pm
Hi Jerry, thank you for your reply, So you meant to say that, it is specific API for specific vendor. Like, suppose i am working for baan, LR provides specific...
181
Babu Lakshmanan
blakshma@...
May 16, 2000 6:05 pm
Hi All, The products available for Web Performance from mercury are =>Load Runner =>Astra Load Test/Quick Test =>Topaz I am working on LoadRunner. I have read...
182
Jerry Schwartz
JSchwartz@...
May 16, 2000 6:05 pm
Let's assume that Baan is a platform that other developers would want to write add-ons for. Those developers would need to know how the "Baan platform" ...
183
ssylve1445@...
May 16, 2000 7:55 pm
The QuickTest that was with LoadRunner 5.01 was used to record web scripts, this function is now built in with LoadRunner. If you have LoadRunner, you...
184
scaven@...
May 18, 2000 9:22 am
Guys, I need help. I'm quite an experienced WinRunner user but have just been given LoadRunner to learn in a very short amount of time. I am booked on a...
185
mercury guy
mercuryguy@...
May 20, 2000 2:04 pm
I wanted to test one web application using winsock and whenever I try to record using winsock, it does not let me record anything. What am I doing wrong? What...
186
Tim Nichols
tnichols2@...
May 20, 2000 3:18 pm
Are you using the winsock protocol? Are you sure you're pointing at the correct appl? Some programs beget other programs and when that happens, LR is then not ...
187
Sarangapani Rajesh
srajesh@...
May 20, 2000 7:41 pm
Hi, From the documentation of LR, it mentions that we can run only a single GUI Vuser on a Windows based host, however Mercury interactive Virtual X Server...
188
mercury guy
mercuryguy@...
May 22, 2000 3:47 am
Here is how the flow goes. I opened vugen and select a new file of type winsock. I started recording cnn.com and clicked on a couple of links for testing ...
189
Tim Nichols
tnichols2@...
May 22, 2000 6:05 am
What browser and version are you using? Are you just "geeking out" by doing the winsock protocol with a web appl to find out what's going on behind the scenes?...
190
Ilia Bromberg
bromberg@...
May 22, 2000 6:20 am
In case you're using win95 - install the winsock 2 update (on LR CD). It will not work without it. BTW, is any other (e.g. HTTP) protocol's recording working? ...
191
salman.samad@...
May 22, 2000 8:54 am
thanks Rajesh that is true, but many networked systems are solely WIndows NT. How would one performance test them for end to end GUI activity with a tool such ...
192
Sarangapani Rajesh
srajesh@...
May 22, 2000 9:35 am
Hi salman, I can think of only one solution as of now, What you can do is first try to simulate... 20 Db Vusers from the Workstation, Find One tdb= (Tdb/20)...
193
salman.samad@...
May 22, 2000 9:39 am
thanks for your help, it is workable but with the tools and technology available I think there should be a more direct solution srajesh@... on 22/05/2000...
194
jeremie.w.dowdrick@...
May 25, 2000 11:31 am
I am trying once again to run a load test of 30 users running a business process. How do I set LoadRunner or QuickTest to understand that I have 30 unique IDs...
195
Richard Weber
rweber@...
May 25, 2000 6:36 pm
Are there any built in string comparison functions in LR for examining correlation parameters? for example I want to do soemthing like this: if (...
196
tnichols2@...
May 25, 2000 6:38 pm
Hi Richard, You need to use standard C functions, such as strcmp() to get the answers you need. Here is a reference guide I've been finding useful... ...
197
Richard Weber
rweber@...
May 25, 2000 6:45 pm
Thanks, WR has corrupted me so badly I have nearly forgotten C. Are the libraries already loaded in LR? ... From: tnichols2@......
198
tnichols2@...
May 25, 2000 6:47 pm
The standard ANSI C is part and parcel, yes... Tim ... libraries already loaded in LR?...
199
Ilia Bromberg
bromberg@...
May 28, 2000 6:41 am
Richard, You'll probably need to define a prototype of a function only... Regards, --Ilia...