With Quick Test Pro I found the example below works the best when you want to select and click the cell.
' Select the cell row 0 column zero
SwfWindow("myForm").SwfTable("dataGridView1").SelectCell 0,0
' Click the cell row 0 column zero
SwfWindow("myForm").SwfTable("dataGridView1").ClickCell 0,0
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
' Minimize the QuickTest Pro window
Public Function MinimizeQTPWindow ()
Set qtApp = getObject("","QuickTest.Application")
qtApp.WindowState = "Minimized"
Set qtApp = Nothing
End Function
Labels:
Automation,
QA,
Quick Test Pro 9.5,
Testing,
Windows
Logic Studio Pro 8
Well I finally broke down and decide to buy Logic Studio Pro 8. It has a done of features that will take me a bit to utilize. I can now do some quality recordings
My current music editing system is:
Hardware:
20 " Intel based IMac - 3Gig mem, 2.0 GHz Dual Core
140 gig usb external drive
60 gig usb external drive
M-Audio audio interface
Behringer Mixer PreAmp
Software:
Logic Studio Pro 8
Garageband
Audacity
Music Site: myspace.com/musicofbericlak
I found Audacity and excellent tool for audio editing and capture samples.
Hopefully soon I can gave some demos for all to hear
My current music editing system is:
Hardware:
20 " Intel based IMac - 3Gig mem, 2.0 GHz Dual Core
140 gig usb external drive
60 gig usb external drive
M-Audio audio interface
Behringer Mixer PreAmp
Software:
Logic Studio Pro 8
Garageband
Audacity
Music Site: myspace.com/musicofbericlak
I found Audacity and excellent tool for audio editing and capture samples.
Hopefully soon I can gave some demos for all to hear
Wednesday, March 18, 2009
March 18 2009
Creating New Installer for PAMIE 3.0. There will also be some Video tutorials on http://showmedo.com/. ShowMeDo is a great site for llearning new technology!!
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
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
Labels:
Automation,
PAMIE,
Python,
Python 3.0,
Win32
Tuesday, February 3, 2009
Back to Work
Well it's back to work this week and there is ton's to do! I do miss Florida it was a nice vacation place for my wife and I. Today it look's like snow 1-3 inches.
Tuesday, January 27, 2009
Subscribe to:
Posts (Atom)