Win32::ActAcc : More Information Needed

2002-02-09 Thread Abhra Debroy
Hello Can you please.. 1. suggest me where I can get more details information regarding this module ? 2. give me name of some good site of Code for that module Thanking You In advance . Abhra -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Win32::ActAcc : How to print event details into Text file

2002-02-09 Thread Abhra Debroy
$eh->debug_spin(1); } } &main; _____ Thanks Abhra Abhra Debroy ___ Prabodhan Exports Pvt. Ltd .(www.prabodhan.com - Join our QA Club!). 47/4, Aishwarya Resi, Ab

Win32::ActAcc : How to print event details into Text file

2002-02-08 Thread Abhra Debroy
Hi All In the below script we can print event details into console window by debug_spin(1). Now how can I print those event details ina text file ? __ use strict; use Win32::OLE; use Win32::ActAcc; sub main { print "\n"."aa

Win32::ActAcc - where from to download

2002-01-16 Thread Abhra Debroy
Hello All Can anybody tell me where from I can down load 'Win32::ActAcc'. I tried it from CPAN but failed. Thanks Abhra -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Changing the name of a sub item under a tree view list

2002-01-14 Thread Abhra Debroy
perl but C++. I am eagerly waiting for ur kind help. Thanks Abhra -Original Message- From: Tillman, James [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 5:22 PM To: 'Abhra Debroy' Subject:RE: Changing the nam

RE: Changing the name of a sub item under a tree view list

2002-01-12 Thread Abhra Debroy
anuary 11, 2002 5:26 PM > To: 'Abhra Debroy'; Perl Beginer (E-mail); Perl Win32 (E-mail); Perl > Yahoo Group (E-mail) > Subject: RE: Changing the name of a sub item under a tree view list > > > I have tree view structure ,like directory structure in windows. &g

Changing the name of a sub item under a tree view list

2002-01-11 Thread Abhra Debroy
Hi I have tree view structure ,like directory structure in windows. Now I want to select and change the name of a particular sub Item under a item . How can I do this using perl ? Thanks in advice Abhra -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Win32::Event why for ?

2001-11-26 Thread abhra debroy
Hello I am came across with Win32::Event Module. I wanted to know what it is about ? Can u please give an example to describe the utility of the module. I have read perl doc,but I didn't understand what it is saying. Please help Abhra __ Do You

Similira Module of Win32:: GuiTest and Setupsup in Linux ?

2001-11-26 Thread abhra debroy
Hello Is there any similar module of win32::GuiTest and Setupsup for Linux (gor Gui Testing) free or commercial one Thank You Abhra __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/

Perl in Linux

2001-11-26 Thread abhra debroy
Hello All Automated GUI /Functioanl Testing is possible in Win32 System by using win32::GUI Test and Setupsup Module of perl. Whether same is possible in Linux System ? If Yes how should I approach ? My application is QT supported. PLEASE HELP ME AS I NEED THIS INFORMATION DESPERATELY. Is ther

RE: How do I get username in Perl ?

2001-10-24 Thread Abhra Debroy
Hi Amit try this: use Win32; $name=Win32::LoginName(); print $name; HTH abhra > -Original Message- > From: Nisim, Amit [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, October 24, 2001 4:51 PM > To: [EMAIL PROTECTED] > Subject: How do I get username in Perl ? > > > Hi All, > > I

Win32::API -where wrong in code

2001-10-23 Thread Abhra Debroy
menu item : $n\n"; # gettiing label of 4th menu item ie Tools $GetMenuString=new Win32::API("user32","GetMenuString", [N,N,P,I,N], I); $lpBuffer = " " x 80; $GetMenuString->Call($menu,3,$lpBuffer,80,MF_BYPOSITION); print "MenuLabel : $lpBuffer"; --

Win32 ::API and WIn32::Setupsup -- Window Handle and Menu handle

2001-10-23 Thread Abhra Debroy
FOR; } } print "WindowHandle : $winhandle"; $GetMenu=new Win32::API("user32","GetMenu",[N],N); $menu=$GetMenu->Call($winhandle); print "Menu handle:$menu \n"; Abhra Debroy Prabodhan Exports Pvt. Ltd.(www.prabodhan.com - Join our QA Club!) Tel: 9

Kind Attention : Aldo Calpini and Jan Dubois

2001-10-22 Thread Abhra Debroy
You Abhra Debroy Prabodhan Exports Pvt. Ltd.(www.prabodhan.com - Join our QA Club!) Tel: 91-20-5462035,543 1447 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to Invoke application for further action on it.

2001-10-21 Thread Abhra Debroy
x27;); " does not get executed unless PCE(Application) is closed. It even do not print 'After Invoking application'; How I can Overcome the situation. Thanking You Abhra Abhra Debroy Prabodhan Exports Pvt. Ltd.(www.prabodhan.com - Join our QA Club!) Tel: 91-20-5462035,543 1447 --

Event Handling system

2001-10-21 Thread Abhra Debroy
the module require for that purpose Can anybody help me with a small code writing. Thanking You Abhra Debroy Prabodhan Exports Pvt. Ltd.(www.prabodhan.com - Join our QA Club!) Tel: 91-20-5462035,543 1447 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Win32::Setupsup -Can Mouse action be sent to a window as SendKeys sends some key strokes to a window

2001-10-18 Thread Abhra Debroy
Thank u Carl for the reply ! But what's the solution for the application those do not support OLE . Abhra > -Original Message- > From: Carl Jolley [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, October 18, 2001 10:51 PM > To: Abhra Debroy > Cc: [EMAIL PROTECTE

Win32::Setupsup Vs Win32::GUITest -Which one is more suitable for GUI or Functional Tesing of an application

2001-10-17 Thread Abhra Debroy
job in perl . Thanking In advance for the help Abhra Debroy Prabodhan Exports Pvt. Ltd.(www.prabodhan.com ) Tel: 91-20-5462035,543 1447 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Win32::Setupsup -Can Mouse action be sent to a window as SendKeys sends some key strokes to a window

2001-10-17 Thread Abhra Debroy
Hi All We can send some key strokes to a window by SendKeys function in Win32::Setupsup. How can we send mouse action to a window ? Is there any function available in win32::Setupsup for the mouse action job. Thanking You Abhra Debroy Prabodhan Exports Pvt. Ltd.(www.prabodhan.com - Join our QA