Integration with MQC

2006-03-14 Thread Ganti, Venkata
All, Does any one know about JMeter can be integrated with Mercury Quality Center (MQC)? Thanks Ven - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Recall: Distributed/Remote testing with JMeter

2006-03-09 Thread Ganti, Venkata
Ganti, Venkata would like to recall the message, "Distributed/Remote testing with JMeter". - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Distributed/Remote testing with JMeter

2006-03-09 Thread Ganti, Venkata
update the docs in the next few days. thanks again peter On 3/9/06, Ganti, Venkata <[EMAIL PROTECTED]> wrote: > > All, > > There is some problem with the JMeter2.1.1 Distributed testing on JAVA > 1.5.0.6. I uninstalled this version of Java and installed JAVA 1.4.2.11. >

Distributed/Remote testing with JMeter

2006-03-09 Thread Ganti, Venkata
rosoft ISA Firewalls. > > I can't really pinpoint where your problem comes from but my guess would > be a problem with rmi. Make sure to kill all rmi sessions before calling > jmeter-server.bat! > > Cheers Oliver > > -Original Message- > From: Ganti, Venkata [ma

RE: Remote testing with JMeter

2006-03-08 Thread Ganti, Venkata
All, This remote testing is not working for me... I tried in couple of machines but of no use. I am using Windows version of JMeter 2.1.1 on Java 1.5.0.6 Is there anything specific to version of Java/JMeter which works this feature? Previously Cookie Manager Feature is not working for me on Java

Problem while running Distributed test

2006-03-06 Thread Ganti, Venkata
All, I am running my test on a remote server. My RMI registry is running fine and I could able to see log messages saying the request is sent to my remote server and stuff... I could able to ping to my server IP, I found Connection Refuse message in my log. 2006/03/06 12:30:58 ERROR - jmeter.samp

Wired Behaviour of Cookie Manager config Element

2006-03-03 Thread Ganti, Venkata
All, I am having problems with the cookie manager. My test scenario just stops after the login screen. It won't execute the rest of the http requests in my test plan. If I disable cookie manager, it will execute all the http requests. If I place my Cookie Manager Element inside some Controller

Reg Cookie

2006-03-03 Thread Ganti, Venkata
All, I am testing an application which has around 6 HTTP Samplers with Cookie Configuration element added to my test plan. I checked Use KeepAlive checkbox for all the Samplers, now when I run my test I want to ensure my test is using the same Cookie across the application? Can somebody through

RE: Need some help on Result Tree Response Data

2006-03-02 Thread Ganti, Venkata
returning an empty response? Can you attempt to manually duplicate (through a browser of some sort) the exact request that JMeter is sending to ensure that the response does indeed contain data? ...Just an idea. On Thu, 2 Mar 2006 14:39:44 -0800, "Ganti, Venkata" <[EMAIL PROTECTED]>

RE: Need some help on Result Tree Response Data

2006-03-02 Thread Ganti, Venkata
2 Mar 2006 22:19:32 +, "sebb" <[EMAIL PROTECTED]> said: > What Samplers are they? > > Have you checked jmeter.log for any errors? > > On 02/03/06, Ganti, Venkata <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I successfully ran coup

RE: Need some help on Result Tree Response Data

2006-03-02 Thread Ganti, Venkata
Hi All, I successfully ran couple of tests runs of my application and I want to see the results in View Result Tree Pane. I am able to see the Response Data only for couple of samplers but for others it is showing me a BLANK Screen. What could be the problem for showing a BLANK Screen on the Resp

RE: Need Clarification on usage of Rregular expression extractor

2006-03-01 Thread Ganti, Venkata
uctId" value="(\d+)" The parentheses - ( and ) - are used to mark which section(s) of the RE to return. S. On 01/03/06, Bill Gosse <[EMAIL PROTECTED]> wrote: > Try name="productId" value="(.+?)" > > -Original Message- > From: Ganti, Ven

Need Clarification on usage of Rregular expression extractor

2006-03-01 Thread Ganti, Venkata
Hi All, I'm trying to get number 10125 from the following string: name="productId" value="10125" And I use the following expression, but it doesn't work: (name="productId" value="\d+?) When I am referencing this variable somewhere else in my test plan, its returning me the whole thing i.e. (na

RE: increment in While Controller

2006-02-23 Thread Ganti, Venkata
Hello everyone... I am looking for a sample Code where I can increment a variable inside a while loop. I tried using a counter inside a while loop, looks like its not working Can somebody help me on this... Thanks Ven _ From: Richard Gaywood [mailto:[EMAIL PROTECTED] Sent:

RE: regular expression extractor

2006-02-10 Thread Ganti, Venkata
Hi All, I want to capture Response Values dynamically; I tried Regular Expression Extractor (Post Processor), but I am not able to get the values from Response, could any one through some light on the usage of Regular Expression Extractor. Thanks in Advance... Ven -

RE: HTTP Proxy Server Recorder...

2006-02-07 Thread Ganti, Venkata
software project is going in the wrong direction. ... -Original Message- From: Ganti, Venkata [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 1:41 PM To: JMeter Users List Subject: HTTP Proxy Server Recorder... Hi everyone, I am new to this tool, I first tried to follow the samp

HTTP Proxy Server Recorder...

2006-02-07 Thread Ganti, Venkata
Hi everyone, I am new to this tool, I first tried to follow the sample given in the User Manual i.e. record the Jakarta.apache.org/jmeter site, but I failed to record this site. So could any one help me in using this HTTP Proxy Server Non-Test Element? My Environment: JMeter 2.1.1 on Windows Tha