Hi Ben,

I use Tellurium for exactly this type of thing routinely.

The first thing I would try is to increase the timeout as 3 seconds
may be too short, especially if you're using IE.
I would try stepping through the test in debug mode to make sure that
the click event has gone through, then wait until the element is
definitely there before proceeding.


On Aug 10, 4:56 pm, Ben Groeneveld <[email protected]> wrote:
> Our impression has been that with Tellurium we should be able to test for
> Ajax responses that produce page updates.  Yet in our testing to date we are
> not able to test for or verify Ajax responses that update page regions.  For
> example, the following DSL (below) that produces a page update will time
> out.  Are there some specific settings that we should be using?  Thanks!
>
>     click "EcisPlusUiQrInnie.expand"
>     waitForElementPresent("MailToo.mailto", 3000)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to