Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP doesn't undestand "Option Explicit"
#3
Solved: 12 Years, 10 Months, 4 Weeks 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 4,277 10-31-2020, 01:16 PM
Last Post: Ankur
  How to select the drop down option by searching for partial text Neetha 4 9,779 08-04-2015, 08:55 PM
Last Post: Neetha
  Click on drop down and select second option using HP UFT Tusharguru99 2 7,175 07-30-2015, 06:06 PM
Last Post: Neetha
  Object doesn't support this property or method: 'webedit' Divya Roopa 3 10,611 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,770 01-28-2014, 06:35 PM
Last Post: Suma Parimal

Forum Jump:


Users browsing this thread: 1 Guest(s)