malmarioOccasional ContributorJoined 6 years ago14 Posts2 LikesLikes received2 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Tested App Application path constantly changing When the new version is installed it deletes the old one so it is always in that path it just changes the version number. Tested App Application path constantly changing Hi, how can I make the Tested Application path be flexible? In my case our application changes the folder name based on its version (ex. C:\ProgramData\Test\App.2.1.5\App.exe) So when I set that path in the Tested Apps when a different version is installed test complete cannot find it anymore. I tried using a wildcard like 'C:\ProgramData\Test\App.*\App.exe' but it didn't work. SolvedRe: How to convert test results to XML Thank you for the reply. At first it didn't work when I used the path "C:\\Log.xml" then I created another folder TC Log and then it worked. Thank you again Marsha_R. How to convert test results to XML Is there a way to convert the Test Results from TestComplete/TestExecute to XML? When exporting I can only see export to HTML and MHT SolvedAnyway to disable 'Improve your test performance'? Is there any way to disable this 'Improve your test performance' warning message? It is a good addition but clicking 'Improve Performance' does nothing. Re: Best way to click a child object Thanks! Best way to click a child object Hi, What my script does is click the ChildObject then click the 'Link' object under it. I can do that by mapping each ChildObject but is there any better way to not map each ChildObject and Link The behavior of the Link objects will only show if only the ChildObject is clicked. Objects Structure Example: Parent Object --->ChildObject1 --->Link --->ChildObject2 --->Link --->ChildObject3 --->Link Thanks! SolvedRe: Does Test Complete work on a Google Chrome Extension nope. I just created a support ticket and suggested me to use OCR. It's doable once the chrome extension window is opened but not clicking the actual extension icon. So I will just use my screen coordinates to open the extension. Re: Does Test Complete work on a Google Chrome Extension Thanks for the quick reply. We do have licenses for Desktop, Mobile, Web and the Intelligent Quality add-on. So you mean the chrome extension should be under a different process from the Object Browser? Does Test Complete work on a Google Chrome Extension Hi, I need to automate a test using a Google Chrome Extension but it seems like Test Complete doesn't recognize a google chrome extension. Specifically, I need to get an authentication code using a Google Chrome Extension. Does anybody here work on a google chrome extension before? Thank you! Solved