[Webtest] ajax, reload and parallels tasks

Paul King Paul King <paulk@asert.com.au>
Fri, 25 Apr 2008 21:15:13 +1000


You probably want either or both of ifStep and retry.

Paul.

dav wrote:
> Hi *,
> 
> I need to write test which invoke URL embedding ajax reload
> (periodically_call_remote). For this, no matter, sleep is my friend. But
> now, I need to wait for reload before to call next check, and during
> this wait, I need to do some another action (call another URL).
> 
> Does anybody know a convenient way to do something like with Canoo ? :
> 
> ...
> * invoke url='/myUrl'
> * fork
> ** sleep for 30 seconds
> ** invoke another url
> * wait for childs and continue (reload should occurs)
> ...
> 
> Hoping this could be done with Canoo...
> 
> dav.
> --
> 
> 
> 
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
> 
>