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 358 - 387 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
358
Has anyone come across or used any other analogous commercial products for automating windows apps (specifically toolkits, not just Segue, etc.). Some time...
jessica5712a
Offline Send Email
Dec 4, 2003
10:14 am
359
Jessica, Perhaps you could tell us a bit about your project (No-IP required), and we could give you a little more direction. Thanks, Kristofer Hoch. Quality...
Kristofer Hoch
kristoferhoch
Offline Send Email
Dec 4, 2003
4:11 pm
360
I use PushButton in quite a number of my test scripts .. occasionally for some reason the button only bumps but does not depress. This has happened on the...
guiguy2001
Offline Send Email
Dec 17, 2003
4:28 pm
361
Sleep 1 second before clicking the button and the problem should be gone. guiguy2001 <guiguy2001@...> wrote:I use PushButton in quite a number of my test...
Houwen Zhang
houwen2
Offline Send Email
Dec 17, 2003
6:07 pm
362
Probably my question is too trivial but I'm a starter. I just started to use the guitest module. I need to test a website like this messge board. Assume I want...
Zia Beheshti
sabapooya2000
Offline Send Email
Dec 29, 2003
12:13 pm
363
If your application for test is a website GuiTest may not be your best tool. GuiTest is more geared to a Win32App. You may be able to use Sendkeys and mouse...
Steven Swenson
talwyn
Offline Send Email
Jan 5, 2004
10:13 am
364
Is there a way to capture the contents of an Edit box? I have tried GetComboContents on the edit window but it did not work. Thanks, Steve...
ste88llo
Offline Send Email
Jan 5, 2004
10:13 am
365
Gennady: Thank you very much. Version 1.49 installed in ActivePerl 5.8.0 very nicely. Samie appears to still be functioning also. Now all I need to learn is...
iamparke
Offline Send Email
Jan 5, 2004
10:15 am
366
Hello, Give WMGetText() a try. Regards, Dennis K. Paulsen ... work....
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 6, 2004
2:24 am
367
I think I'm missing something. I don't see any way to move to a text box except for purhaps x,y, but the text boxes may be moved on the screen between testing...
Steve West-Fisher
westfisher
Offline Send Email
Jan 6, 2004
5:28 pm
368
Hello, Assuming you are using Win32::GuiTest on a Windows platform; I'll try and answer your question below... However, if you are instead using X11::GUITest...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 7, 2004
11:50 pm
369
Hi I'm relatively new to perl. Is it possible to use sendkey to send data stored in a previously defined variable....
Mike
muddflap3
Offline Send Email
Jan 12, 2004
7:40 pm
370
Sure. $data = "What I want to send"; SendKeys($data); Chris Hilton Hi I'm relatively new to perl. Is it possible to use sendkey to send data stored in a...
Chris Hilton
chris_hilton
Online Now Send Email
Jan 12, 2004
7:46 pm
371
Spam detection software, running on the system "mail.citat.se", has identified this incoming email as possible spam. The original message has been attached to...
Chris Hilton
chris_hilton
Online Now Send Email
Jan 12, 2004
7:47 pm
372
Does this tool support the Record and Playback feature and Links checking? I am looking for a freeware to automate a web based application, and wondering if...
cary_sh
Offline Send Email
Jan 13, 2004
11:44 am
373
I am unable to build the latest code. Can anyone help with the following errors? ... D:\Perlcode\Downloads\Win32-GuiTest-1.50>nmake Microsoft (R) Program...
ste88llo
Offline Send Email
Jan 14, 2004
2:55 pm
374
A couple of thoughts: Make sure you run 'vcvars32.bat' before you run 'perl makefile.pl' and 'nmake' to ensure the build environment is reasonably setup. One...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 15, 2004
12:41 am
375
You said to run vcvars32.bat. Where do I get this file? I have MS VC++ 6.0 Professional installed. Steve ... From: perlguitest@yahoogroups.com...
Steven Lloyd
ste88llo
Offline Send Email
Jan 16, 2004
10:56 am
376
VCVARS32.BAT is a batch file installed with Visual C++. You should find it in the BIN subdirectory of your Visual C++ installation directory. You need to run...
Chris Hilton
chris_hilton
Online Now Send Email
Jan 16, 2004
4:50 pm
377
Hello, I have some Tablefields (Class: ICL Container LDetail) in my application and want to read their contents at the runtime. Exists any function in Guitest,...
tina_amir
Offline Send Email
Jan 19, 2004
2:09 pm
378
Hello all, I am trying to ue the AO library to get the accessible objects within a treeview 32 form created by .net using c# . I can see the object information...
guiguy2001
Offline Send Email
Jan 21, 2004
12:10 pm
379
Hi, I am using ActivePerl 5.6. How can I paste the content of a cell in an excel sheet to another cell in the same excel sheet using Perl. Iam a beginner. Will...
sandygower2000
Offline Send Email
Jan 22, 2004
10:14 am
380
... box, ... Exactly the kick in the pants I needed to get me started in the correct direction. By the way, this is the only scripting I've come across yet ...
Steve West-Fisher
westfisher
Offline Send Email
Jan 22, 2004
10:30 am
381
I am unable to build the latest code. Can anyone help with the following errors? ... D:\Perlcode\Downloads\Win32-GuiTest-1.50>nmake Microsoft (R) Program...
ste88llo
Offline Send Email
Jan 22, 2004
10:30 am
382
Hi, I am trying to use sendkeys() function call using win32::guitest for the first time in my life. When I try to run my program, i get the message that script...
neesha1_99_99
Offline Send Email
Jan 22, 2004
10:31 am
383
Hi, Following is my script. It runs the program quake3.exe but then it does not pass key 'enter' to it. What it supposed to do is when it enters it will play...
neesha1_99_99
Offline Send Email
Jan 22, 2004
10:31 am
384
Hi I am a beginner in Perl. I need to copy the contents of one excel cell into another cell using Active Perl 5.6. Can anyone please helpout. Thanks Sandy...
sandygower2000
Offline Send Email
Jan 22, 2004
10:31 am
385
Should look something like this: use Win32::GuiTest chdir("C:\\Program\ Files\\Quake\ III\ Arena"); system("quake3.exe"); SetForegroundWindow("Quake 3:...
noel.peterson@...
bullitt133
Offline Send Email
Jan 22, 2004
3:29 pm
386
Hello, One other thing you might need; which is utilized throughout Win32::GuiTest's example scripts, is the use of start.exe (example below). Without this,...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 22, 2004
4:29 pm
387
Hello, Instead of Win32::GuiTest, you may want to investigate a different solution, such as the Spreadsheet::WriteExcel/Spreadsheet::ParseExcel Perl modules. ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 22, 2004
5:05 pm
Messages 358 - 387 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