ContributionsMost RecentMost LikesSolutionsRe: Shared Name Mapping with Differing Object Browser IDs Hi, Can you go to project properties and check the below options are same in all the projects? Re: TestExecute freezes beyond the 10 seconds without getting errors Hi, We also had same issue when we execute in VM machines. So we tried to increase the RAM and cleaned the c drive disk space. This is happening mainly when we give Sys. Refresh or call any outside .net DLL. Re: Explorer process gets crashed on termination in Windows-10 & Testcomplete-10 combination Can you give us below information. 1. TC version used 2. Windows 10 Build version used. 3. Does the user has Admin Access?? Re: TestComplete 11 , The objects are not recognized when the application is opened by script Hi, We also upgraded scripts recently. We did not face any such issues. Can you give the following info. 1. Have you checked MSAA in default project properties. 2. What is the OS and Bit. 3. Does the app require any Admin access? 4. Command used to invoke scripts . 5. Version of TC. Jscript Run time error while executing the scripts in C# Hi , While executing scripts in Windows7_64 bit if i run the following code it is thing runtime error at the first line.The code is written in C#. var oex = Sys["OleObject"]("Excel.Application"); oex.visible = false; var owb=oex.workbooks.open(FoundFullPath); var ows=owb.worksheets("Sheet1"); Re: encryption of testcomplete scripts Any help..!! Re: TestExecute/TestComplete freezes after closing the application For the forcefull termination of application you can use the below.. the input for "Application" is process name. This will only terminate if the process still exists //************************************************************************* //This function is used to terminate the application if it exists before starting of the job function TerminateApplicationProcess(Application) { Sys["Refresh"](); if (Sys["WaitProcess"](Application,100)["Exists"]) { Sys["Process"](Application)["Terminate"](); //Log["Message"]("--->" + Application + " Process Existed Previously So terminating"); } } Re: Chrome displaying TestComplete Plugin Unsupported message i am also facing the same problem. Please help us .. Re: encryption of testcomplete scripts can you help me on any 3rd paty apps?? Re: Pause button in Test Execute Guys Help..!!