* Can I transfer the result header of a http request to the next step? (Parts of the Location: header)
Yes. RegEx extractor with headers option *...and uses the username for http basic auth? I dont think this works directly. Might be able to workaround it though. 1. try passing http://username:passw...@host:port/path 2. See if the JMeter API's allow you to add the username / password , and if so use a beanshell pre processor * Is it possible to have JSON assertions (not with regular expressions) Possible yes. But you'd might have to roll out your own http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-dev/200909.mbox/%3c6354b0178104134e9bfdba292603c0330185e...@evsntc01.ad.office.aol.com%3e regards deepak On Fri, Jan 29, 2010 at 7:55 AM, Jan Torben Heuer <[email protected]>wrote: > Hi, > > I played a bit with jmeter and I just installed the jmeterrestsampler[1]. > So > far it works well, but I still have some open questions, maybe you can > point > me to the correct faqs ;-) > > * Can I transfer the result header of a http request to the next step? > (Parts of the Location: header) > > * Can I write a ThreadGroup where each Thread registers a new user (based > on > a thread-id or something like that) and uses the username for http basic > auth? (I currently use the http authorization manager but I don't see how > it > could be thread specific) > > * Is it possible to have JSON assertions (not with regular expressions) > > > Cheers, > > Jan > > [1] I'm going to extend it so if other are interested, too, I'd share the > code. > -- > From address is valid until 01.06.2010 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

