[Webtest] ajax, reload and parallels tasks

dav dav <dav@nnx.com>
Thu, 24 Apr 2008 23:04:58 +0200


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.
--