Re: Unittesting for web applications
From: John Roth (newsgroups_at_jhrothjr.com)
Date: 02/12/05
- Next message: Brian Beck: "Re: Iterate through dictionary of file objects and file names"
- Previous message: mep: "Re: ActivePython 2.3.5.236 and ActivePython 2.4.0.244 are available"
- In reply to: Sandip Bhattacharya: "Unittesting for web applications"
- Next in thread: Grig Gheorghiu: "Re: Unittesting for web applications"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 12 Feb 2005 06:47:21 -0600
I believe there are xUnit clones named
Httpunit and Htmlunit, as well as a number
of variants. See the huge list of xUnit
clones on:
in the downloads section. I don't think
any of them are Python based, though.
You might also want to look at some of
the Htmlunit integration into FIT and
Fitnesse.
You can frequently get discussions on
the Yahoo TDD list.
John Roth
"Sandip Bhattacharya" <sandip@lug-delhi.org> wrote in message
news:mailman.2443.1108204994.22381.python-list@python.org...
> Can someone suggest me some good resources for learning how to use
> unittests for web applications? Do we always have to cook up our own
> webpage scrapers to test the code?
>
> - Sandip
>
> --
> Sandip Bhattacharya * Puroga Technologies * sandip@puroga.com
> Work: http://www.puroga.com * Home/Blog: http://www.sandipb.net/blog
>
> PGP/GPG Signature: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3
>
>
>
- Next message: Brian Beck: "Re: Iterate through dictionary of file objects and file names"
- Previous message: mep: "Re: ActivePython 2.3.5.236 and ActivePython 2.4.0.244 are available"
- In reply to: Sandip Bhattacharya: "Unittesting for web applications"
- Next in thread: Grig Gheorghiu: "Re: Unittesting for web applications"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|