Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP doesn't undestand "Option Explicit"
#3
Solved: 11 Years, 4 Months ago
Here is the code:
Code:
Option Explicit

' Load StartUp class
ExecuteFile "C:\Frame hai\Utilities\StartUp.vbs"

Dim strTestSuite, keywordTest

' Path to the Test suite
strTestSuite = "C:\Frame hai\Test Suite.xls"

' Create instance of StartUp class
Set keywordTest = New StartUp

' Execute tests in the specified workbook
keywordTest.funRunTest(strTestSuite)

' Release resource
Set keywordTest = Nothing
Reply


Messages In This Thread
RE: QTP doesn't undestand "Option Explicit" - by hpham - 07-09-2008, 12:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  File Chooser on Chrome doesn't work - UFT 15.0.1 Nenna Rosa 1 3,666 10-31-2020, 01:16 PM
Last Post: Ankur
  How to select the drop down option by searching for partial text Neetha 4 8,792 08-04-2015, 08:55 PM
Last Post: Neetha
  Click on drop down and select second option using HP UFT Tusharguru99 2 6,679 07-30-2015, 06:06 PM
Last Post: Neetha
  Object doesn't support this property or method: 'webedit' Divya Roopa 3 10,019 03-11-2014, 07:26 AM
Last Post: basanth27
  What is the criteria of identify the object based on Base & option filter properties Suma Parimal 2 3,142 01-28-2014, 06:35 PM
Last Post: Suma Parimal

Forum Jump:


Users browsing this thread: 3 Guest(s)