Recent DiscussionsMost RecentMost ViewedTagged:TagBypassing TC engine Hi everyone ! Since Smartbear still doesn't fix the custom web element detection issue, I'm trying to bypass TC's internal engine. I would like to use the native method of javascript to evaluat...how to run custom scripts after project suite Run is completed We have developed custom code in python to generate html based Summary report using the data available in the TestComplete provided Junit summary report xml file. At the end of execution i want to g...String Variable not including necessary newline characters (/n) Hello everyone, I have started using variables in my test checkpoints, and I have run into the following problem, the solving of which I would really appreciate. I am testing to see whether the tex...SolvedMaking a URL semi-agnostic Page object in Keyword Test Hello All, My question is quite brief. I am trying to automate a website with a Keyword test. Let's call it: https://www.test.com Suppose that after I save something on this website, the URL chang...SolvedHow to run the WPF application in silent mode? I am using the command below to run the WPF application, but it is starting in GUI mode: TestExecute.exe "<<Project Suite>>" /r /p:<<Project Name>> /SilentMode ClickItem not selecting the proper item from a dropdown I am working with TestComplete for the first time, evaluating it for ease of use for our organization. I'm a tester, not a developer I tried recording a test that fills out a form including a dropdo...Identifying 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 ...Search a text in an Execution Plan Hi, Quick question. Is it possible to search a text in an Execution Plan? Thanks Qt6-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 Q...How to access Private and Protected methods from an imported DLL Hi, Iam trying to access the methods from an imported DLL which i added in CLR Bridge section. First question is 'Is it possible to access?' if so how to do it using C# script. Thank you!