Re: Test automation using perl or shell

2013-09-10 Thread Jim Gibson
On Sep 10, 2013, at 1:25 AM, Lalit Deshmukh wrote: > Hi, > > i have implemented 50 shell program to test. now i want to run all these > shell program one by one(in short test automation) (once first program > getting executed then next will start). please let me know how

Re: Test automation using perl or shell

2013-09-10 Thread Michael Rasmussen
On Tue, Sep 10, 2013 at 01:25:22AM -0700, Lalit Deshmukh wrote: > i have implemented 50 shell program to test. now i want to run all these > shell program one by one(in short test automation) (once first program > getting executed then next will start). please let me know how to do this?

Re: Test automation using perl or shell

2013-09-10 Thread Shekar
ell script which calls rest of the 50 shell programs to execute and record the results. -- Best Regards, Shekar On Tue, Sep 10, 2013 at 1:55 PM, Lalit Deshmukh wrote: > Hi, > > i have implemented 50 shell program to test. now i want to run all these > shell program one by one(in short

Test automation using perl or shell

2013-09-10 Thread Lalit Deshmukh
Hi, i have implemented 50 shell program to test. now i want to run all these shell program one by one(in short test automation) (once first program getting executed then next will start). please let me know how to do this? in UNIX any utility or to run the same. any help will be really

Re: automation frameworks

2011-01-05 Thread C.DeRykus
On Jan 5, 5:44 am, sunita.prad...@altair.com ("Sunita Rani Pradhan") wrote: > Hi All > > Could you please let me know , if anybody using any automation framework > for their automation testing or any types information about automation > framework ? > > Note: Perl s

Re: automation frameworks

2011-01-05 Thread Parag Kalra
All > > > > Could you please let me know , if anybody using any automation framework > for their automation testing or any types information about automation > framework ? > > > > Note: Perl scripting should be used in that framework . > > > > Thanks > >

automation frameworks

2011-01-05 Thread Sunita Rani Pradhan
Hi All Could you please let me know , if anybody using any automation framework for their automation testing or any types information about automation framework ? Note: Perl scripting should be used in that framework . Thanks Sunita

Re: Web UI Automation

2010-09-24 Thread Jatin Davey
Hi I just learned the basics of the perl programming language. I would like to know if there are good books that can help me in further learning and achieving expertise in Web automation using perl. Appreciate your response in this regard. Thanks Jatin On 9/23/2010 9:10 PM, Jatin wrote

Re: Web UI Automation

2010-09-23 Thread Brian Fraser
If you are on Windows, you could try Watir[0]. I use it at work - in Ruby, though -, and it's not too bad. But I also strongly second the Selenium suggestion. [0]http://search.cpan.org/~shimi/Win32-Watir-0.05/lib/Win32/Watir.pm Brian Fraser

Re: Web UI Automation

2010-09-23 Thread Parag Kalra
Selenium does provide Perl support. http://release.seleniumhq.org/selenium-remote-control/1.0-beta-2/doc/perl/WWW-Selenium.html Cheers, Parag On Thu, Sep 23, 2010 at 8:40 AM, Jatin wrote: > Hi > > I wanted to know if the UI automation for websites is possible using perl. > I did

RE: Web UI Automation

2010-09-23 Thread Bob McConnell
From: Shawn H Corey > On 10-09-23 11:40 AM, Jatin wrote: >> >> I wanted to know if the UI automation for websites is possible using >> perl. I did some search on the net about the possible automation that >> can be done using perl but i mostly found information about

Re: Web UI Automation

2010-09-23 Thread Shawn H Corey
On 10-09-23 11:40 AM, Jatin wrote: Hi I wanted to know if the UI automation for websites is possible using perl. I did some search on the net about the possible automation that can be done using perl but i mostly found information about the LWP bundle. My basic reading about it so far revealed

Web UI Automation

2010-09-23 Thread Jatin
Hi I wanted to know if the UI automation for websites is possible using perl. I did some search on the net about the possible automation that can be done using perl but i mostly found information about the LWP bundle. My basic reading about it so far revealed that it cannot be used in

dragandrop with win32::IE automation.

2009-04-19 Thread perl pra
Hi gurus, Can I drag and drop a text using win32::IE Automation.here is my requirement.I have a text in a table i have to drag and drop that text into another area of webpage. Can i do that using Win32::IEAutomation? Thanks in Advance, PP

MSI Installer Automation

2009-04-10 Thread perl pra
Hi All, Can anybody help me in MSI Installer Automation. How can i do that in perl. Is there any module which does that . Thanks in Advance, Siva

Re: Regarding automation of file transfer

2009-02-07 Thread Chas. Owens
written the first part of the program > i.e.connect,get and put files, which is very easy the examples are > easily available on the net.But i have no information about the second > part about the automation. kindly help me. if anyone can provide me > the code i will be grateful to him/h

Regarding automation of file transfer

2009-02-07 Thread jk
files, which is very easy the examples are easily available on the net.But i have no information about the second part about the automation. kindly help me. if anyone can provide me the code i will be grateful to him/her. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional

Re: Automation

2008-06-30 Thread obdulio santana
In windows there is a freeware, it's a clon for windows I'm using it for several months and works fine. nncronlt111.exe it's small and easy to use. I found in ten minutes google searching. if you want it, tell me how can I send to you. HTH 2008/6/30 Tobias Eichner <[EMAIL PROTECTED]>: >

AW: Automation

2008-06-30 Thread Tobias Eichner
> Thanks for your information. > But here i am using Windows XP operating system Then have a look at the task planner application (Start -> All programs -> Utilities -> System programs -> Task planner). It comes with Win XP and should be easy to use. Tobias. (Sorry for double-posting, but Yahoo!

Re: Automation

2008-06-30 Thread Amit Saxena
see if it can help. > > Start->Programs->Accessories->System Tools->Scheduled Tasks > > Bob McConnell > > -Original Message- > From: Ram [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2008 5:03 AM > To: beginners@perl.org > Subject: Re: Automati

RE: Automation

2008-06-30 Thread Bob McConnell
In MS-Windows, take a look at the Task Scheduler to see if it can help. Start->Programs->Accessories->System Tools->Scheduled Tasks Bob McConnell -Original Message- From: Ram [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2008 5:03 AM To: beginners@perl.org Subject: Re

Re: Automation

2008-06-30 Thread Ram
t; Hi All, > > > I am begineer to perl language. Want help for the automation of the > > perl script. > > Is it possible to run a perl script at defined time interval without > > cliking over the scipt and using command prompt. > > > I want it run without any GUI. it

Re: Automation

2008-06-30 Thread Edi Stojicevic
* Eko Budiharto <[EMAIL PROTECTED]> [2008-06-30 14:57:51 +0700] wrote : [...] > you can use crontab in linux. man crontab :) Cheers, -- . ''`. (\___/) E d i S T O J I C E V I C : :' : (='.'=) http://www.debianworld.org `. `~' (")_(") GPG: 0x1237B032 `- -- To unsubscribe, e-mail: [EMA

Re: Automation

2008-06-30 Thread Rodrick Brown
On Mon, Jun 30, 2008 at 3:26 AM, Ram <[EMAIL PROTECTED]> wrote: > Hi All, > > I am begineer to perl language. Want help for the automation of the > perl script. > Is it possible to run a perl script at defined time interval without > cliking over the scipt and using comma

Re: Automation

2008-06-30 Thread Jeff Peng
On Mon, Jun 30, 2008 at 3:26 PM, Ram <[EMAIL PROTECTED]> wrote: > > I want it run without any GUI. it shoud run automatically at defined > time ? > Perl script is running without GUI normally unless you use TK. "crontab" or "at" commands under unix can do what you wanted. please man them for deta

Re: Automation

2008-06-30 Thread Eko Budiharto
you can use crontab in linux. On Mon, Jun 30, 2008 at 2:26 PM, Ram <[EMAIL PROTECTED]> wrote: > Hi All, > > I am begineer to perl language. Want help for the automation of the > perl script. > Is it possible to run a perl script at defined time interval without > cliking

Automation

2008-06-30 Thread Ram
Hi All, I am begineer to perl language. Want help for the automation of the perl script. Is it possible to run a perl script at defined time interval without cliking over the scipt and using command prompt. I want it run without any GUI. it shoud run automatically at defined time ? Please give

RE: can anyone tell me the nice site to learn Perl Automation

2005-12-14 Thread Timothy Johnson
It depends on exactly what you mean by Automation. What are you trying to do? -Original Message- From: Anish Kumar K. [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 10:49 PM To: beginners@perl.org Subject: can anyone tell me the nice site to learn Perl Automation Hi

can anyone tell me the nice site to learn Perl Automation

2005-12-14 Thread Anish Kumar K.
Hi Can anyone tell me a nice site to learn perl automation. Scripts also will be fine. I searched in some sites but was not quite useful.. Thanks Anish

Flash Application Automation through Perl ... possible or not?

2005-09-09 Thread Pranav
Hello List, I am very new to perl, the primary reason why I want to learn perl is ... I need to automate testing of some flash based Applicatons. Till now I haven't got any positive response, most of my friend suggests that its not possible. As Perl cant access/invoke any mouse/keyboard events

Re: Word Automation through Win32::OLE

2004-12-23 Thread Cutter
Jonathan and Jenda, I appreciate you taking the time to run through the basics. I'll make sure to use strict and warnings from now on. I sure hope it saves the time you are suggesting. Sometimes the debugging drives me nuts. The difference between properties and methods is difficult to determine

Re: Word Automation through Win32::OLE

2004-12-22 Thread Jenda Krynicky
From: Jonathan Paton <[EMAIL PROTECTED]> > > print "$fileName\n"; > > $doc->ActiveDocument->SaveAs({FileName => $fileName, > > FileFormat => wdFormatRTF}) > > 'Can't call method "SaveAs" on an undefined value'. > > That clearly means that "$doc->ActiveDocument" evaluates

Re: Word Automation through Win32::OLE

2004-12-22 Thread Jonathan Paton
Dear Mark, > Long time lurker, first time poster...please be gentle. Shame you missed the many comments on strict and warnings. Consider these mandatory whilst learning: use strict; use warnings; I am not familar with Win32::OLE, but there is certainly some errors in your code I can show you.

Word Automation through Win32::OLE

2004-12-22 Thread Cutter
Long time lurker, first time poster...please be gentle. I am attempting to move through a directory, pull out only files of a .fin extension (which is Word document format), save each one as .rtf (Rich Text Format). I'd also like to be able to run some predefined macros on the files, but I thou

Word Automation through Win32::OLE

2004-12-22 Thread Mark Shellenberger
Long time lurker, first time poster...please be gentle. I am attempting to move through a directory, pull out only files of a .fin extension (which is Word document format), save each one as .rtf (Rich Text Format). I'd also like to be able to run some predefined macros on the files, but I tho

Re: web automation - where to read?

2002-04-25 Thread Elaine -HFB- Ashton
Martin A. Hansen [[EMAIL PROTECTED]] quoth: *>hi *> *>im trying to write a scipt that crawls a website. however, with only the documentation from the perl cookbook and some no_good manpages from the LWP modules, im stuck! *> *>where can i find som documentation (pref. online) ? *> *>or even some

Re: web automation - where to read?

2002-04-25 Thread Martin A. Hansen
On Thu, Apr 25, 2002 at 01:57:07PM -, Felix Geerinckx wrote: > > im trying to write a scipt that crawls a website. however, with > > only the documentation from the perl cookbook and some no_good > > manpages from the LWP modules, im stuck! > > Would you care to explain what is 'no_good' abo

Re: web automation - where to read?

2002-04-25 Thread Felix Geerinckx
> im trying to write a scipt that crawls a website. however, with > only the documentation from the perl cookbook and some no_good > manpages from the LWP modules, im stuck! Would you care to explain what is 'no_good' about the LWP manpages? > where can i find som documentation (pref. online) ?

web automation - where to read?

2002-04-25 Thread Martin A. Hansen
hi im trying to write a scipt that crawls a website. however, with only the documentation from the perl cookbook and some no_good manpages from the LWP modules, im stuck! where can i find som documentation (pref. online) ? or even some examples ? regards martin -- To unsubscribe, e-mail:

Re: EXCEL automation

2002-01-08 Thread Jenda Krynicky
From: "Billie" <[EMAIL PROTECTED]> > What's wrong with the following code? > > use Win32::OLE; > $book = Win32::OLE->GetObject("Book1.xls"); > $book->Saveas("Book2.xls"); > > Book1 and the script are in the same directory. When I open > Book2.xls, I cannot see any worksheet.

RE: EXCEL automation

2002-01-07 Thread Stout, Joel R
gt; Subject: EXCEL automation > > > Hi all, > > What's wrong with the following code? > > use Win32::OLE; > $book = Win32::OLE->GetObject("Book1.xls"); > $book->Saveas("Book2.xls"); > > Book1 and the script are in the same di

RE: EXCEL automation

2002-01-07 Thread Ryan Guy
Maybe youre just a wuss. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

EXCEL automation

2002-01-07 Thread Billie
Hi all, What's wrong with the following code? use Win32::OLE; $book = Win32::OLE->GetObject("Book1.xls"); $book->Saveas("Book2.xls"); Book1 and the script are in the same directory. When I open Book2.xls, I cannot see any worksheet. Why? Thanks Billie -- To unsubscribe, e-mail: [EMAIL P

Re: Test Automation

2001-11-27 Thread Dave Storrs
Check CPAN for: Test::Unit Test::Simple Test::More and a few others. Dave On Mon, 26 Nov 2001, Ahmed Moustafa Ibrahim Ahmed wrote: > Hi Everybody, > > How can I automate the process of testing my Perl script? > Is there a standard way to do? > Is there a tool for testing Perl scripts? > > Yo

Test Automation

2001-11-26 Thread Ahmed Moustafa Ibrahim Ahmed
Hi Everybody, How can I automate the process of testing my Perl script? Is there a standard way to do? Is there a tool for testing Perl scripts? Your help will be appreciated so much. Ahmed -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]