ContributionsMost RecentMost LikesSolutionsRe: TestComplete 11 , The objects are not recognized when the application is opened by script Thanks for your reply. I dont think that is related to user. If that is the case why it was working fine until 10.30 version. However, this is not working Re: TestComplete 11 , The objects are not recognized when the application is opened by script Yes, I am using TestedApp . Re: TestComplete 11 , The objects are not recognized when the application is opened by script 1. Have you checked MSAA in default project properties. -- Same settings as Tescomplete 10.3 2. What is the OS and Bit. -- Windows 7 enterprise 64 bit 3. Does the app require any Admin access? -- not required 4. Command used to invoke scripts .-- Written code in Java Script. Aliases.RefreshMappingInfo(); sProcStatus=eval(sActionName+"(oDataDict, oUserDict)"); this is the call for function 5. Version of TC. --11.20.1491.7 TestComplete 11 , The objects are not recognized when the application is opened by script I was able to run scripts successfully using 10.3 . We have upgraded to TestComplete 11 and I obsrved a strange behavior. 1: Opened TesComplete Manually and Opened Application Using script . All the scripts are failed as TestComplete 11 doesnt recognise objects. 2: Same issue occured when TestComplete 11 is opened using VBScript. 3: Opened TestComplete 11 manually and Opened Application also Manually. In this Cases it recognises the Objects. However this was absolutely fine when TestComplete 10.3 was used. Can anyone provide me the solution? Getting "Cannot launch another instance of this application" error when launching the testcomplete I used below code to launch Testcomplete using vbscript. Receivd popup information "Cannot launch another instance of this application" , I didnt perform any action, and after sometime error "Object Required " at Line tcApp.Visible = True Dim tcApp const tcAppID="TestComplete.TestCompleteApplication" On Error Resume Next tcApp = GetObject( , tcAppID) If Err.Number <> 0 Then Err.Clear Set tcApp = CreateObject(tcAppID) End If On Error GoTo 0 tcApp.Visible = True what is the keyword short cut for comment multiple lines in TestComplete?