12-26-2019, 08:43 PM
The above issue got resolved on replacing 'qtTest.close ' with below mention code.
Dim shell
Set shell= CreateObject("WScript.Shell")
shell.Run "taskkill /f /im uft.exe", , True
Dim shell
Set shell= CreateObject("WScript.Shell")
shell.Run "taskkill /f /im uft.exe", , True