So if you add a response assertion for the HTTP Request (with the same regex) , then it should fail as well. Can you then look at the failed HTTP Request : Login and check the exact text in view results tree listener, response tab?
regards deepak On Wed, Oct 26, 2011 at 2:19 PM, brock <[email protected]> wrote: > > shettyd wrote: > > > > did you create the regex as child of the sampler returning the response? > > > > Yes, its looks like this: > > > > HTTP Request: Login > > RegEx Extractor: Extract Page Title > > > > If Controller: Update Password > > ... > > If Controller: Update Contacts > > ... > > If Controller: Update Email > > ... > > > > The If Controllers are configured as: > > "${PageTitle}" == "Update Password" > > "${PageTitle}" == "Update Contacts" > > "${PageTitle}" == "Update Email" > > > > It works for some pages but not all of them. I did check the page source > > for the pages not working and they do have quite a few errors and > warnings > > reported, I used http://validator.w3.org/ to check it. > > > >> -- > >> View this message in context: > >> > http://jmeter.512774.n5.nabble.com/Regular-Expression-Extrator-doesnt-work-on-all-pages-tp4941121p4941121.html > >> Sent from the JMeter - User mailing list archive at Nabble.com. > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Regular-Expression-Extrator-doesnt-work-on-all-pages-tp4941121p4941215.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

