[Webtest] WebTest CC Build Rel.278 Successful
Marc Guillemot
webtest@lists.canoo.com
Mon, 26 May 2003 14:23:48 +0200
>
> > Furthermore in a real test sequence, one will probably not have the 2
> > followframe just one after the other but something like
> > <followframe name="foo"/>
> > <verify....>
> > <followframe name="bar"/>
> > with some verifications on the first retrieved frame.
>
> Right now you would do
> <followframe name="foo"/>
> <verify....>
> <followframe name="foo:bar"/>
> <verify...>
> which is the same to me, except of the naming..
>
that's not correct, you would need to add a
<previousresponse/>
before the
<followframe name="foo:bar"/>
what makes a really strange way to navigate: one step forward, some checks,
one step backwards, two steps forward!
Marc.
Marc.