rraghvaniChampion Level 3Joined 4 years ago4590 ย Posts1264 LikesLikes received537 ย SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Edge browser does not recognize Test Extension sometimes Verify that you have the SmartBear Test Extension installed Re: Object mapping fails after the TestComplete upgrade due to a Chrome compatibility issue. If you run the command, TestComplete1584SLM.exe -clean or TestComplete1584SLM.exe --clean it will perform a clean installation. Re: Running the Execution Plan enabled items via script within TestComplete PowerShell can display a progress bar via Write-Progress. For unattended automation, I would recommend a combination of progress/status + logging + failure notification. A progress bar alone isn't sufficient because it can't tell you whether a job has silently failed. Re: Running the Execution Plan enabled items via script within TestComplete I don't think it can be done within TestComplete. However, you can you either use Batch file or PowerShell script file to do this, via TestComplete Command Line Re: Object mapping fails after the TestComplete upgrade due to a Chrome compatibility issue. The issue that you have described has already been discussed and fixed in the latest version of TestComplete. Re: TC 15.84 new UI The new UI is amazing ๐ Re: TestComplete is prepending to the PATH when it launches and breaks/blocks our users Python installs If you run Python scripts via TestComplete, then it needs to use it's own Python package. TestComplete supports Python 3.13.3 Re: What to use as Test Filter Criteria for running test with @ tags in In your yml file, could you replace the line of code with this testFiltercriteria: '@Regression=true' to see if it works? The try with using single quotes, testFiltercriteria: '${{ parameters.testFiltercriteria }}' Re: Testcomplete Object interaction drift Many TestComplete users work on corporate PCs/laptops that are managed by their IT departments. Google Chrome and Microsoft Edge usually update automatically, so their browser versions can quickly get ahead of what TestComplete supports. Thatโs when issues can occur! Re: Testcomplete Object interaction drift It was relating to a Google Chrome update. I think the issue was resolved in TestComplete v15.81. Refer to the Version History. There's also been a discussion on the forum about it too.