Redirects and regular expression extractors

2006-09-15 Thread David Bronner
Hi everyone, In JMeter 2.1.1, I used RE extractors to parse some redirect information for later use. In JMeter 2.2, it seems that my postprocessors aren't getting executed when a sampler gets a 302 and "Follow Redirects" is not selected. Is this correct? Is there a way to get the old behavior w

RE: Can Jmeter do this?

2006-09-15 Thread Aycock, Glenn W. \(JSC-IS\)[TES]
Try adding a Cookie Manager to your Test Plan. -Original Message- From: krupa [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 3:38 PM To: jmeter-user@jakarta.apache.org Subject: Can Jmeter do this? I am trying to load test my web application using Jmeter. In my web app, as

Can Jmeter do this?

2006-09-15 Thread krupa
I am trying to load test my web application using Jmeter. In my web app, as soon as a user logs on we create an object called myuserdata and store this object in the session. Every subsequent page looks for this object to validate the session. In Jmeter, I tried to use HTTP URL rewriting , but

Re: execute different scripts using remote mode

2006-09-15 Thread Simon
time ago i did a simple sample to learn how difficult is to extend the JMeter. the sample executes a string ... //ejecuto el programa Runtime obj = Runtime.getRuntime(); Process p = obj.exec(data); p.waitFor(); for example, it executes "something.bat"

Re: execute different scripts using remote mode

2006-09-15 Thread Simon
OK, thank you ... i was looking and thinking for a while, and finally i died here .. i think that this functionality should be provided, perhaps in future versions .. it is very useful to test a complex and heavy reality. You can see an example of this in OpenSTA, that allows you to run diferent s

Re: execute different scripts using remote mode

2006-09-15 Thread sebb
On 15/09/06, Simon <[EMAIL PROTECTED]> wrote: Hello, i want to know if it is posible to run a script X in the server S1, a script Y en the server S2 and recolect all the information in a single client that starts all the servers. No. The client sends the same script to all servers. You would

Re: JMeter 2.2 and Eclipse

2006-09-15 Thread sebb
On 15/09/06, Hoffman, Matthew <[EMAIL PROTECTED]> wrote: I tried to run this and I got this error. It is also the same error if I try to open my Script in Jmeter 2.1.1. Not sure what you mean by "this". Buildfile: C:\eclipse\projects\JWCLoadtesting\build.xml init: createplan: [copy] Co

Re: JMeter 2.2 and Eclipse

2006-09-15 Thread sebb
On 15/09/06, Hoffman, Matthew <[EMAIL PROTECTED]> wrote: Thanks again. I am actually using Alan Berg's jar for this (http:// www.stpmag.com/issues/stp-2006-01.pdf). Do you have instructions on how to run Jmeter through Eclipse? I think Alan's stuff is old. I've had a quick look at the arti

execute different scripts using remote mode

2006-09-15 Thread Simon
Hello, i want to know if it is posible to run a script X in the server S1, a script Y en the server S2 and recolect all the information in a single client that starts all the servers. thanks, Simon

Re: Re: need information about JMeter

2006-09-15 Thread sebb
On 15/09/06, Rishay Marajah <[EMAIL PROTECTED]> wrote: Hi Sreejith, Could you make available your manual to the JMeter community? The JMeter Wiki would be a suitable place... Also, are there any difference in performance results between JMeter and Loadrunner i.e. Do they provide results that

RE: JMeter 2.2 and Eclipse

2006-09-15 Thread Hoffman, Matthew
I tried to run this and I got this error. It is also the same error if I try to open my Script in Jmeter 2.1.1. Buildfile: C:\eclipse\projects\JWCLoadtesting\build.xml init: createplan: [copy] Copying 5 files to C:\eclipse\projects\Loadtesting\build\plan testPage: [delete] Deleting direc

RE: Re: need information about JMeter

2006-09-15 Thread Rishay Marajah
Hi Sreejith, Could you make available your manual to the JMeter community? Also, are there any difference in performance results between JMeter and Loadrunner i.e. Do they provide results that are consistent with each other? Regards, Rishay Marajah QA Developer / Test Analyst / Jmeter Dark Templ

RE: JMeter 2.2 and Eclipse

2006-09-15 Thread Hoffman, Matthew
Thanks again. I am actually using Alan Berg's jar for this (http:// www.stpmag.com/issues/stp-2006-01.pdf). Do you have instructions on how to run Jmeter through Eclipse? I think Alan's stuff is old. Matthew Hoffman CTCnetâ Project Manager Software Engineer 100 CTC Dr. Johnstown, PA 15904 (

Re: Regular expressions sometimes not getting substituted

2006-09-15 Thread sebb
On 15/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Thanks Sebb for your response. I have put my answers in colored text for your perusal. Can you please have a look into them and clarify my doubts? I'm afraid the colour does not show up here. Best to use prefixing, as I did... > Guys,

Re: jmeter 2.2 - proxy settings doesn't work

2006-09-15 Thread sebb
Might be worth trying the current nightly build - there were some fixes in the proxy area for the HttpClient sampler. On 15/09/06, Tony PAUVREAU <[EMAIL PROTECTED]> wrote: I have the following stackTrace the stacktrace in the tree of results : java.net.ConnectException: Connection timed out: co

Re: JMeter 2.2 and Eclipse

2006-09-15 Thread sebb
On 15/09/06, Hoffman, Matthew <[EMAIL PROTECTED]> wrote: Thanks. Can you tell me where I can get the newest version of the ApacheJMeter_core.jar file? It will be in lib/ext - either from the binary archive, or as output from the build process. Also, where in the properties file do I change

RE: jmeter 2.2 - proxy settings doesn't work

2006-09-15 Thread Tony PAUVREAU
I have the following stackTrace the stacktrace in the tree of results : java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress

RE: JMeter 2.2 and Eclipse

2006-09-15 Thread Hoffman, Matthew
Thanks. Can you tell me where I can get the newest version of the ApacheJMeter_core.jar file? Also, where in the properties file do I change the "Save As Version" mentioned below? Thanks again. Matthew Hoffman CTCnetâ Project Manager Software Engineer 100 CTC Dr. Johnstown, PA 15904 (814) 269

Re: jmeter 2.2 - proxy settings doesn't work

2006-09-15 Thread sebb
On 15/09/06, Tony PAUVREAU <[EMAIL PROTECTED]> wrote: Hi Im using jmeter 2.1.1 and jmeter 2.2 when i use the 2.2 version the proxy support doesn't seems to be working e.g. : java -jar ApacheJMeter.jar -H myProxy -P myProxyPort a simple test, im using "http client request" to request google hom

Re: JMeter 2.2 and Eclipse

2006-09-15 Thread sebb
On 15/09/06, Hoffman, Matthew <[EMAIL PROTECTED]> wrote: First off. Does Jmeter 2.2 work when trying to integrate into Eclipse? Yes, I do all my development in Eclipse. Make sure you set the classpath correctly - start by copying eclipse.classpath to .classpath, and adjust as needed. You nee

Re: help regarded

2006-09-15 Thread Choudhury
You can use Regular expression post processor extractors in order to parse responses and put them as parameters in subsequent requests. get yourself familiarized with Perl type regular expressions and also Regular expression extractor post processor element in Jmeter. Regards, Subhrajyoti Mob

JMeter 2.2 and Eclipse

2006-09-15 Thread Hoffman, Matthew
First off. Does Jmeter 2.2 work when trying to integrate into Eclipse? I am trying to run a test and is getting some conversion errors which makes me think it doesn't work. If not, is there a way to convert Jmeter 2.2 scripts to Jmeter 2.1.1? Thanks Matthew Hoffman

help regarded

2006-09-15 Thread Ravi Kiran
hey guys, I have 2 problems while working with JMeter.Please let me know the solutions as they are very crucial. 1.The response of a "getmembermessage" in our application contains two strings that are supposed to be parsed and one used as condition and other

Re: TestBean and Objects

2006-09-15 Thread R R
Hi, Thanx Again. I took the plunge and made our own custom sampler. For anyone else with low Java skills who wants to do this I found the Test Sampler a perfect place to start from. Its simple and with lots of copy and paste, easy to start making changes to it. Cheers R From: sebb <[EMA

Re: Relative file name path

2006-09-15 Thread vetalok
Hm... I think u should point path relative to your jmeter.bat file. So, if u have C:/Jmeter/bin/jmeter.bat u may to write ../projects/xsd/protocol.xsd Otherwise, move your projects folder into bin folder, then write projects/xsd/protocol.xsd - like I have Nuko wrote: > > Hi, > I am using XML