Timing of .Find methods

Ask general questions here.
atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Timing of .Find methods

Post by atom » Tue May 04, 2010 5:50 pm

Hiya

It would be really great if there was an option
e.g. Ranorex.Adapter.LogFindTime = True

Which when set, all subsequent .Find methods are automatically timed
and the timings written to the ranorex log file

This would allow to identify slow recognition, and possible improvements of x paths

Thanks

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Timing of .Find methods

Post by Support Team » Wed May 05, 2010 8:52 am

Hi!

Thanks for your suggestions! I've submitted your feature request to our internal tracking tool.

Regards,
Peter
Ranorex Support Team

atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Re: Timing of .Find methods

Post by atom » Wed May 05, 2010 9:38 am

Lovelly!

User avatar
Gunner1980
Posts: 89
Joined: Mon Apr 05, 2010 8:44 pm
Location: Austin, Texas

Re: Timing of .Find methods

Post by Gunner1980 » Tue May 11, 2010 5:57 pm

I would also like to see this feature, seems very useful.

atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Re: Timing of .Find methods

Post by atom » Wed May 12, 2010 9:11 am

Cool.
One of reasons I ask is for very rich GUI's developed in Dev Express
If you dont specify the full xpath to a control, but instead use FindDescendant or FindSingle with descendant:: xpath axis, it can take a few seconds to find the control

Thanks