Response Assertion

2005-01-04 Thread Liao, Avian
Hi, All, I try to use response assertion to assert the page after I sending out my request, and there is one thing that make me very confused. I use "View the result Tree" listener, so I can exactly know which page I am in, and I got my desired page, in this page, I have the following: Selecte

Re: Extracting from response

2005-01-04 Thread sebb
Please also have a look at the JMeter Wiki http://wiki.apache.org/jakarta-jmeter/ for example: http://wiki.apache.org/jakarta-jmeter/RegularExpressions there's other useful stuff on using JMeter in the FAQ: http://wiki.apache.org/jakarta-jmeter/JMeterFAQ On Tue, 04 Jan 2005 08:36:08 -0500, Mi

Re: Extracting from response

2005-01-04 Thread Michael Stover
The regular expressions follow perl conventions, so any perl regular expression tutorial should provide what you need. example: http://www.perl.com/doc/manual/html/pod/perlre.html -Mike On Tue, 2005-01-04 at 00:09, Kumar, Amit wrote: > Hi JMeter Users community, > > I am basically a black box t