RE: combinations

2008-10-06 Thread Jason Trebilcock

-Original Message-
From: Rob Dixon [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 06, 2008 12:37 PM
To: Perl Beginners
Cc: Randal L. Schwartz; Mr. Shawn H. Corey
Subject: Re: combinations

What are the real-world problems that are solved using a list of
combinations of
sets of items?

Rob

-- 

I can come up with one example where this might be interesting.  Imagine you
are a software tester and were tasked with identifying all potential
variable combinations that needed to be covered/tested.  Risk mitigation,
dontchaknow.

This conversation could be one way where this problem is solved.

Personally, I'm lazy (within reason).

http://www.satisfice.com/tools.shtml 

Jason




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/




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 the browser. I am new to Perl. Can you 
> help me to
> write a script to call many URLs through browser.
> 
> 
> 
> 


In addition to what has been posted previously, there is also SAMIE.
http://samie.sourceforge.net/

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.10/383 - Release Date: 7/7/2006
 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




RE: How to Capture Mouse button press

2006-02-07 Thread Jason Trebilcock
 

> -Original Message-
> From: swayam panda [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 07, 2006 8:39 AM
> To: Angus; beginners@perl.org
> Subject: How to Capture Mouse button press
> 
> Hi all,
> 
>   Like winrunner can i be able to record the mouse 
> action  and then 
> run it (regression) through perl .Is   there  any module 
> available in perl?
> Thnaks in advance
> Swayam
> 

While it isn't record/playback, you might want to take a look at SAMIE.
http://samie.sourceforge.net/

And if you're willing to learn another language, there's also WATIR.
http://wtr.rubyforge.org/

Jason

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.2/252 - Release Date: 2/6/2006
 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]