ContributionsMost RecentMost LikesSolutionsTestComlete hanging for multiple instance of an application. In my automation script, I am opening an application and then logging into it. After that I perform some actions inside that application. After this I close the application. Then we again restart the application and try to login but the type action is not happening in the username textbox. The execution just seems like hanged. I saw that when the first time that I close the application, the process is still there in the task manager. When I reopen the application another instance of the application is started. When the execution is hanged during the second login attempt, If I go and terminate the first instance of the application from the task manager then the execution resumes and completes successfully. So can anyone help me understand why this issue is occuring ? Any help is appreciated. Thanks