ContributionsMost RecentMost LikesSolutionsWait for batch file execution completeHi, I'm running batch file from my script. So batch file is doing an installation of an .msi file. I have to wait till the installation completes and continue with my script execution Problem is I don't know how much time the installation takes. Do we have any return value or a method to check/wait till the batch file execution is completed ' Script 1 lines ' Batch file execution 'Script 2 lines I have to wait/check batch file execution completed and continue with script 2 executionObject names are not displayed properly in Object BrowserHi I'm using TestComplete 9.2v, i'm facing a problem frquently while opening and running an application. Object names are displayed differently in different times for the same object Eg.; 1. Sys.Process("RobotStudio").WinFormsObject("MainForm", "ABB RobotStudio 5.15.01 (64-bit) [Internal build]") 2.Sys.Process("RobotStudio").Window("WindowsForms10.Window.8.app.0.2eed1ca_r25_ad1", "ABB RobotStudio 5.15.01 (64-bit) [Internal build]", 1) Here 1 and 2 refer to the same object but after Sys.Process("RobotStudio") in the heirarchy in 1 it is showing WinFormsObject and in 2 it is Window also this 'WindowsForms10.Window.8.app.0.2eed1ca_r25_ad1' structure is displayed. In my scripting i'm referring objects with names like in 1 which is the expected object name but because object browser showing same object as in 2 which is not matching in this case. it says object not found error one thing I found is sometimes application is launched and running background but not displayed in the desktop taking time to come up on the screen. Can any one provide a solution/setting from testcomplete to map the objects using names like WinFormsObject("MainForm", "ABB RobotStudio 5.15.01 (64-bit) [Internal build]") but not like Window("WindowsForms10.Window.8.app.0.2eed1ca_r25_ad1", "ABB RobotStudio 5.15.01 (64-bit) [Internal build]", 1). this change is coming for all other objects also in the application Re: List Index out of bounds(0)Thanks, it's working nw.. it is a problem with docking after restoring the docking it is working fineList Index out of bounds(0)Hi I'm getting error whenever i'm opening TestComplete, a message box comes List index out of bounds(0) and I can't see the TestComplete toolbar. It's repeating everytime I open so I can't run my project. Please give me a solution ASAP I'm using TestComplete 9.2 vRemote Connection to Testcomplete license manager softwareHi, I'm using Testcomplete 9.2 with Sentinel HASP license manager server software installed in our local nertwork machine. I'm able to access the license installed in our local network server machine to all other client machines in the same netwrok. Now problem is we have to connect to a remote machine which is in different network in onsite machine with the same license installed in the server machine of our local network. I'm not able to see any license keys open in the remote machine Sentinel HASP license software under HASP keys. How to connect to TestComplete license installed in the local machine to remote machine of different network in onsite. Do we need to open any firewall port to have a communication between server and client license manager software. What is the process of connecting TestComplete license from machines in diiferent networksRe: Object Browser not displayed properlyyes, I tried Restore default docking but it didn't workObject Browser not displayed properlyHello, I'm using TC 9.20v, if I click on Object Browser panel I can't see the right side part which give the properties and methods of the selected object. I can only see the left side part which gives the list of applications/processes running in the system. Is there any option to be checked to get the complete view of the object browser. In my case I'm viewing only left side part, right side part is not visible. Re: TestComplete not respondingHello, TestComplete is hanging and not running whenever any exception occurs in the application. Can any one suggest a solution to how to continue with execution without closing/stopping TestComplete TestComplete not respondingHello, I'm working on Windows application using TestComplete 8.70 version. During execution we are facing lot of problems like application is crashing or TestComplete not responding or system is hanged. I guess it could be because of memory issues. But the problem is while execution we get some unhandled exceptions saying you want to continue or quit and Microsoft Exceptions saying you want to send or don't send error report. There is also just-in-time debugger popups sometimes when exception occured saying do you want to debug. Now when these exceptions comes application doesn't respond and we have to close the application and reopen to continue. Problem is during execution TestComplete is not running and pausing when those exceptions come, it is even not responding only if we close the application then it is continuing to run. As our tests run for more than one day it is difficult to close the application and start again. Can anyone suggest a solution to this problem as this exceptions occur, TestComplete could handle it and do not stop execution. like event manager or any code needs to be added/settings in TestComplete Working with Windows ExplorerHello, As a part of my automation I need to copy some files from windows explorer one location and paste it in another location. Can any one provide me the code to open windows explorer source location, copy,open windows explorer destination location and paste. I can able to launch explorer through testedapps but I need structured approach to open a specific location, copy and paste