Web-testing frameworks?

54 views
Skip to first unread message

Ben Beuchler

unread,
Jan 17, 2012, 3:21:06 PM1/17/12
to pymntos
I need to find a web-testing framework that will allow me to perform
functional tests of arbitrary sites, without access to their code.
Something like Cucumber but without the insane level of pain that
comes from maintaining RubyGem based projects in a production
environment. Bonus points if it's written in Python, of course.

-Ben

Nick Bauman

unread,
Jan 17, 2012, 3:40:28 PM1/17/12
to pym...@googlegroups.com

Dan Callahan

unread,
Jan 22, 2012, 8:45:11 PM1/22/12
to pym...@googlegroups.com
It's a lot heavier than Twill, but Selenium might be worth looking into:

http://seleniumhq.org/

The Selenium IDE (a Firefox add-on) can generate Python unittest code
out of the box, amongst other things. There are also Python bindings
to manipulate the browser.

I haven't used it myself, but I've heard good things.

On Tue, Jan 17, 2012 at 2:21 PM, Ben Beuchler <ins...@gmail.com> wrote:

David J. Meier

unread,
Jan 22, 2012, 10:48:38 PM1/22/12
to pym...@googlegroups.com
"SST" (selenium-simple-test) Python Web Framework.  Based on Selenium WebDriver, but written in Python...

Ben Beuchler

unread,
Jan 24, 2012, 11:00:19 PM1/24/12
to pym...@googlegroups.com
I am now a complete twill convert, but now I'm told we need to be able
to execute client javascript for the tests to be valid, so it looks
like Selenium may be the way to go.

Thanks!

-Ben

Nick Bauman

unread,
Jan 24, 2012, 11:34:10 PM1/24/12
to pym...@googlegroups.com

Ian Bicking

unread,
Jan 24, 2012, 11:35:13 PM1/24/12
to pym...@googlegroups.com

PhantomJS is pretty cool too (basically headless WebKit), scriptable from Python.

David J. Meier

unread,
Jan 25, 2012, 7:55:33 AM1/25/12
to pym...@googlegroups.com

The SST framework is new:

https://launchpad.net/selenium-simple-test

Selenium/Python

David J. Meier

unread,
Jan 22, 2012, 3:31:06 PM1/22/12
to PyMNtos
http://coreygoldberg.blogspot.com/2012/01/officially-introducing-sst-python-web.html

Based on Selenium WebDriver and, of course, Python. :)

David J. Meier

unread,
Jan 22, 2012, 3:28:44 PM1/22/12
to PyMNtos
http://coreygoldberg.blogspot.com/2012/01/officially-introducing-sst-python-web.html

Built on Selenium WebDriver and, of course, Python. :)

On Jan 17, 2:21 pm, Ben Beuchler <ins...@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages