Testcomplete is not minimizing while running userforms with RectObjectPicker
I have a user form which will capture the object and its details on clicking the RectObjectPicker On clicking the RectObjectPicker from the userform testcomple should minimize and show my current application that is running (or previous screen). But what happens is testcomplete is still visible and bit greyed out and my tested app is partially visible. Even tried with Option - Current Project Properties - Playback - Minimiize Testcomplete to TRUE or checked Can any one help on this. I am using a Desktop windows based application for tested apps.18Views0likes2CommentsVideo recording of Text Execution
Hello to everyone! I installed the VideoRecorder Extension and the last version of VLC Media Player. When I try to record a test execution in the log tab the following sentence appears: "Unable to start video recording. The VLC recorder is not installed." Why does this message appear? I uninstalled and installed again VLC but it continues to appear. How could I solve this problem? Thanks in advance to everyoneSolved1.1KViews0likes8CommentsIdentifying menu items via AutomationId
Hi, I am new to testcomplete and currently trying to test a windows desktop application using the dev express framework. I am trying to open the popup menu "Display" of my application and then click on the menu item "Load layout". I would like to identify all elements via AutomationId so that I don't have to update my tests if a new menu item is added to the application. I don't want to navigate to the corresponding menu item via up/down keys or use some coordinate-dependent clicks. The opening of the Display menu works. The LoadLayout element is found, but the click is not executed: Here is my code (python): openDisplayMenu = myapp.Find("WPFControlAutomationId", "Display", 100) openDisplayMenu.Click() importLayout = myapp.Find("WPFControlAutomationId", "LoadLayout", 100) importLayout.Click() Could it be that this is not supported by testcomplete, or have I made a mistake somewhere? Thank you for your help!23Views0likes2CommentsQt6-Objects are not recognized
Hello, After Qt6.5-Upgrade of the software any Qt-Objects are not recognized by TestComplete (15.54, neuest at this moment) any more. The TestComplete Tests worked with the software with Qt6.2 or Qt5 without problem. Is there any way to make it work, other than waiting for TestComplete update? We are also wondering if we can find the Qt6.5(LTS)-Support plan somewhere. Thank you.521Views2likes5CommentsRunner.Stop(true) stops complete execution, not just the current test case
I want to use Runner Stop to skip some test cases in specific condition during the automatic testing. I am using Runner.Stop (true) in the event onStartTest. Project playback settings are continue runinng.. The test case item setting in the execution plan is on error; use the project on error property. How to solve this issueSolved115Views0likes14CommentsIs it possible create automation framework using descriptive programming with c# script language
Hi, I want to create an automation framework using c# script in Test complete via descriptive programming. Is it possible to do this without using inbuilt Name Mapping and Object repository. Please suggest. Thanks!37Views0likes2Comments