Recent DiscussionsMost RecentMost ViewedTagged:TagChange attributes on the current Folder in the log I am trying to change the attributes on a folder based on if there are any error messages within that folder. I was wondering if this was possible. [code] var goodAttr = Log.CreateNewAttrib...How to block the test execute ID based floating license? please share details if you know how can i block the testexecute ID based floating license for running test complete tests through pipeline. Known information: when test execute application start ...Test complete tool does have rights to open excel file Trying to run the python code below and log message shows access denied def ExcelExample(): excelFile = Excel.Open("C:\\temp\\DataStorageExcel.xlsx") Notes 1.excel does have password and man...TestComplete with IBM Maximo Anyone is aware if TextComplete is compatible with IBM Maximo, would it support automation of different Maximo flows? mht files are by default opening in Edge browser and its blank Hi Community, Since today morning I've observed that Testcomplete results .mht files are by default opening in edge browser instead of IE and the page is completely blank. I've gone through some fo...SolvedIssue with Keyword Test recording Hello ! I am facing issue where when i record a test case for my desktop application , it seems Testcomplete is unable to recognize objects and showing below generic items in the recorded script . ...Improve test performance message creating blank selectors Hello, In my test, I am manipulating my selector for an object using variables. It only has one selector. For example: //div[@role='main']/div[%ProjectDiv%] Because of this, I am frequently gett...SolvedChrome extension not restarting still facing issue in chrome extension 15.0.5 unable to resume after once execution is paused need to crash testcomplete to exit Unable to open the application through test complete. Hallo everyone, I am trying to open one of my tested application. when I am opening the application normally, it's running properly. But when I am opening the same application through testcomplte, it...Python help Hello. I've been trying to get a value from a grid's specific location (row, column) using Python but seems to struggle finding the correct method. So far, the closest method I found is .SelectItem(...