Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
* [http://www.jdemo.de/ JDemo Framework] mentioned by Ilja Preuss on TestFirstUserInterfaces@yahoogroups.com * [http://developer.spikesource.com/wiki/index.php/Projects:TestGen4WebDocs TestGen4WebDocs] is a FireFox plugin for recording web interaction to be played back later as a test. It reportedly works with [http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5b2/ Firefox 1.5 Beta 2] but not Firefox 1.0.7 or Firefox 1.5 RC 1. |
* [http://www.jdemo.de/ JDemo Framework] mentioned by Ilja Preuss on T''''''estFirstUserInterfaces @ yahoogroups.com * [http://developer.spikesource.com/wiki/index.php/Projects:TestGen4WebDocs TestGen4WebDocs] is a F''''''ireFox plugin for recording web interaction to be played back later as a test. It reportedly works with [http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5b2/ Firefox 1.5 Beta 2] but not Firefox 1.0.7 or Firefox 1.5 RC 1. |
I write virtually all of my code using TestDrivenDevelopment and UnitTesting. I believe strongly in automated AcceptanceTesting, but have had limited success in getting organizations to buy-in. (Instead, they seem to fall back on manual testing by a bunch of QA people.)
[http://idiacomputing.com/moin/PrimaryKeyGeneration#head-d7949da7a424b68c0ae6279e11b7e8718331321e DbUnit and autonumbered primary keys]
Some other things that look interesting:
[http://patterntesting.sourceforge.net/whatis.html Pattern Testing] allows you to check coding/design standards across the project. This looks very interesting, but I haven't tried it. (thanks to Jeff Waltzer)
[http://www.jdemo.de/ JDemo Framework] mentioned by Ilja Preuss on TestFirstUserInterfaces @ yahoogroups.com
[http://developer.spikesource.com/wiki/index.php/Projects:TestGen4WebDocs TestGen4WebDocs] is a FireFox plugin for recording web interaction to be played back later as a test. It reportedly works with [http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5b2/ Firefox 1.5 Beta 2] but not Firefox 1.0.7 or Firefox 1.5 RC 1.
[http://selenium.thoughtworks.com/ Selenium] and [https://addons.mozilla.org/extensions/moreinfo.php?id=1157 Selenium Recorder] may have eclipsed TestGen4WebDocs. See also:
[http://wiki.openqa.org/display/SEL Selenium Confluence]
apparently [http://openqa.org/selenium "new" website]
[http://redhanded.hobix.com/inspect/theSoundsOfSeleniumTestingYourWeblickation.html The Sounds of Selenium Testing Your Weblickation]
[http://agiletesting.blogspot.com/2005/03/web-app-testing-with-python-part-2.html Selenium and Twisted]
Agile Security Testing of Web-Based Systems via HTTPUnit ([http://agile2005.org/RP4.pdf PDF]) describes, among other things, how to bypass HTML form field length limitations.