Hello,

How is it possible to chain testing steps while using a single Invoke step?

The result of my Invoke step generates response that includes Javascript
that needs to excute
in order to apply the next steps such as VerifyText, etc.

Webtest appears to stop after loading the response and is not excuting the
Javascript (that is called
on the OnLoad event).

We are using DWR from within the response page to update parts of the page
asynchrnously. These
DWR calls are also not getting generated (since the javascript of the
response page is not getting
executed).

Reply via email to