I do like the enhancements this tool provides, but when I drag the icon over the text box I need the info for, there is nothing displayed. Which is true for...
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...
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...
I've never seen this behavior before, maybe someone else has? Otherwise, if you could provide more information on the application you are working with, maybe...
Internal to both of these functions are calls to Windows API functions; which implement functionality in the same way, i.e., they operate on the currently...
Hello, I believe WaitWindow was recently implemented, so it is possible that several of the samples haven't been updated as of yet. Here is a slight...
The application that exhibits this behavior is called "Remedy". It is a big bucks application the company uses at our call center to track orders. It does...
I've opened a window via a menu command and have sent keys ("+ {TAB}") to get to the appropriate edit field in the window. Then I use SendKeys to send data to...
If these are standard Windows edit controls, you should be able to use WMSetText(hwnd,text) to populate each field without switching between them using...
Hi all, My first posting to the group... and I must say what an excellent perl module! I can capture keys with IsKeyPressed() and Mouse Movement with ...
Hi... 1) Download the latest package, currenty "Win32-GuiTest-1.49.2.zip" See the 'files' link on this group. 2) Unzip it 3) Open a DOS prompt and cd into the...
To install the latest RELEASE version of Win32::GuiTest using an ActiveState build of Perl: 1) go to MS-DOS prompt while connected to the Internet 2) type "ppm...
i have not used perl i want to lean perl for testing purpose and use win32::guitest form where i can get online resource and help to start from from basic?...
You could try the following tutorials: http://archive.ncsa.uiuc.edu/General/Training/PerlIntro/ http://www.ebb.org/PickingUpPerl/pickingUpPerl.html or Purchase...
Hi Gurus, I am trying to avoid using Sendkyes( {TAB}..) to put focus on some controls and instead use SetFocus to be more confident on which control I am...
Hi, the docs for SetFocus on MSDN say "The window must be attached to the calling thread's message queue." I've released a patch to see if I can get it to...
Hi I am trying to run Ftp and connecting to a remote system how ever I found that ftp doesn't respond to \n which is "Enter" Is this faced by anybody and any...
Hi Ernesto, I made some diff between 1.49.2 and 1.50 and it seems there are no differences. Anyhow I tested my program with 1.50 and no results. Here are a...
I messed up the upload :-( The change I wanted in guitest.xs is: HWND SetFocus(hWnd) HWND hWnd CODE: AttachWin(hWnd, TRUE); RETVAL = SetFocus(hWnd); ...
Ernesto, MSDN says about : " The AttachThreadInput function attaches or detaches the input processing mechanism of one thread to that of another thread. BOOL...
Hi thanks , I was able to use SendKeys("{ENTER}") using windows scripting Manohar "Dennis K. Paulsen" <ctrondlpaulsden@...> wrote: Try using "~" which is...
Just a note for everyone else... Upon review of the documentation included with Win32-GuiTest, you will find the following entry: {ENTER} Enter (same as...
Thank you for your time to input questions and to reply with answers and all that... Since, Yahoo started this service, I have gotten an increase of of 100% in...
This group has a lot of nerve not moderating its postings. I don't appreciate getting pornagraphic material, especially at work. The module is terrific though....
To get rid of the porno stuff could we start a google comp.lang.perl.GuiTest? Just a thought. Sherman ... From: Russ Sacks [mailto:russ.sacks@...] Sent:...
I'm really sorry about that. The reason for not moderating is lack of time on my side. I have two options: 1) Moderate who joins. People frequently seem to...
Hi All, The SetFocus is working nice, really a good job. No more SendKeys("{TAB}"). I can set focus on many controls, set text for this controls, get text from...
Hi, I'm new to this forum. Havent yet downloaded the tester yet, and wanted to find out the limitations of any. for eg., how do i script mouse click on a...