How to get the content text of XtraReport DevExpress v17?
Hi Everyone, I'm in trouble with XtraReport v17.1.3. My Scenario: I need check the content of report with the expected file. Current:I'm using the TestComplete v12.10, andit can't get the content text of the Text on XtraReport v17. - With XtraReport v14, the TC can get the content text of the report. Besides, the TC v12 can't get the combobox object on XtraReport bar. Please help me to resolve this issue. Thanks and regards, Hien Su1.8KViews0likes5CommentsNot able to get the control of buttons in TdxRibbon using the TestComplete in Delphi
down votefavorite I'm usingDelphi 10.1 Berlin and usingDevExpress 16for developing windows application. And in this I'm usingTdxRibbon->TdxRibbonTab->TdxLargeButton. And when I'm trying to useTestcomplete->Display Object Spyto get the particular object details. But when I'm trying to locate the particular button details in the ribbon and I cant able to locate the specific button details and I'm getting the total panel details. With this I have attached the screen shot. And is there any method to locate the particular button as mentioned in the screen shot. And some of them suggested to use the following link: Implementing IAccessible Interface Support in Tested Applications. But it the full explanation is not provided for implement using Delphi. Also I got theanother link fromstack overlow. But still there is no explanation for the component which I'm using. Please provide me some help to implement this.1.7KViews0likes3CommentsHow to get Node's name in CustomTreeList
Hello, I'm new in TestComplete Sorry in advance I dont speach english very well :-) So, I work in a desktop application which contains a CustomTreeList object. I just try to know how to get any node's name (Label) but I still failed. I use VBScript language to write script. I able to count how many nodes inside CustomTreeList with : (...).Afx.HwndSource_CommandDispatcherControl.WinFormsAdapter.NavigationControl.splitContainerControl1.SplitGroupPanel.navigationTree.AllNodesCount or (...).Afx.HwndSource_CommandDispatcherControl.WinFormsAdapter.NavigationControl.splitContainerControl1.SplitGroupPanel.navigationTree.get_AllNodesCount or (in only first column) (...).Afx.HwndSource_CommandDispatcherControl.WinFormsAdapter.NavigationControl.splitContainerControl1.SplitGroupPanel.navigationTree.get_Nodes.Count I already able to get to any node in the depth of CustomTreeList objectwith "wChildView" command,for eg : (...).Afx.HwndSource_CommandDispatcherControl.WinFormsAdapter.NavigationControl.splitContainerControl1.SplitGroupPanel.navigationTree.wChildView(3).wChildView(0).ClickCell(1, "Name") And now, I need to know how can I get node's name. Can you help me please. Thanks a lot770Views0likes1CommentCannot see (and control) the DevExpress XtraLayout.TabbedControlGroup in TestLeft Spy tool
We have a very nested WinForms/DevExpress application. There is a screen with a ITabControl with a LayoutControlGroup and inside that a TabbedControlGroup and inside that a another LayoutControlGroup If I inspect this screen I do not see the TabbedControlGroup, but the inside LayoutControlGroup I do see. Does TestLeft support the following controls? - XtraLayout.TabbedControlGroup (I cannot see this in the spy tool, therefore not click on/select Tabs) - XtraLayout.LayoutControlGroup (I do not have problem accessing controls inside this control) Please help with useful tips and/or workarounds2.2KViews0likes0CommentsProblem with Widows 10 TestComplete 12: Developer Express controls don't work if system font is 125
When I worked with TestComplete 11 on Windows 7, my Developer Express controls in the test worked on system fonts 100 and 125. I apply to controls by object name, I never use coordinates. For some reason on Windows 10 the same test works only on system font 100. When I run it on system font 125, the test click objects in incorrect place: as if it looks for the control in the same coordinate where it was when the font was 100. Can anybody help?1.9KViews0likes5Comments