Yes, read the manual regarding functions, and see the regex function reference:
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#__regex Function > -----Original Message----- > From: Henry Chan [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 10:03 AM > To: [EMAIL PROTECTED] > Subject: building an HTTP request based on a previous HTTP response > > > Does anyone have much expertise with jmeter? > > I'm trying to create a regression testplan for a website, > > But I'm having problems with creating an HTTP request > > Based on a previous HTTP response > > > > For example, if Page1 returns some HTML like: > > self.location = http://xxx/index2.cfm?trxID=somthingdynamic > > > > is there a way for me create a regex that will strip out > > only part of the response (like the trxID value) and create > > a new HTTP request based on the output Page1. > > > > To me this seems like an obvious tool that should be > > Available in a web testing tool, but I have failed to > > Have find such a feature in jmeter. Advice? > > Anyone else have any good regression testing tools > > > > Thx, > > Henry > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

