Search the web
Sign In
New User? Sign Up
perlguitest · Win32::GuiTest (Perl)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1566 - 1595 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1566
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...
tpham1002002
Offline Send Email
Nov 3, 2006
4:41 am
1567
... 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. ...
Philip Zembrod
pzembrod
Offline Send Email
Nov 3, 2006
11:39 am
1568
Hey dude, I just read ur problem may be i can help u. use following function for sending SCROLL SetForegroundWindow($hand); SendMouse "{SCROLL}"; $hand->...
vidhut singh
vidhut_ait2002
Offline Send Email
Nov 4, 2006
5:59 am
1569
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...
tpham1002002
Offline Send Email
Nov 6, 2006
2:58 pm
1570
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...
yaswanth kumar
kumar21yash
Offline Send Email
Nov 6, 2006
4:00 pm
1571
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...
maryshi_us
Offline Send Email
Nov 6, 2006
4:03 pm
1572
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...
matsutsuoo
Offline Send Email
Nov 6, 2006
4:08 pm
1573
... 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...
chris_hilton
Online Now Send Email
Nov 6, 2006
4:11 pm
1574
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...
Zorlac<GD>
zorlac_gd
Online Now Send Email
Nov 6, 2006
4:12 pm
1575
CheckButton( $hwnd ); matsutsuoo <matsutsuoo@...> wrote: I'm new with Win32 GUI. I live by example but unable to find a sample program that I...
swayam panda
swayam_25
Offline Send Email
Nov 7, 2006
6:31 pm
1576
IsCheckedButton Retrieves the state of the button. Returns TRUE if button checked, FALSE otherwise. Syntax $state = IsCheckedButton( $hwnd ); Parameters $hwnd ...
Santosh Kadli
santoshkadli
Offline Send Email
Nov 8, 2006
6:00 am
1577
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...
vidhut singh
vidhut_ait2002
Offline Send Email
Nov 8, 2006
10:01 am
1578
Hi , U can use CheckButton function to check the check box bt before that u need to push the buttton .here is the stippend of the code ... my...
vidhut singh
vidhut_ait2002
Offline Send Email
Nov 8, 2006
10:08 am
1579
helps to show your code on how you call it! give us a sniple of the code (including 'use strict...) ... From: perlguitest@yahoogroups.com...
stuart arnold
sarnold_688
Offline Send Email
Nov 8, 2006
11:25 am
1580
Hi , U can use CheckButton function to check the check box bt before that u need to use push the buttton .here is the stippend of the code ... my...
vidhut singh
vidhut_ait2002
Offline Send Email
Nov 8, 2006
3:20 pm
1581
Hi, Please use the same as below $calc_wnd = WaitWindowLike( undef, "^Calculator", undef, undef, undef, 20 ); The link to this page is ...
kapil sharma
aladdin_mill...
Offline Send Email
Nov 8, 2006
3:26 pm
1582
Hi Kapil, thanks 4 ur concern, I will tell u the exact scenario where i am using the FindWindoLike function here is the snnipet of the code : my...
vidhut singh
vidhut_ait2002
Offline Send Email
Nov 9, 2006
11:30 am
1583
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...
Gabor Szabo
gabor529
Offline Send Email
Nov 13, 2006
7:07 am
1584
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 ...
Johan Meskens CS3 jmcs3
interlichtsp...
Offline Send Email
Nov 13, 2006
9:11 am
1585
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...
Enrique Nell
enrico_1969
Offline Send Email
Nov 13, 2006
10:25 am
1586
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...
Piotr Kaluski
pkaluski
Offline Send Email
Nov 13, 2006
10:54 am
1587
... 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...
chrs_mcmhn
Offline Send Email
Nov 13, 2006
9:14 pm
1588
... 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...
y_s_geo
Offline Send Email
Nov 13, 2006
9:19 pm
1589
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...
brentje
Online Now Send Email
Nov 13, 2006
9:21 pm
1590
Hi all, Here a short conceptual view . All comments and suggestions are wellcome! Requirements An external programm calls and perl2exe made executable (we do...
y_s_geo
Offline Send Email
Nov 13, 2006
9:29 pm
1591
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...
Danny R. Faught
sw_alchemist
Offline Send Email
Nov 13, 2006
10:06 pm
1592
... 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...
Danny R. Faught
sw_alchemist
Offline Send Email
Nov 14, 2006
2:47 pm
1593
Hi, In our company we have test automation framework for UI testing we are using Wub32::GuiTest and so far its rocking:-). Thanks, Amit...
Amit Dixit
adixit76
Online Now Send Email
Nov 14, 2006
3:19 pm
1594
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 ->...
tpham1002002
Offline Send Email
Nov 14, 2006
3:19 pm
1595
on a related note, I have also used windows script/WSH to acheive the same ends... ... [Non-text portions of this message have been removed]...
Shanmuhanathan T
shanmuha
Offline Send Email
Nov 14, 2006
3:22 pm
Messages 1566 - 1595 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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