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
Subscribe to:
Posts (Atom)