[Webtest] autorefresh vs. previousresponse

Hesteric Roman - Together SK Hesteric Roman - Together SK" <r.hesteric@together.sk
Thu, 10 Apr 2008 10:07:16 +0200


Hi there!

	I've  tried to start my tests using autorefresh =3D "true" in
<config> to specify whether the client should automatically follow page
refresh requests...

<html>
  <head>
    <meta HTTP-EQUIV=3D\"REFRESH\" CONTENT=3D\"0; URL=3D"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 =3D "true" I get
not the same response as by using autorefresh =3D "false", so my tests
cannot continue using autorefresh + previousresponse step.

Any Ideas how to solve it?=20

Regards,
Roman Hesteric