I have been working on Selenium at my latest project and I found that selenium of course is not capable of controlling IE dialogs such as File Download and SaveAs. So far in Python I have been able to work around this but using a combination of pyWinAuto.py,SendKeys and winGuiAuto
You have to get focus to the control, Send and Up/down mouse command and and "ENTER" command. I have know idea why it takes all those commands but it works.
I have also written a reporting tool for Selenium that show how many test have been run and the results in HTML format.
Selenium is nice if you have to automate many browsers such as IE and Firefox.
Sunday, December 27, 2009
Friday, April 17, 2009
Working with WinForm dataGridViews and QuickTest Pro
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
' 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
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
Monday, January 26, 2009
Day Four - Miami
Miami was absolutely beautiful these pics do not do it justice.
There was several super Models being shot while we were walking the beach on the beach as the sun was going down and downtown there was several french supermodels shopping.
It was quite a sight to see.
Welcome to Mi Arm mi!!
Day Four - Monday
This was early morning on our last day in Dayton.
We stopped for oranges, gas and a photoshoot...lol
Well everything is been great so far food lodging weather on our trip.
I was chilly this morning but when you look at the first pic it puts things back into perspective in regards to "Chilly".
We are heading down to Cocoa beach after we check out. The Comfort Inn and & suites was very nice. the people very polite and courteous and the room are nice, clean and good size.
We stayed at: Comfort Inn 730 N. Atlantic ave, Daytona Beach Fl 32118
==================================================
Pics
==================================================
Sunday, January 25, 2009
Subscribe to:
Posts (Atom)