DevExpress.XtraBars.PopupMenu 8.1

Ask general questions here.
prescott
Posts: 1
Joined: Mon Jan 19, 2009 11:14 am

DevExpress.XtraBars.PopupMenu 8.1

Post by prescott » Mon Jan 19, 2009 11:29 am

We are currently evaluating if we can use ‘Ranorex Studio 2.0’ for our test automation. Our product uses DevExpress controls throughout, and we are experiencing problems with selecting popup menus and ‘Ranorex’ recognising child pop-up menus.


Do you have an example of this working? Each menu level seems to be created within a container control which we can not make unique.

Example of container path: */container[@accessiblerole='Grouping']

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Mon Jan 26, 2009 9:47 am

Hi,

I've analyzed the DevExpress Demo applications and their menus. Hopefully they are comparable to yours.

The container path provided by Ranorex is only a part of the RanoreXPath expression. Because of the menu's top level behavior there can only be one element returned during automation. Therefore this path should be unique.

kind regards,
Christoph,
Ranorex Support Team