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

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 919 - 948 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
919
A potential client asked me to do a demo running Win32::GuiTest to test their application written in Qt. So far I only tested native applications. Does anyone...
Gabor Szabo
gabor529
Offline Send Email
Jun 6, 2005
3:06 pm
920
Hi Gabor, Of course, response from people who are experienced Qt users will be the best source. If they don't respond, this is what comes to my mind how it can...
pkaluski
Offline Send Email
Jun 7, 2005
6:22 am
921
... As it turns out they already tried and it worked with some minor problems. I'll let you know about the technical issues we encounter. Gabor...
Gabor Szabo
gabor529
Offline Send Email
Jun 7, 2005
8:02 am
922
FYI I am planning to give a talk about Win32::GuiTest on YAPC::EU that will be in Braga, Portugal. http://conferences.yapceurope.org/2005/talk/138 Is anyone...
Gabor Szabo
gabor529
Offline Send Email
Jun 7, 2005
8:06 am
923
Hello, I'm trying to navigate on a table of cells, all under the same window (no special name for each cell). I have tried to use SendKeys("{TAB}") in order to...
efratw054
Offline Send Email
Jun 8, 2005
2:37 pm
924
... What do you mean "main window"? Application's main window? If yes, try to set a focus on the table's window. By the way, can you post your test script. Did...
pkaluski
Offline Send Email
Jun 8, 2005
2:50 pm
925
... I have just tried this on a Win2000 Professional using Win32-GuiTest-1.50.3-ad here is the code that demonstrates it (assumes an open Explorer). Which...
Gabor Szabo
gabor529
Offline Send Email
Jun 8, 2005
4:13 pm
926
Hi All , I am new to perl scripting.I wrote the following code but cannot stsrt an exe file. #usr/local/bin/perl use Win32::GuiTest qw(:ALL); ...
Hrushi K
ronnie13263
Offline Send Email
Jun 10, 2005
12:37 pm
927
Hi, It looks like you don't have Win32::GuiTest installed. -Piotr ... it out!...
pkaluski
Offline Send Email
Jun 10, 2005
12:43 pm
928
... to install it open a command prompt (Run/cmd) and type ppm install Win32::GuiTest or better yet download and unzip the latest version from here ...
Gabor Szabo
gabor529
Offline Send Email
Jun 10, 2005
9:03 pm
929
Thank you Sir, I was really happy on seeing the test run Thanks again and really appreciate the quick response from your end. regards-Ron ... ...
Hrushi K
ronnie13263
Offline Send Email
Jun 13, 2005
5:44 am
930
Hi All, I am really thankful to the group for providing useful guidance.I am facing a new problem now.I cant make perl open a particular url for testing.I have...
Hrushi K
ronnie13263
Offline Send Email
Jun 13, 2005
6:20 am
931
In order to make perl print a backslash you need to use string "\\". Try this: "https:\\\\asterix\\sites\\a123\\default.aspx". But you don't you just use...
pkaluski
Offline Send Email
Jun 13, 2005
6:25 am
932
Hello Hrushi, Try something like https\:\\\\asterix\\sites\\a123\\default.aspx which tells perl you realy mean what is after the first backslash. Rod ... -- ...
Angel Rodriguez
bru22003
Offline Send Email
Jun 13, 2005
9:13 am
933
Thanks all for your valuable help- but is there some way by which web applications can be launched and various objects within the application can be...
Hrushi K
ronnie13263
Offline Send Email
Jun 13, 2005
12:40 pm
934
Hello Hrushi, Try: use LWP::Simple; my $ans = get("http://64.116.xxx.xxx/cgi-bin/status.cgi"); then parse $ans for what you are looking for. Angel...
Angel Rodriguez
bru22003
Offline Send Email
Jun 13, 2005
1:05 pm
935
... You can also try Win32::IE::Mechanize Gabor...
Gabor Szabo
gabor529
Offline Send Email
Jun 13, 2005
8:02 pm
936
Hi All, I have just started using this module for CLI[command line interface] automation and let me admit that it's been of much use to me till now. Now, i am...
Sachin Tiwari
sach_tiw
Offline Send Email
Jun 14, 2005
4:24 am
937
Hi All, I am really thankful for all the help extended by you guys.Now I have downloaded the latest version of per and also installed the package SAMIE ...
Hrushi K
ronnie13263
Offline Send Email
Jun 14, 2005
6:28 am
938
Interesting question. The answer probably depends on the telnet client you have, how is it implemented in windows. Is it a text box? If yes then there are ...
pkaluski
Offline Send Email
Jun 14, 2005
6:34 am
939
Guys, Many forums and mailing lists are plaqued by would-be specialists, who build their professional image by telling people off for asking simple questions. ...
pkaluski
Offline Send Email
Jun 14, 2005
6:56 am
940
... That's good but I think I would rather use Net::Telnet for CLI automation (or Expect if you can run on Linux or Unix). Of course I don't know your...
Gabor Szabo
gabor529
Offline Send Email
Jun 14, 2005
6:57 am
941
Hi All, I am really sorry for causing trouble.but yes i do admint that i am a new user to perl automation-earlier I worked on rational and was pretty confident...
Hrushi K
ronnie13263
Offline Send Email
Jun 14, 2005
7:24 am
942
Hi All, Thanks a lot for your answers. I got to know a lot. Well, i had used Net::Telnet in linux and it all worked as per my requirements. Now, i am working...
sachin tiwari
sach_tiw
Offline Send Email
Jun 14, 2005
8:22 am
943
Hello All; I need to do the functional testing of a web based application using perl. Please answer my FAQ for the same: 1. Which modules will be required? 2....
vishal_kharge
Offline Send Email
Jun 14, 2005
10:10 am
944
Is there any way to select items from a popup menu that pops after right clicking? I can't get handle to this window menu...
bimdran
Offline Send Email
Jun 14, 2005
11:17 am
945
... Try the following links: http://opensourcetesting.org/functional.php http://search.cpan.org/ Gabor...
Gabor Szabo
gabor529
Offline Send Email
Jun 14, 2005
12:25 pm
946
The error indicates that the module Win32::SAM is not installed; at least, not where Perl looks for it. You would have to ask the SAMIE folks why that is. ...
Chris Hilton
chris_hilton
Online Now Send Email
Jun 14, 2005
2:52 pm
947
I would back off and install perl in its default location (Activeperl that is) and samie too in its default location (C:\Program Files\Premium Quality ...
saud aziz
s_aziz97
Offline Send Email
Jun 14, 2005
5:08 pm
948
Is this Almost the same error you are getting as specified on: http://sourceforge.net/forum/forum.php?thread_id=888972&forum_id=209723 answer is there.. ... --...
saud aziz
s_aziz97
Offline Send Email
Jun 15, 2005
6:21 am
Messages 919 - 948 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