Showing posts with label Automation. Show all posts
Showing posts with label Automation. Show all posts

Friday, April 17, 2009

Minimize the QuickTest Pro window

Here is a quick way to Minimize the QuickTest Pro window when running tests

' Minimize the QuickTest Pro window
Public Function MinimizeQTPWindow ()
Set qtApp = getObject("","QuickTest.Application")
qtApp.WindowState = "Minimized"
Set qtApp = Nothing
End Function

Tuesday, March 3, 2009

PAMIE 3.0 almost complete! Runs with Python v3.0

Doing the final testing of PAMIE 3.0 this week. PAMIE is a python app that will allow you to Automate Internet Explorer. It is not 100% but it will allow you get most things automated for testing and development.

This is a little bit of a rewrite in Python 3.0 of the original cPAMIE.py file.
This allowing you automate Internet Explorer with Python 3.0!!

Cheers
Rob