[quote='Saket' pid='7362' dateline='1252475940']
Hi Saket
Sorry its not working , it gives this error
Line : 4
Char : 1
Object required : 'qtApp'
Code : 800A01A8
Source : Microsoft VBScript error
This is my code
do you have any idea ?
can you tell me what is this "QuickTest.Application" for?
Thanks
Hi Saket
Sorry its not working , it gives this error
Line : 4
Char : 1
Object required : 'qtApp'
Code : 800A01A8
Source : Microsoft VBScript error
This is my code
Code:
Dim qtpApp
Dim qtpTest
Set qtpApp = CreateObject("QuickTest.Application")
qtApp.Visible = true
qtpApp.Open "C:\QA Tools\eroshan\Test1", True
Set qtpTest = qtpApp.Test
qtpTest.Run
Set qtTest = Nothing
Set qtApp = Nothing
do you have any idea ?
can you tell me what is this "QuickTest.Application" for?
Thanks