I'm a QTP veteran and has switched to Ranorex, my current working place has an extensive test frame work developed in Ranorex (4.1)
our AUT is using DevExpress controls, although Ranorex give very good support for automating DevExpress there are some control that are not supported, for Example : Scheduler.
in QTP i had the possibility to write in code something like this
Code: Select all
set items = oScheduler.Object.getChildObjects()
so my question is as follow, is there a way to do the same thing in Ranorex?
if not maybe i'm missing something and that control is supported?
if all of the above are not relevant, how can i test that control type?
Regards,