Re: Is their a way to randomize URL selection?

2009-08-28 Thread Adrian Speteanu
Hi Deepak, What I meant is that in your test plan example there wasn't a Random Controller anymore. I've tested like this and it works for me too: Thread Group 1 (1 thread 1 Loop) Loop Controller ( 5) Module Controller --- Thread Group 2 --Recording -- Simple Thread Group 2 (Disabled)

Help With Passing Multiple Variables From a Regular Expression Extractor

2009-08-28 Thread Steve Eckhart
I am having difficulty understanding how to pull multiple values from a Regular Expression Extractor and pass them along in my script. Basically, here's what I'm trying to accomplish: 1. Submit a form which will return 0 or more links to other pages. Each link has four parameters which I

RE: Help With Passing Multiple Variables From a Regular Expression Extractor

2009-08-28 Thread Steve Eckhart
Thanks, Deepak. I'm not familiar with BeanShell, but I was able to use what you sent to get the desired result. What I ended up doing was randomly select one of the links and then use your script to parse out the parts I need for my other module. -Original Message- From: Deepak Shetty

Re: Help With Passing Multiple Variables From a Regular Expression Extractor

2009-08-28 Thread sebb
On 28/08/2009, Steve Eckhart steve.eckh...@wausaufs.com wrote: I can't use Match No = 0 because I could get a different link for each of the three Regular Expression Extractors. I need each part from the same link. This would be fairly simple if I understood how to assign a variable

Re: Help With Passing Multiple Variables From a Regular Expression Extractor

2009-08-28 Thread Deepak Shetty
hi ok , if you know java bean shell is easy and invaluable (though maybe inefficient) in jmeter... regards deepak On Fri, Aug 28, 2009 at 10:38 AM, Steve Eckhart steve.eckh...@wausaufs.comwrote: Thanks, Deepak. I'm not familiar with BeanShell, but I was able to use what you sent to get the

Issue with GWT Application

2009-08-28 Thread Hari Kishore
Hi All, We have a GWT application I recording the script using http proxy. When I replay the script I am not able to submit the data into the database after action clicks . But Jmeter runs without any issues. But if we see the Response header no information is shown or it

Re: Issue with GWT Application

2009-08-28 Thread Deepak Shetty
hi a. By default JMeter errors are HTTP errors(5xx or 4xx status codes). You must add response assertions based on what your page should have (e.g. Success should be displayed, title of the page should be X, there should be no error messages etc depending on your app) if you want your app to show

RE: Issue with GWT Application

2009-08-28 Thread Hari Kishore
Hi, I am getting response code 200 from server, but the problem is the data is not submitted into the database. All the requests are RPC requests. I can see different sessionid are assigned for the users for every hit on the serve page. I can see this in the server log. Any docment on GWT

Re: Issue with GWT Application

2009-08-28 Thread Deepak Shetty
GWT is still an HTTP based AJAX app , it doesnt need any special document. You need to compare what your browser sends (using any browser sniffer like livehttpheaders and FF) with what you send from Jmeter by enabling View Results tree. Normally needs you to use Post Processors to extract data

Automatic start when in GUI mode ?

2009-08-28 Thread Rime
I'm running JMeter and would like to be able to automatically start it running in the GUI mode so I can watch the aggregate report as the tests run without having to click the Run-StartIs there any way to do this ? Thanks ! -- View this message in context:

Martin Ruschak/Szg/PorscheInt ist außer Haus.

2009-08-28 Thread Martin Ruschak
Ich werde ab 29.08.2009 nicht im Büro sein. Ich kehre zurück am 07.09.2009. Bitte wenden sie sich in meiner Abwesenheit an Herrn Zecha Andreas - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For

RE: Issue with GWT Application

2009-08-28 Thread Hari Kishore
Hi, Since I am new I need some help in assertion I am sending a post of the following values

Re: Issue with GWT Application

2009-08-28 Thread Deepak Shetty
the assertion is on the response you receieve not on the data you send. ytou need to check what the browser returns when it makes a similar post using firebug or something regards deepak On Fri, Aug 28, 2009 at 7:51 PM, Hari Kishore hari.kish...@satmetrix.comwrote: Hi, Since I am new I need