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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 303 - 332 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
303 shsk7203 Send Email Jul 28, 2003
11:10 pm
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...
304 Dennis K. Paulsen
ctrondlpaulsden Send Email
Jul 29, 2003
12:26 am
Check out message #258. It may be the same problem you are seeing. Ernesto should have it included in the next build of Win32::GUITest. But you could always...
305 PMgave Send Email Jul 29, 2003
5:28 pm
pl. tell me how to write testcase using guitest module also i want measure code coverage wile executing test case how it is possigle...
306 Dennis K. Paulsen
ctrondlpaulsden Send Email
Jul 30, 2003
1:35 am
You can try the following... It is a 'drop-in&#39; for Win32::GuiTest and was tested under v1.49.2 of that module. If you know how to add this subroutine...
307 Dennis K. Paulsen
ctrondlpaulsden Send Email
Jul 30, 2003
3:15 am
As you know, code coverage checking and functional testing are two very different practices; which should be treated as such... Without going into detail on my...
308 spoof_nowar Send Email Jul 30, 2003
2:25 pm
309 phisiker2000 Send Email Aug 7, 2003
9:45 am
Hello I would be interestedin the code regards, Joern Knie-von Allmen ... "'perlguitest@yahoogroups.com'" <perlguitest@yahoogroups.com>...
310 Tim Kimber
KIMBERT@... Send Email
Aug 7, 2003
11:05 am
Phil, It goes something like this: sub selectNode() { my ($treeview, $path) = @_; #Find the node using Win32::ActAcc my $node = FindTreeViewNode($tree_view,...
311 netsmartz_satish
skarora27 Send Email
Aug 7, 2003
11:19 am
Let me introduce myselft to all of u ? I am a new joinee to this group. I joined this group bcaz i want to know about the use of perl in testing applications...
312 phisiker2000 Send Email Aug 8, 2003
9:32 am
Hello thank you for this piece of code. Before I read this, I extended the Win32::GuiTest-Module by the functions to control TreeView-Controls. They a= re...
313 phisiker2000 Send Email Aug 8, 2003
9:32 am
Hello I think, you should first learn to work with Perl before to continue programming with Windowsfeatures. If you do so, you will always look at that, what...
314 Tim Kimber
KIMBERT@... Send Email
Aug 8, 2003
9:53 am
I would submit the change to Ernesto, who wrote the GUITest module. regards, Tim Kimber ... Hello thank you for this piece of code. Before I read this, I...
315 chobitex Send Email Aug 10, 2003
1:49 am
Hello, I have been using the GuiTest package for automation data gathering. I have noticed that the PushChildButton() function is inconsitant, and occationally...
316 Dennis K. Paulsen
ctrondlpaulsden Send Email
Aug 10, 2003
6:42 pm
Haven't seen this inconsistency myself. If your able to reproduce it, providing some detailed information (OS, sample script, etc.) may be helpful. And the...
317 michael_kuss_perfcon
michael_kuss... Send Email
Aug 13, 2003
3:23 pm
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...
318 yowshuflop Send Email Sep 10, 2003
3:56 pm
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...
319 Dennis K. Paulsen
ctrondlpaulsden Send Email
Sep 11, 2003
3:58 pm
The problem could be related to msg#221 as you are maximizing (/max) the window when you start it. If this is the case, it will require that the fix mentioned...
320 Dennis K. Paulsen
ctrondlpaulsden Send Email
Sep 11, 2003
4:00 pm
There is a known problem with this function and it is documented in msg #221. It happens when an MDI window is maximized.... If this is not the problem you...
321 michael_kuss_perfcon
michael_kuss... Send Email
Sep 15, 2003
10:40 am
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...
322 mark60050 Send Email Sep 15, 2003
3:56 pm
Hi all! I'm new to GuiTest and quite impressed with the functionality! I'm using to automate access to some GUI applications which I want to run as a...
323 amarpanchal Send Email Sep 15, 2003
4:40 pm
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...
324 Peter G. Martin
scribepeterm Send Email
Sep 16, 2003
10:10 am
mark60050: ... I'm doing almost exactly what you're doing -- (5 minutes later and on Win2000). Tasks run ok when I'm at home in bed -- but with some of the...
325 michael_kuss_perfcon
michael_kuss... Send Email
Sep 18, 2003
2:30 pm
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...
326 j00j00633 Send Email Sep 18, 2003
2:30 pm
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...
327 j00j00633 Send Email Sep 18, 2003
2:30 pm
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...
328 michael_kuss_perfcon
michael_kuss... Send Email
Sep 18, 2003
2:30 pm
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...
329 Peter G. Martin
scribepeterm Send Email
Sep 18, 2003
2:30 pm
mark60050: ... I'm doing almost exactly what you're doing -- (5 minutes later and on Win2000). Tasks run ok when I'm at home in bed -- but with some of the...
330 kirby_laurence Send Email Sep 19, 2003
9:51 am
I sympathize with Greg, there are funtions (e.g. those added in 1.2) that are not in the function list, and have no description or parameter information, at...
331 Dennis K. Paulsen
ctrondlpaulsden Send Email
Sep 21, 2003
10:16 pm
I thought I heard a volunteer there for a moment; and maybe not... Regards, D...
332 kirby_laurence Send Email Sep 23, 2003
10:35 am
I couldn't volunteer if I wanted to. More's the pity. I just started with the module last week, and I'm still experimenting to see what types of button...
Messages 303 - 332 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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