ContributionsMost RecentMost LikesSolutionsRe: Windows 10, Chrome, Confirm() not working I've got the same problem with TC 11.31. TC11.20 EvaluateXPath not always returning object Hi, I'm having trouble with EvaluateXPath sometimes it's working, sometimes not on the same xpath. I did had this problem on TC10. In my case, QuerySelector is working so I was able a change my function. Does anybody have seen this? Is Confirm object supported with Microsoft Edge? I have a CloseBrowser function, that handle confirmation message. When running my test on Edge, the Confirmation message is not handle Object browser is seeing this: Sys.Browser("edge").BrowserWindow(0).UIAObject("Popup_2").UIAObject("m_informationDialog").UIAObject("ContentScrollViewer").UIAObject("Leave_this_page") I didn't read any limitation in documentation of Confirm object. Is it a missing feature, a bug? or did I miss something Thanks Re: Variable Data with test completeIf you can modified your database, you can add a field for Used addreses. So you query only the unused email addresses. After you select the address, you update the used field.Re: TestComplete 10.20.953.7 and Firefox 34.0.5After installing TC 10.5 on my 2nd machine, Firefox 34.0.5 is correctly recognized as a browser object. When looking at the extensions, TC 10.5 is installing tcFF34Hook.dll so I copied the dll into the extension dir of TC 10.20 and it's working. So may be there are different configurations out there, but if Firefox33 patch was really working for Firefox34, why is there a specific dll for FF34? Re: TestComplete 10.20.953.7 and Firefox 34.0.5Like Bruce, I have TC 10.20 installed with Firefox 33 patch installed and Firefox 34.0.5 does not appear as a browser object in object mapping. So all tests are falling.Re: How to use testcomplete with ipadTC does not support testing of web browsers on iOS, nor any external application. You need to 'instrument' the ipa. Re: TC9 Enterprise -> TC10 upgrade: Best practises/how to?"Hi, I'm also interested. I'm have around a hundred of projects to upgrade. Is there a way to do it by program? What is the recommanded solution? thanksRe: Running individual Test Items in TestExecuteUnless there is a change in TC10, you cannot specify testitem on the command line. The only way I found, is throught COM using 'IntegrationObject.RunProjectTestItem'. You can find an example of use of COM in TestExecute help.How to force project conversion when running through COM?Hi, I'm running all my tests using COM. If the project was made with an older version of TC, the OpenProjectSuite() fails. I saw the /forcecconversion option for the command line options of TestExecute, but I didn't find a way to do it through COM. thanks, Thierry