Ravik
10 years agoSuper Contributor
Unable to create "TestExecute" object
Hi All,
I am trying to create a object of "TestExecute" using below statement in VB-
Set TestExecuteApp = CreateObject("TestExecute.TestExecuteApplication")
OR
Set TestExecuteApp = CreateObject("TestExecute.TestExecuteApplication.11")
while executing above statement it giving error - "Can not launch another instance of this application" and stop execution
I have refer - https://support.smartbear.com/viewarticle/67528/
I didn't understand why this error is throwing.
could you please help.