07 November 2017

Write a If condition without using End If in UFT

A = 20 : B = 10

If A > B Then: MsgBox "A is greater than B"


...

No comments:

Post a Comment

AOM - Automation Object Model

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