07 November 2017

How To Set Function name as a String Value In UFT


Function GreetMe(a)
  MsgBox a 
Endfunction

Greet = "GreetMe ""Hello"""


Execute Greet    'Returns Hello



...

No comments:

Post a Comment

AOM - Automation Object Model

'Creating QuicTest Object Set  qtapp =  createobject ( "QuickTest.Application" ) 'Launching the Application If  qtapp...