Minimize QTP

Article Tools

Sometimes when QTP is running the QTP application is in front of the AUT. and you can’t see what is happening on the AUT.

The Solution, is to minimize QTP during run. this function can be placed in a function library file and will be executed every time you run a script.

' ** Minimizing QTP
Set qtp = CreateObject( "QuickTest.Application" )
qtp.WindowState = "Minimized"
Set qtp = Nothing
Previous postThe StringUtil Project Next postChanging License Type

Related Posts

Post Your Comment

You must be logged in to post a comment.