shettyd wrote:
> 
> Hi
> Your response that fails is
> "<HTML>
> <HEAD>
> <meta http-equiv="refresh"
> content="0;url=/.../..../
> twbkwbis.P_GenMenu?name=bmenu.P_MainMnu&amp;msg=WELCOME+Welcome,+User+Name,+to+the+Student+Access+System(ASAP)!Oct+27,+201109%3A20+am">
> </HEAD>
> </HTML>"
> 
> The meta http-equiv="refresh" is a directive that tells the browser to
> refresh the page with the url in the url attribute. However Jmeter (is not
> a
> browser etc etc) wont do it automatically. Therefore your test fails. So
> you
> have to modify your test to be
> Http  Request
> +Extract Title (default=notfound)
> +Extract meta refresh url (default = notfound)
> If("${metaurlrefesh}" != "notfound")
> +request metaurlrefresh (but ensure you get the path right , unescape
> &amp;)
> ++Extract Title again , variable name same as the first Extract Title so
> that you override the value
> if("${title}" == "value1")
> +Request 1
> if("${title}" == "value2")
> +Request 2
> 
> etc etc
> 
> regards
> deepak
> 

If I request the meta refresh it just goes to the main landing page where
the title is Home, the other page is Fee Reminder.

Why do some pages not have the full Response and some do?



--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Regular-Expression-Extrator-doesnt-work-on-all-pages-tp4941121p4943791.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to