Hi,
One of our partners is using Telerik controls in their product, and we are helping them to automate it with Ranorex. Our biggest problem is that, when the programmer uses a RadTabControl then Ranorex sees it as not visible. This makes the automation process way too slow, since recording the elements cannot be done with the tool, but manually.
Did anyone encounter similar problems nowadays? Do you have some kind of clue on how to configure the controlls to make sure that they are visible?
Regards,
Zoltan
One of our partners is using Telerik controls in their product, and we are helping them to automate it with Ranorex. Our biggest problem is that, when the programmer uses a RadTabControl then Ranorex sees it as not visible. This makes the automation process way too slow, since recording the elements cannot be done with the tool, but manually.
Did anyone encounter similar problems nowadays? Do you have some kind of clue on how to configure the controlls to make sure that they are visible?
Regards,
Zoltan
4 Answers, 1 is accepted
0
Hi Zoltán,
Please excuse me for the late answer.
Unfortunately I was not able, to reproduce the described issue. Here you can see a short screen cast of my test with Ranorex. Also in the begging of the screen cast you can see the code of the sample application I used. It contains a RadTabControl with four RadTabItems and from the screen cast you can see that Ranorex see all the parts of the RadTabControl and RadControItems.
Please examine the video and if you have more questions don't hesitate to contact us.
Regards,
Stefan
Telerik
Please excuse me for the late answer.
Unfortunately I was not able, to reproduce the described issue. Here you can see a short screen cast of my test with Ranorex. Also in the begging of the screen cast you can see the code of the sample application I used. It contains a RadTabControl with four RadTabItems and from the screen cast you can see that Ranorex see all the parts of the RadTabControl and RadControItems.
Please examine the video and if you have more questions don't hesitate to contact us.
Regards,
Stefan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Andrey
Top achievements
Rank 1
answered on 18 Feb 2015, 11:46 AM
0
Hello Andrey,
We do not provide built in support for Ranorax testing framework. What we do provide is UI Automation Support implemented through a tree of peer classes that derive from FrameworkElementAutomationPeer.
You could try one of the options below:
Peshito
Telerik
We do not provide built in support for Ranorax testing framework. What we do provide is UI Automation Support implemented through a tree of peer classes that derive from FrameworkElementAutomationPeer.
You could try one of the options below:
- Use the latest version of our controls and see if the issue is reproducible (You might be using an older version which does not include the UI Automation Support).
- Contact Ranorax and ask them if their tool should be able to find those elements.(I used XAML Spy and WPF Inspector to inspect RibbonView's elements and had no problems identifying them)
In addition I would suggest you to try out the Telerik's Test Studio where we have built in support for our WPF controls.
Peshito
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Andrey
Top achievements
Rank 1
answered on 24 Feb 2015, 12:10 PM
Hello. Thank you for reply. Since new version of Ranorex (5.3) all is OK. The issue was fixed.