Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. softbaba

    Invoke automation tool from excel

    Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Sub RunTests_Click() 'startQTP, if it's not yet running Set qtpApp = CreateObject("QuickTest.Application") ' Create the Application object qtpApp.Launch ' Start QuickTest, if it's not already running...
  2. softbaba

    Automation Help - Generic Functions

    Gen Functions '######################################################################################################################################################################## '#Function Description: Double-Click on the specific link for the object '#Input Parameters: (e.g...
  3. softbaba

    QTP Automation Help - Command Set

    Good library for automation Command Set Public LOG_LEVEL, REPORT_TYPE LOG_LEVEL = 4 REPORT_TYPE = 6 '######################################################################################################################################################################## '#Function Description...

Part and Inventory Search

Back
Top