Hello guys, I'm new to Win32::GUItest, after reading the examples and tutorials; I have to say that the module is amazing. I'm currently trying to access the...
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, ...
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...
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...
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...
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...
HI all Is there a version of Win32-GuiTest that I can install via PPM for Active Perl 5.6.1 build 638. I don't have Visual C++ installe don this PC and Getiing...
Guys, I am going on vacation for 2 weeks. This list is moderated. I will try to check the internet from time to time, but if you don't see your post approved...
Hi all, I am newbie to win32guitest.Can anybody tell me how to get the handle to a button in a window.The button has no text in it Thanks & regards Kiran Rajan...
Hello I'm a testing engineer at Aircom International currently testing a Telecommunications Post Processing tool developed in C++. I've read the Automated GUI...
Hi Can any one tell me whether I can use perl scripts to automate Qt application. Few of the symtax like MenuSelect("&File|E&xit"); OR GetWindowText($_), ...
Hai Al, I need to verify an IP Address: below is my test case .... If IP Address = 10.118.232.# -> Pass If IP Address = 10.118.110.# -> Fail Only first 3...
Hello guys, I've used Win32::GuiTest for Windows Applications and have loved it.However, I am now looking for something that'll help me use the functions...
Hi All, I have below two Edit fields belonging to Class Name: "Edit" 1:Password: 2:Confirm Password: I'm passing the the password using the function...
Hello Friends, Below functions are not working for any of the list boxes in our application under test SelListViewItem( $hwnd, $idx ); GetListViewContents(...
Hello, I'm trying to use Piotr's example 2.6 in "Chapter 2. GUI testing - tutorial" to find the handle of an item in a TreeView using SendMessage with...
IHi All, 'm trying to execute the below command, bit it fails ..... Please any one correct my command i.e. i'm confused with the "hwnd" argument, tell me what ...
Hello Guys, I need help regarding data-driven testing with PERL. My question is how can i attach e.g. excel file to execute data driven test if i use ...
Hi All, I am trying to write a general function to select an item from a combobox. I've successfully found the handle of the ComboBox, then using any one of...
Hi All, Have I forgotten to install a module? I get error messages when I try to use some of the Win32::Guitest functions When I call SelComboString I get an...
Hi All, I'm automating Connection manager on Windows Vista, There is a window called "Reorder wireless networks", Which can be launched through task tray ...
Dear All, I have an application of class type "javax.swing.JFrame" and it has two buttons "Next" and "Cancel". I am able to find the parent window. The problem...
Hi all, I've built a tool (open source of course) which will maybe help you with your testing. It uses the technique called Model-based Testing. For those of...
Hi all, Is there any module in perl to automate "Window application created using JAVA". I am looking for the module something similar to Win32::GuiTest. I saw...
I need to click a bitmap inside a dialogbox. Inside this dialogbox, there is no regular button. All the buttons are really just bitmaps. Therefore, there is...
I have seen/heard rumors that some SendKeys functionality will be changed/removed in Windows Vista. Curious if anyone has used Win32::GuiTest with Windows...
Hi, Is there any way to access menus? What is want to automate is to open the explorer window and Map a drive using the Map network drive wizard. I'm able to...