ContributionsMost RecentMost LikesSolutionsRe: Issue in TestComplete 10.0 which is not coming n TestComplete 8.7Hi Robert, i have updated code as the same but still the issue repeats in TC 10.0. This isn't appear in TC 8.7 Re: Issue in TestComplete 10.0 which is not coming n TestComplete 8.7Hi Leonardo, We are working on desktop applications only and option is checked as desktop only in TestComplete installation The following is the line of code Sys.WaitProcess("ApplicationName",2000,1).WaitWinFormsObject("ApplicationName",2000).WinFormsObject("MdiClient", ""); Issue in TestComplete 10.0 which is not coming n TestComplete 8.7Hi, We have recently updated our TestComplete from TestComplete 8.7 to 10.0.531. In one of our Test Case we are getting the "object does not exist. see Additional Information" error in TestComplete 10.0 In Additional Information we have the following information as "You are trying to call the "WinFormsObject" method or property of the "WinFormsObject("Our Application")" object that does not exist." Evaluate in debug mode shows Access Violation Error in TestComplete 9.3Hi, When i am trying to evaluate TestComplete Predefined Objects like "TestedApps,Log,dotNET,etc.," in debug mode i am getting the following error "Access violation at address 219D6AEF in module 'aqScriptDebugger.dll'. Read of address 00000008" The bolded things change for each keyword. This Problem is not appeared in Previous Version of TestComplete 8.7.This is appearing in TestComplete 9.31(Licensed) We are using Jscript for coding. So please provide a solution to avoid that error. Thanks and Regards, Durga Re: Windows Does not respond in TestComplete 9.0Thanks Tanya with TestComplete 9.3. version window does not respond problem resolvedRe: Problem with Excel ACE driver SettingHi Alex, Thanks for guiding me. i had the following code i=0; //Reading of Excel Sheet ExcelSheetReader = DDT.ExcelDriver(spreadSheet, workSheet,true); ExcelSheetReader.Name=workSheet; ProjectSuite.Variables.ExcelSheetsCount=++i; //loop for different work sheets next i read the ExcelSheetReader into array. Now In my excel sheet i have cells which are greater than 256 characters and i want first row to be read as data row. hence i used ace driver as i placed true in the ExcelDriver() function . I followed the instructions as given by TestComplete The settings for the Excel ACE driver are specified by the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Access Connectivity Engine\Engines\Excel key. and defined FirstRowHasNames subkey but still i am not able to read the excelsheet header as data row. also i am facing truncation problem for rows > 8 which i don't want. so could any one please help me out. thanks and regards, Durga, Quality Control. Problem with Excel ACE driver SettingHi, I am using DDT.ExcelDriver for reading excel spread sheet. i need first row as data row and all cells should be text. I did exactly as in the following link given by Testcomplete http://support.smartbear.com/viewarticle/56928/ but it is not working for me. So could any one please help me out. I am using TestComplete Licensed 8.7 version and using windows 7 for test run . Thanks and Regards, durgaRe: Windows Does not respond in TestComplete 9.0Hi Tanya, we are working on it and reply if issue repeats. use of 2 processors for running TestCompleteHi, We are running Test Complete 8.7 (9.0) in a virtual machine which satisfies the maximum requirements provided by Test Complete. we are having now 2 processors which are 2.8 and 2.7 GHz Intel Xenon-RAM 4GB-(windows 7 OS) to run our TestComplete in Virtual Machine Will TestComplete make use of 2 processors while executing or should we write code to make it work. we are running TestComplete by writing Jscript code. Thanks and Regards, Durga.Windows Does not respond in TestComplete 9.0Hi, I had upgraded from TestComplete 8.7 to TestComplete 9.0 for testing .Net application and when i am doing a double click operation i am facing an exception as "Windows Does not Respond" in TestComplete 9.0 which i didn't faced in TestComplete 8.7 Thanks and Regards, Durga