Hi All, I am writing a Perl script to test a KVM to switch between 2 PCs (it is my sister's school project). If I press Scroll key twice and then number 1 or 2...
... I cannot imagine how mouse events sent inside one of the two switched PCs should reach the switch. I.e. I think you cannot test a KVM with Win32:GuiTest. ...
Hey dude, I just read ur problem may be i can help u. use following function for sending SCROLL SetForegroundWindow($hand); SendMouse "{SCROLL}"; $hand->...
Hi all, I have a KVM hardware that uses to switch my 2 PCs and I can do it by pressing SCROLL, SCROLL, then number 1 or 2 on the keyboard. In perlgui the...
Hi nice to ur reply... may be ur not clear about what i wanted... let me give an example.. i have search screen with buttons.....go....clear....enter.....some...
Hi, Would you please tell me if you know which perl module I can use to close a webpage? I check Win32::Guitest, which doesn't offer this funtion. Thanks, Mary...
I'm new with Win32 GUI. I live by example but unable to find a sample program that I need. = ) Anyone have a sample code that allows me to check the status of...
... It's highly doubtful you will have any way to do this with Win32::GuiTest. Win32::GuiTest works by generating keypress events in the OS. Generally, a KVM...
Its wont work... the KVM is looking for key events from the physical keyboard. Keyboard -> KVM -> PC The KVM then passes the key events to your PC. Generating...
IsCheckedButton Retrieves the state of the button. Returns TRUE if button checked, FALSE otherwise. Syntax $state = IsCheckedButton( $hwnd ); Parameters $hwnd ...
Hi All, I am struck in my script please help me . Module Used : Win32::GUITest Problem description : I am using FindWindoLike function for getting the widows...
Hi, during my classes "Perl for QA professionals" - among many other things - I have been teaching how to use Win32::GuiTest for more than 2 years now. I am...
Intrah onat Diria .. Mon, 13 Nov 2006 09:04:40 +0200 ... i am not using yet since i just discovered it this weekend , will give it a shot though today at work ...
Hi It's a great module. I have used it to automate some tasks in applications for which I don't have COM access to the object model (i.e., can't do the job...
Hi Gabor, This is a very good post and a good question, which may stimulate the discussion on what is going to be a future of Win32::GuiTest. I am using...
... I use it occasionally in conjunction with Watir to handle popup windows. I still think Perl Win32::GuiTest is the best solution for them, although the...
... We are using Compuware's QARun , which is not supported anymore , but still works for 90% of all GUI application in our company. I have implemented a small...
I've been lurking lately due to health issues, but I am in the middle of creating a package for testing the software we develop at work. Mind you, it is a .Net...
Hi all, Here a short conceptual view . All comments and suggestions are wellcome! Requirements An external programm calls and perl2exe made executable (we do...
I have written a "monkey test" for one of my clients that randomly clicks on their application until it crashes. It found several bugs, though they tend to be...
... You can use AppleScript for GUI automation on OS X. I was impressed with how much automation is built in to the OS. I could have used a Perl module to...
Hi All, I have do some work from hyper terminal and save the setup file as hyper. I can open it from Start -> All Program -> Accessory -> Communication ->...