Re: Please Help Me

2005-01-24 Thread Anders Haal
To learn more about regexp I strongly recommend you download the tool http://jregexptester.sourceforge.net/. Its excellent for testing. kalaivanan subramani wrote: Hi, I am new in Jmeter and Regular expressions. Please kind enough to find out one solution for my requirement. In my jsp file i

Pause instead of timers

2004-12-20 Thread Anders Haal
I have a test plan where I have number of samplers that are related on the server as a transaction. If they are done with a to long interval in between the samplers, the transaction context is lost. Since timers work distributed on all samplers in a threadgroup its will jam my transaction logic if

Re: Regular expression on a redirected page

2004-12-19 Thread Anders Haal
Of course! Works great know. Thanks for your help. sebb wrote: On Fri, 17 Dec 2004 22:04:13 +0100, Anders Haal <[EMAIL PROTECTED]> wrote: Have a situation when I need to use a regular expression post operation on the header response on page returning 302. The HTTP response headers is the bel

Regular expression on a redirected page

2004-12-17 Thread Anders Haal
Have a situation when I need to use a regular expression post operation on the header response on page returning 302. The HTTP response headers is the below and I like to extract the viewid from the Location row. My regular expression is Location.*_viewid_=(.+)&_.* and it seems to work using t

Re: Response getting lost

2004-11-21 Thread Anders Haal
Upgrade to 2.0.2 and the same recording works great. Time to do the test plan. Anders Haal wrote: I forgot that vital info, I had "follow redirects" on and not Redirect automaticlly. For my need this should right - follow redirects. The strange this is when running with the browse

Re: Response getting lost

2004-11-20 Thread Anders Haal
at, 20 Nov 2004 08:00:42 +0100, Anders Haal <[EMAIL PROTECTED]> wrote: Trying to use jmeter to do load simulation and response time measuring. The problem I have was discovered when I need to pickup returned data from the server response and use it into the next request. Being new to

Response getting lost

2004-11-20 Thread Anders Haal
Trying to use jmeter to do load simulation and response time measuring. The problem I have was discovered when I need to pickup returned data from the server response and use it into the next request. Being new to jmeter I did not understand the inbuilt recording mechanism in jmeter. Instead