How to automate DevExpress control.
I want to automate test for "XtraTreeList" and "XtraGrid" control of DevExpress.
Ranorex python documention doesn't have these contols information.
[url]http://www.ranorex.com/Documentation/Python/modules.html[/url]
Any solution to automate these contorls???
Automation for DevExpress control
-
- Posts: 5
- Joined: Wed Feb 06, 2013 9:02 am
Automation for DevExpress control
Last edited by gurpreet singh on Tue Jun 18, 2013 9:04 am, edited 1 time in total.
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Automation for DevExpress control
The Ranorex documentation does not mention any specific 3rd party control, since Ranorex does not depend on control specific implementations. In other words, you cannot tell from the Ranorex API documentation whether a 3rd party control is supported.
Instead, just track the control using Ranorex Spy and see if the controls are identified nicely - that's why Ranorex has a trial version
However, it looks like you are using an outdated, very old Ranorex version (1.5?). Ranorex 1.X does not have the object identification capabilities of newer versions and we highly recommend updating to a new version (we are currently at Ranorex 4.0.2!).
Regards,
Alex
Ranorex Team
Instead, just track the control using Ranorex Spy and see if the controls are identified nicely - that's why Ranorex has a trial version

However, it looks like you are using an outdated, very old Ranorex version (1.5?). Ranorex 1.X does not have the object identification capabilities of newer versions and we highly recommend updating to a new version (we are currently at Ranorex 4.0.2!).
Regards,
Alex
Ranorex Team