Search found 3 matches

by Kosmo
Mon Oct 08, 2007 6:42 pm
Forum: Automation API
Topic: Element-Class Performance
Replies: 4
Views: 3472

Hello, thank you for the answer. The function GetChild() can be slow if the Control has a lot of elements. I would suggest to use the functions FindChildren and FindChildrenValue(). Find-Methods should be faster than Get? That's surprised me, but ok. I have test it now and the time need is similar t...
by Kosmo
Sun Oct 07, 2007 11:07 pm
Forum: Automation API
Topic: Element-Class Performance
Replies: 4
Views: 3472

Hello again,

during test I noticed that element actions get very faster (0.1 seconds per action) if the main window of the test application is overlap with a modal dialog.

Is it possible to force this behavior?

Thanks in advance for any ideas.

Greetings,
Kosmo
by Kosmo
Sat Oct 06, 2007 9:21 pm
Forum: Automation API
Topic: Element-Class Performance
Replies: 4
Views: 3472

Element-Class Performance

Hello, I use the free version of Ranorex library in a csharp project. The test application contains many elements (> 400). This elements are identified from RanorexSpy as PushButtons. To test is a (long) sequence of clicks/default actions with this buttons. I get a button with GetChild methods to pr...