I am new at this so please bear with me. I am trying to fill in a text box in one application (Remedy) with data from a Perl script. I am having trouble...
I'm learning Win32::GuiTest to use as an example in my perl scripting tutorial at the Software Test Automation Conference. My first project was modifying...
just a quick question here... ive looked around quite a bit and was unable to come up with an answer for this- most functions only operate on the currently...
Has anyone tried to send in mouse wheel up and down movements? There doesn't seem to be a function for it. Thanks! __________________________________ Do you...
Anybody else having a problem with MenuSelect? I'm using "Win32-GuiTest-1.49.2". For me it works fine on SDI applications such as Notepad and on MDI ...
Hi, i have a Java Applet window,i wouild like to send Non-Ascii (For Ex: using the keyboard sequence Alt+0181) characters from it using the SendKeys function. ...
Here is some code that will retrieve the text from a ListView box. Paul SV* GetListViewHelper(HWND hwnd, int index) { /* some code adapted from Jeffrey...
I have a web page which has 2 huge text fields in that , what i am trying to do in perl is copy the content in these edit fields and paste it into a different...
Hello folks, silly question but one I'm stuck on. I'm using: use Win32::GuiTest qw/SendKeys/; SendKeys("(^%{DELETE})"); To atempt to send a ctrl-alt-del to a...
HI , I have a requirement , i need to test for the broken link within my web application, can this be done using perl. If this can be automated using perl...
I am installing via ppm and am getting this error: Can't find unicode character property definition via main->r or r.pl at unicode/Is/r.pl ilne 0. I can't...
Hi All, I have an interactive console application that I am trying to automate. I want to send key strokes to an application that I spawn using the system call...
This is perl, v5.6.1 built for MSWin32-x86-multi-thread C:\GuiTest92;Win32-GuiTest-1.3>"C:\Program Files\Microsoft Visual Studio\vc9892;bin\NMAKE.EXE Microsoft (R)...
I'm not sure if GuiTest is the right tool for what I'm trying to do, so forgive me in advance.... I'd like to have a script that manages user input and sends ...
Friends A simple question !! I have one of these very nice perl scripts which uses just the GuiTest package and nothing else. And now I want to lend it to...
I am trying to install Win32-GuiTest-1.49.1 usinf ppm on Perl v5.8 build 804. Error message reports that GuiTest is not for this version of Perl. Will there be...
Greetings, I have an MFC app on W2000 that I am trying to test with guitest, everything has worked so far but I have struck a strange problem. I am trying to...
When my app starts, the window comes up a few seconds before it can handle input. During this time, the hourglass cursor is displayed. Is there some way that...
I'm a first time user to this group so please bear with me... I'm trying to click (mouse click, Enter, spacebar, anything) on a dialog box's "OK" button. The...
Can anyone show me a good source example of GetListText() when using it on a listbox? I've tried to get list text without much sucess. :( TIA! xGunneRx...
Can anyone help me with message #141? ======================================================================== This email message is for the sole use of the...
Hi, I am writing some GuiTest scripts to setup my NIC properties via Network Properties Dialog in Win2K. **(ControlPanel->Network&Dial-Up Connections...
Hi, Thanks to the nice guys from Windows Developer Magazine (http://www.wd-mag.com/), my February 2002 article "Testing Win32 GUIs with Perl and C" is now...
Either this function doesn't work, or I don't understand the meaning of "Grayed" in this context. I think of a "Grayed" button as a button that is disabled. I...
Ken, I can't recall why I didn't use the SendMouse function, but I remember having some trouble with it. I used the MouseMoveAbsPix function instead: #add...
Thanks for creating a great tool! Now, onto the gripes: I am trying to use GuiTest to test an MFC application that includes a Toolbar control. I've tried to...
hello there am new to Win32::GuiTest (Perl) can anybody tell me where can i get basic tutorial of how to use Win32::GuiTest (Perl) fucntions ? regards ...