Hi, I am thinking of automating our desktop application. I was thinking of trying out Perl. Does any one know how to get Treeview control details using perl? I...
Exactly what details are you looking for? Current selected item? Item count? Window handle? The built-in function SetTreeViewItemPath works pretty good for...
Does anyone know how to test java application with perl gui test? I try, but I found that I cannot identify the gui object with winspy++......:-( ... From:...
Thanks for the reply dave but It still does not work. The last version og Win32-GuiTest that I have found that will PPM install on ActivePerl 5.6.1 is version...
Yes, GUITest should support them depending on what the program you're testing is written in. I believe you can use the functions IsCheckedButton and...
Is this a bug or user error? It does indeed fill in the bullet of the button, but that only makes it looks like it was checked. If another radio button in the...
Some applications (the way they are coded), use the NOTIFY message. I have come across many of these where they exepct the "click" and "notify". Checkboxes,...
Hi, I could able to solve all these problems but now facing newer one :-). I have a GUI with listbox control on rite pane which has few items. I am able to get...
HI guys, I am a Testing aspirant..I am new to PERL Testing..can any one help me whr to start...and how much helpful is PERL for me as a tester..plz refer me...
Hi Mahesh You can start read from active perl and read basics and slowly try to work on guitest in perl ram Maheshreddy Buthalapalli <mahireddy_b@...>...
Mahesh, this is not a forum to Teach Perl. Perl is always good to know, if you are interested you better try searching "Learning Perl" keyword in some thing...
Hi Mr. Gabor, Thank You for ur reply....and also for the links...Have a nice time... ... Gabor Szabo <szabgab@...> wrote: ... then please don't offend. ...
... try searching "Learning Perl" keyword in some thing called Google if you are aware of. ... people are really serious to create and learn better stuff, bcoz...
Dear Masters of Win32::Guitest (1.50.5) I am using Win32::Guitest to automate a tedious point-and-click process that I do repeatedly with Internet Explorer. I...
Lee, Maybe Win32::Guitest is not the straight fit web application UI testing. you can have a look at selenium, which IMHO is quite good for web application...
Lee, I am a believer of "the right tool for the right job". That being said, my advice does not have anything to do with Win32::GuiTest. I usually automate IE...
If you don't go with one of the other excellent suggestions offered earlier, I would ask whether you've moved the mouse to the correct location before using...
SendMouse ({LeftClick}) - this will send mouse click to the current cordinates of mouse pinter. Not to the KB focus. Are you sure that Mouse points to the...
hi all, only i can suggest is use Win32-IEAutomation to automate IE. This module good than clicking the mouse location, because Win32- IEAutomation can click...
Hi All, I have a query as following: 1: Want to invoke Interner explorer 2: Then navigate to www.google.com 3: Enter any text say "perl" in search text area, ...
Here are two solutions that DO work one is via Win32::GuiTest; the other is with Win32::IEAutomation after you start IE and enter http://www.google.com, do a...
Hi all! My situation: I am new to perl. I use Win32::GuiTest to achieve some screenscaping for windows (!!!) popping up "Add New Hardware Wizard". Code...
Param, Try using PushButton instead of PushChildButton. Check this code snippet to click Next button, it works with better consistency (I never faced any...
PushButton does not works totally though, but PushChildButton works now. I don't know what the '&' does to '&Next'? So the text on the next button is like...