[Webtest] autorefresh vs. previousresponse
Marc Guillemot
Marc Guillemot <mguillemot@yahoo.fr>
Thu, 10 Apr 2008 11:50:05 +0200
Hi,
at which place do you use previousResponse? Which page do you get in
both cases?
Cheers,
Marc.
--
Blog: http://mguillem.wordpress.com
Hesteric Roman - Together SK wrote:
> Hi there!
>
> I've tried to start my tests using autorefresh = "true" in
> <config> to specify whether the client should automatically follow page
> refresh requests...
>
> <html>
> <head>
> <meta HTTP-EQUIV=\"REFRESH\" CONTENT=\"0; URL="redirect_url">
> <title>Redirected to new location</title>
> </head>
> .
> .
> .
>
> In my test cases I'm using there <previousresponse> step to get
> previously loaded response, but after using autorefresh = "true" I get
> not the same response as by using autorefresh = "false", so my tests
> cannot continue using autorefresh + previousresponse step.
>
> Any Ideas how to solve it?
>
> Regards,
> Roman Hesteric
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>