Support for FireMonkey / FireUI
TestComplete lacks support for testing of Delphi / C++Builder applications that are using the FireMonkey / FireUI cross platform framework.The only options are to use OCR or low-level mode tesing, making UI testing cumbersome. The FireMonkey framework is actually widely accepted and getting momentum in the Delphi community, and missing support for FireMonkey is quite a pity.4.9KViews4likes2CommentsFocus on window not visible on screen
Hello, I'm testing an application (delphi) and every time I press F12, I get a new window which helps me navigate in the application (note that both the application and the window are part of the same process, which is why minimizing does not show the window). My issue is that when it is done enough times, the window appears behind the application. From what the devs told me, I have to change the window Z order to make it visible on screen. I have tried multiple things, but the object always says visible = true, while visibleOnScreen = false. Any idea how can I change the z order of application windows or even better, make my window visible again ?Solved2.8KViews0likes9CommentsHow to filter a grid using native features of delphi
In a grid of a delphi application, it is possible to make this filter in the table via script command in the test complete? Investigating in the object browser of that grid, I found the command that does the filtering at that address (...).DataController.Filter.FilterText, contained this: "(DESCRIPT LIKE 'Óleo%') AND (VALUE = 3,2248)" However if I change the data in the DESCRIPT or VALUE field and execute it it seems that it has no effect. In several doubts I solved consulting the topics of the documentation(https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/grids/devexpress-quantum/index.html), but in this specific case I couldn't find anything that would help me1.9KViews0likes4CommentsNot 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.7KViews0likes3CommentsInvoke testComplete with command line
Good afternoon everyone, I'm starting continuous integration method here and think if is possible invoke a ScriptTest of TestComplete with CMD command line, anybody know how to make it? Im use TestComplete v.11 with Pascal and Windows server. Thanks very much attention MarcosSolved1.2KViews0likes1CommentTesting Delphi app without relying on Debug Build
Just want to know if there’s a way to run our automated scripts without relying on the debug version of our app written in Delphi. We’re aware that some of the debug attributes are not accessible under a normal build. We are trying to automatically run our scripts every time there’s a build in Trunk and Production, but builds under these repos are not in debug mode. Thank you for your ideas.1.1KViews0likes3Comments