Hi,
Two JMeter questions.
#1. HTML Link parser: How to match only URLs _not_ containg certain string
I actually need to match to URLs not containing one parameter with certain value
("action=print"). Other values are ok ("action=view" , for example). It is also OK, if
there is no such a paramater at all. I tried regexps with negative forward-look-ahead
modifiers without success. URL's path need to match to certain pattern.
#2. Are there condotional controllers in JMeter?
If a response (or last URL) matches to certain pattern, I would like to do particular
request. Is that possible and how should I do it?
I actually want to build a selective "sprider" test case that goes through all menu
links in our software. Of course I need to build more specific test cases, but this is
a good start. Now my spider works pretty much ok.
- Jarno
PS. Greetings to JMeter developers. JMeter rocks!
--
To unsubscribe, e-mail: <mailto:jmeter-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jmeter-user-help@;jakarta.apache.org>