[Baypiggies] A talk on testing frameworks

Glen Jarvis glen at glenjarvis.com
Sun Jan 16 04:22:19 CET 2011


If I mentioned cucumber in my previous email, I apologize. I've been learning cucumber to do BDD development for rails. The equivalent for python is lettuce. I hadn't learned lettuce yet, but it should be just a port of cucumber -- although I can't say that with authority.

Cheers,


Glen

El Jan 15, 2011, a las 7:06 PM, Steve Piercy - Web Site Builder <Web at StevePiercy.com> escribió:

> I am primarily interested in how other developers conduct testing of their code and web applications.
> 
> I'm already familiar with Selenium through a web browser, but not through a programming language or testing framework, so I am interested in seeing how to do that with python.
> 
> I recently stumbled across CubicTest, a Selenium plugin for Eclipse, but I'm not familiar with it yet.  I'm plugging through the tutorial.
> 
> I want to learn more about TDD, and how to write useful unittests or doctests in python.
> 
> I don't know whether you would call it a testing framework, but I've been trying out pydev for Eclipse.  I really like its debugger and being able to step through code.
> 
> I'm not familiar at all with twill or cucumber (other than I've heard cucumber mentioned often amongst Rubyists), so I'm curious about them.
> 
> --steve
> 
> 
> On 1/15/11 at 5:05 PM, glen at glenjarvis.com (Glen Jarvis) pronounced:
> 
>> Steve,
>> 
>> Of the different frameworks that you'd like to see practical examples
>> on, are you more interested in Selenium, twill, cucumber (BDD), TDD?
>> 
>> Glen
>> 
>> On Sat, Jan 15, 2011 at 4:15 PM, Steve Piercy - Web Site Builder <
>> Web at stevepiercy.com> wrote:
>> 
>>> On 1/15/11 at 1:49 PM, glen at glenjarvis.com (Glen Jarvis) pronounced:
>>> 
>>> 
>>> One idea is the "buzzwords" type talk where each framework is introduced
>>>> and a high level "this is why it's more useful than another" is given. For
>>>> example, twill, selenium, lettuce, nose, unit tests, etc.
>>>> 
>>>> Another idea is to pick a few and drill down on them showing how to write
>>>> them. For example, how does one mock up things and what tools are in place.
>>>> 
>>> 
>>> If I had to choose, I'm much more interested in the latter.  I absorb much
>>> more from practical examples, and can make my own comparisons and contrasts
>>> at a high level.
>>> 
>>> --steve
>>> 
>>> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
>>> Steve Piercy               Web Site Builder               Soquel, CA
>>> <web at StevePiercy.com>                  <http://www.StevePiercy.com/>
>>> 
>>> 
>> 
>> 
> 
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> Steve Piercy               Web Site Builder               Soquel, CA
> <web at StevePiercy.com>                  <http://www.StevePiercy.com/>
> 
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies


More information about the Baypiggies mailing list