RE: How to use Perl for API testing

2006-07-10 Thread Jason Trebilcock
> -Original Message- > From: Suja Emmanuel [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 09, 2006 10:16 PM > To: beginners@perl.org > Subject: How to use Perl for API testing > > > Hi, > > I want to use PERL for API testing, i.e., I want to call > different URLs through th

RE: How to use Perl for API testing

2006-07-10 Thread Timothy Johnson
Are you testing on IE? There is an Win32::IEAutomation module that should be able to handle what you want if IE is the browser you want to test. -Original Message- From: Suja Emmanuel [mailto:[EMAIL PROTECTED] Sent: Sunday, July 09, 2006 10:16 PM To: beginners@perl.org Subject: How to

Re: How to use Perl for API testing

2006-07-10 Thread Matt Johnson
You might want to consider Test::WWW::Mechanize http://search.cpan.org/author/PETDANCE/Test-WWW- Mechanize-1.12/Mechanize.pm or WWW-Mechanize http://search.cpan.org/~petdance/WWW-Mechanize-1.18/ lib/WWW/Mechanize.pm -- MattJ On Jul 9, 2006, at 10:13 PM, Suja Emmanuel wrote: Hi,

RE: How to use Perl for API testing

2006-07-10 Thread Jeff Peng
Have you took a look at CPAN?for example,LWP::UserAgent. I want to use PERL for API testing, i.e., I want to call different URLs through the browser. How much is possin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]