I have been reviewing the documentation on Ranorex and I am favorably impressed (having used QTP before).
However, one piece of information is missing: What third party controls are supported by Ranorex?. In particular: are adapters available for control by ComponentOne, in particular C1DataGrid.
Thanks,
Leon
Support for 3rd party controls
Re: Support for 3rd party controls
In theory any 3rd party control that has implemented MSAA should be recognizable directly with Ranorex. If not directly recognizable through MSAA (could be a legacy App) you could also use the GDI plug-in to do some object interaction.
However, all that being said, your best bet is to install the trial and prove to yourself what can and cannot be recognized through Ranorex. It's a free trial and quite easy to quickly determine where you stand right out of the box. Just install Ranorex, run RanorexSpy and point to objects in your AUT. Once you get to that point, further questions will be easier to answer.
Good luck!
However, all that being said, your best bet is to install the trial and prove to yourself what can and cannot be recognized through Ranorex. It's a free trial and quite easy to quickly determine where you stand right out of the box. Just install Ranorex, run RanorexSpy and point to objects in your AUT. Once you get to that point, further questions will be easier to answer.
Good luck!
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Support for 3rd party controls
There is no list of supported controls, only of supported technologies. We don't have a list of supported controls, since such a list would never be complete (many control vendors, many different versions of each control). People could think that controls not on the list would not be supported at all, which would usually not be true.LeonP wrote:What third party controls are supported by Ranorex?
In addition, the meaning of "supported" is not very clear. Ranorex is able to automate pretty any technology, however, the number of recognized elements and of available attributes differ for each technology/control. That's why the best way to check if all features you need are supported for your controls is to use the Ranorex 30-day trial period - as Ciege already pointed out.
Another feature of Ranorex is that even if object recognition for an application is not satisfying, there are sometimes ways to get all the data you need from a control. For example, Ranorex provides the Control.InvokeRemotely method for Windows Forms controls that allows to do retrieve pretty much any data you want from a WinForms control. See following blog for more information:
http://www.ranorex.com/blog/transfering ... et-control
Regards,
Alex
Ranorex Team