10-14-2009, 11:59 AM
Hi
I am using this .vbs file to start QTR test.
First time it works well but sometimes it gives this error
(This gave after i close the QTP manually. )
Thanks
I am using this .vbs file to start QTR test.
Code:
Dim qtpApp
Dim qtpTest
Set qtpApp = CreateObject("QuickTest.Application")
qtpApp.Visible = true
qtpApp.Open "C:\Documents and Settings\me\Desktop\bin\TestData", true
Set qtpTest = qtpApp.Test
qtpTest.Run
qtpTest.Close
qtpApp.quit
Set qtTest = Nothing
Set qtApp = Nothing
First time it works well but sometimes it gives this error
Code:
The remote server machine does not exist or is unavailable;'visible'
(This gave after i close the QTP manually. )
Thanks