Hari,

There are a few tips and tricks that make IE go a little faster:

1. If Proxy Injection mode works on your site then use this with
browser type piiexplore. This is actually quite fast, but does not
work for me for other reasons.
2. If your site has frames, select the parent frame of the elements
you are looking for first. This one change made IE almost useable for
me.
3. Avoid the use of isElementPresent when the element is not present.
This is often difficult when coding reusable tests but usually
possible to work around.
4. Experiment with small tweaks to your UI definitions. This sometimes
helps IE find things more quickly.

Hope this helps

Dominic

On Mar 2, 3:55 pm, John <[email protected]> wrote:
> That is the well known IE problem for XPath. I will add support for
> selecting a faster javascript XPath library
> on IE as suggested by dominicm to see if we can improve the speed. I
> will let you know
> after we commit the changes.
>
> Thanks,
>
> Jian
>
> On Mar 2, 10:51 am, Harihara Vinayakaram <[email protected]> wrote:
>
>
>
> > Hi
> >   Till now all my tests were running with *chrome and the tests were
> > reasonably fast. Once i switched to *iexplore the tests seem to be crawling.
> > Is there something else in the TelluriumConfig.groovy that I should look at
> > changing for improving my speed ?
>
> > Regards
> > Hari- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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