Forum Discussion

ramu88's avatar
ramu88
Regular Visitor
6 years ago

Does TestComplete supports DevExpress.XtraPivotGrid.PivotGridControl

We are doing TestComplete POC for our desktop application developed in .net(Winforms, Devexpress).Objectspy not able to detect the elements/objects of DevExpress.XtraPivotGrid.PivotGridControl.

 

Please let me know, whether the control(DevExpress.XtraPivotGrid.PivotGridControl) is supported or not. If not , is there any alternative approach/option.

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Here is the list of all controls supported by TestComplete for DevExpress as recognized components.

    https://support.smartbear.com/testcomplete/docs/general-info/supported-technologies/controls/devexpress.html

     

    This does not mean you CAN'T automate that control, just that TestComplete won't supply some of the "out of the box" wrapper methods that you would typically see for controls of this type.

     

    You can attempt to add the control to your project in Tools -> Current Project Properties -> Object Mapping.  This may work for you but, since the control is not natively supported, there may be some things that don't work well.

     

    The alternative will be to examine the available properties, methods, etc., that are exposed to TestComplete and write your own custom wrapper code to perform the tasks you need do to.  This can be code intensive but, once done, you will be able to automate around said control.