ContributionsMost RecentMost LikesSolutionsRe: Projects migrated to TestComplete 12 failing to run Test Complete freezes every time I try to open Object browser. Then I have to forcefully close Test Complete using Task Manager. See attached NameMapping SS for Save As dialog. Re: Projects migrated to TestComplete 12 failing to run See attached screenshot of the application form. I believe this is the last screen namemapping identifies and everything after this is failing. In order to get to this page, it opens application, selects instrument and then selects form from the list in a pop up dialog. All these actions working fine. Re: Projects migrated to TestComplete 12 failing to run Which version of 12? -- Version: 12.42.3048.7 x64 What type of application? -- Desktop application (most likely C++) What does the code look like that it's failing on? *************************************** // if Recover Last Test window appears if(powerdb["dlgRecoverLastTest"]["WaitProperty"]("Exists", true, 3000)) { Delay(1000) ClickTag("DontLoadTest",5); // Click "No" Delay(1000) } When I commented out above code, it failed at different point powerdb["dlgSaveAs"]["SaveFile"](sFilePath, "PowerDB XML File (*.PdbXml)"); It seems it is failing to identify dialogs.. *************************************** What does your name mapping or object finding methods look like? --- Not sure what information you need here..but I have attached screenshot Thanks for your help.. Projects migrated to TestComplete 12 failing to run Trying to run existing project (developed in C#) in TestComplete 12 (converted from TC11). It opens tested application, but not identifying objects and then it freezes, can not stop the test. Need to close TestComplete forcefully. How can I make it work? Re: Running projectsuite created in TestComplete12 from TestExecute11 Thanks Robert for your response. We have two TestComplete liscences used by two testers, one is TestComplete11 & other is TestComplete12. So, that means need TestExecute11 and TestExecute12 in order to run projects created from TC11 & TC12. or Is it ok to run project created from TestComplete11 in TestExecute12. Running projectsuite created in TestComplete12 from TestExecute11 Hi, One of team member is getting error -- cannot open "C:\....path of project suite" because it is not a valid project or project suite. Created this projectsuite in Testcomplete12 and running it from Test Execute11 in other machine. Is there compatibility issue here? Thanks for your help. SolvedRe: capturing entire page That would be great if regions capture possible for entire page - scrolling all the way down and all the way right of window. Re: How to convert time value in Milliseconds? Thanks for your response. Yes, it works. How to convert time value in Milliseconds? Hi, I have time value as string like this - 0000:00:05.016 Is it possible with TestComplete to -- 1) Convert above string to time 2) Get total time as Milliseconds - 5016 ms aqConvert["StrToTime"]("0000:00:05.016"); - does not work Thanks, Samixa SolvedRe: Using "Transparent" in Regions.compare does not work Thanks for your response. With the help of Test Complete support team figured out that I need to use high quality image format. I was using .jpg format. I created new images with ".png" format, now image comarison excludes areas with Transparent color and shows images are equal.