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...
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...
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...
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...
... 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...
... 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...
... 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 ...
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...
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...
Hello Hrushi, Try something like https\:\\\\asterix\\sites\\a123\\default.aspx which tells perl you realy mean what is after the first backslash. Rod ... -- ...
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...
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...
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 ...
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 ...
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. ...
... 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...
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...
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...
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....
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. ...
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 ...
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.. ... --...