Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perlguitest · Win32::GuiTest (Perl)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2444
  • Category: Perl
  • Founded: Jul 25, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello, I am new to perl and win32::guitest. I thought I would give it a try after hearing about it at a conference in Portland. I have several independent...
2 Nov 13, 2003
8:08 am

Dennis K. Paulsen
ctrondlpaulsden
Send Email

I'm trying to test a program that was built with ILOG and so exports no useful subwindows to be found by FindWindowLike. Hence, all interaction has to be done...
4 Nov 13, 2003
7:57 am

Dennis K. Paulsen
ctrondlpaulsden
Send Email

To the list, I have recently downloaded and installed the tool and now am in the need of a tutorial. Is there a tutorial on how to get started?? Thanks, Ken...
4 Oct 25, 2003
1:29 pm

Kristofer Hoch
kristoferhoch
Send Email

Hi all, Thanks for reading my query. I have an urgent query reagarding the web application testing. The scenario is : There is a complete web application. The...
1 Sep 25, 2003
12:33 pm

netsmartz_satish
skarora27
Send Email

Is there a comprehensive list of win32::GuiTest functions and parameters? Thanks, Greg...
5 Sep 23, 2003
10:35 am

kirby_laurence
Send Email

Hi, wouldn't it be nice, if the SendMouse command supported modifier keys ('^', '%', '+') as the SendKeys command does? (I need to drag an object while...
1 Sep 18, 2003
2:30 pm

michael_kuss_perfcon
michael_kuss...
Send Email

Just wondering... ~ means ENTER + means SHIFT ^ means CTRL % means ALT How would I check to see if those keys are pressed in IsKeyPressed ();? Or is it...
1 Sep 18, 2003
2:30 pm

j00j00633
Send Email

use Win32::GuiTest qw/:ALL/; use warnings; # use strict; $a = "Loop got a call from test_run.\n"; $b = "Pause got a call from loop.\n"; $c = "Loop got a call...
1 Sep 18, 2003
2:30 pm

j00j00633
Send Email

Hi, I know about (simple) modules in .pm files, but I don't know about the .xs-files. So maybe this is a boring question for you experts: In the file...
1 Sep 18, 2003
2:30 pm

michael_kuss_perfcon
michael_kuss...
Send Email

I apologise in advance if this is not the right forum for the posting.... We have a long term contract position for someone with - a. PERL/Win32 programming...
1 Sep 15, 2003
4:40 pm

amarpanchal
Send Email

Hi, maybe there is someone who can help me. I need to drag with the mouse while pressing a shift modifier. Is this possible with the actual package of...
1 Sep 15, 2003
10:40 am

michael_kuss_perfcon
michael_kuss...
Send Email

Hi, I'd like to test the existence of a menu entry (menu is dynamically generated), so I tried to work with "MenuSelect&quot;. Since the notepad example...
2 Sep 11, 2003
4:00 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

I'm new to Win32::GuiTest and not super-proficient in perl. All I want to do is open the Win32 app to be tested and hit File->New from the menubar. I am trying...
2 Sep 11, 2003
3:58 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Does any one have any insight on accessing the contents of a tree control? I believe the specific class I'm interested in is SysTreeView32. Any help...
8 Aug 8, 2003
9:53 am

Tim Kimber
KIMBERT@...
Send Email
1 Jul 30, 2003
2:25 pm

spoof_nowar
Send Email

pl. tell me how to write testcase using guitest module also i want measure code coverage wile executing test case how it is possigle...
2 Jul 30, 2003
3:15 am

Dennis K. Paulsen
ctrondlpaulsden
Send Email

I've been working with the SendMouseMoveAbs function to test my UI by clicking buttons in my program window. I would really like to be able to send mouse...
2 Jul 30, 2003
1:35 am

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Hi, I wanted to use SetFocus to set the keyboard focus on the window I want, but it does not seem to work. This is how I am using it: $win contains the my...
2 Jul 29, 2003
12:26 am

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Hi, Here's one way of reading the text from the current text box in the active window: Assuming that your cursor is on the right input box, or you can use ...
1 Jul 28, 2003
11:10 pm

shsk7203
Send Email

I have been shunted from one machine to anotehr for various reasons (to-date about three machines!) My script has so far worked on all three previous machines,...
3 Jul 28, 2003
11:10 pm

shsk7203
Send Email

pl give me sol. how write script for tool bar selection?...
2 Jul 27, 2003
5:50 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

I want to write a GuiTest script which does conditional logic based non-text stuff that is going on on the screen. Is there a way to find out the current...
2 Jul 27, 2003
12:48 am

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Hi all, I've been looking for the "GetMenu*" functions in various "Win32::" packages with no luck. I've tried: use Win32(); use Win32::GUI; use Win32::Shell; ...
2 Jul 19, 2003
6:09 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Hi folks, Please ignore my earlier two emails regarding getting text from particular text box and warning Text from a dialog box. I found the Control Id of my...
3 Jul 15, 2003
9:28 am

shsk7203
Send Email

Hi, I was wondering how I can elegantly code it such that I can use WMGetText on a particular input Text box in the current Active window. Currently, I used...
3 Jul 14, 2003
10:38 pm

shsk7203
Send Email

Hi, I want to check for invalid values in a textbox control. On entering invalid values, a warning dialog pops up. Is there somw way in which I can extract the...
2 Jul 14, 2003
10:38 pm

shsk7203
Send Email

Hello, After I got an error on trying to run the notepad_text.pl, I tried a no. of other commands like SetFocus, GetText etc, all of which gave me errors on...
8 Jul 9, 2003
10:23 am

shsk7203
Send Email

Is it supposed to be there like the WaitWindow subroutine? Is that why notepad_text.pl does not work for me? Regards, -skanitkar...
1 Jul 8, 2003
2:37 pm

shsk7203
Send Email

Hi all, I've seen postings and stuff on the net regarding WaitWindow(). It says its in win32::guitest, but I see references to an X11:guitest when i search. ...
2 Jul 6, 2003
8:46 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Hi, I am new to this forum. I am unable to figure out why I cant seem to send input to the textbox in my Application. My code: use Win32::GuiTest...
7 Jul 4, 2003
4:04 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help