Can JMeter parse received HTML documents and submit a request based on a Link text?Yes, you can use regular expressions to parse one response, then use found values as part of the next request.
I would need something like this in order to test an application which uses obfuscated URLs, where every URL is constructed followingly: /servlet?parameter=ABCDEF1234...
The numerical part is single-use self-generated Hex, so the only identifier I could use is the <a>hypertext</a> itself.
See the on-line documentation for details.
Regards Tomi
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

