Differences between revisions 20 and 21
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 * [http://idiacomputing.com/moin/PrimaryKeyGeneration#head-d7949da7a424b68c0ae6279e11b7e8718331321e DbUnit and autonumbered primary keys]  * [[http://idiacomputing.com/moin/PrimaryKeyGeneration#head-d7949da7a424b68c0ae6279e11b7e8718331321e|DbUnit and autonumbered primary keys]]
Line 26: Line 26:
 * [http://gojko.net/fitnesse/dbfit DbFit] is a set of FIT fixtures (also usable under Fitnesse) to allow test access to the database. This can be used for acceptance testing by programmers, and unit testing by DB developers. It's intended to support both Java and .Net use. Also see the [http://sourceforge.net/projects/dbfit Sourceforge] project page.
 * [http://www.myloadtest.com/free-packet-sniffer/ WireShark] and other network testing recommendations.
 * [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 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.
 * [http://selenium.thoughtworks.com/ Selenium] and [https://addons.mozilla.org/extensions/moreinfo.php?id=1157 Selenium Recorder] may have eclipsed T''''''estGen4WebDocs. 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://www.agile2005.org/RP4.pdf PDF]) describes, among other things, how to bypass HTML form field length limitations.
 * [[http://gojko.net/fitnesse/dbfit|DbFit]] is a set of FIT fixtures (also usable under Fitnesse) to allow test access to the database. This can be used for acceptance testing by programmers, and unit testing by DB developers. It's intended to support both Java and .Net use. Also see the [[http://sourceforge.net/projects/dbfit|Sourceforge]] project page.
 * [[http://www.myloadtest.com/free-packet-sniffer/|WireShark]] and other network testing recommendations.
 * [[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 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.
 * [[http://selenium.thoughtworks.com/|Selenium]] and [[https://addons.mozilla.org/extensions/moreinfo.php?id=1157|Selenium Recorder]] may have eclipsed T''''''estGen4WebDocs. 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://www.agile2005.org/RP4.pdf|PDF]]) describes, among other things, how to bypass HTML form field length limitations.
Line 38: Line 38:
 * [http://groups.yahoo.com/group/testdrivendevelopment/message/17719 Re: Automated acceptance Tests for a Web application] by Cory Foy -- using FitNesse -- a tiny case study on the TDD list.
 * [http://groups.yahoo.com/group/testdrivendevelopment/message/17826 Web application testing using FitNesse with Selenium-rc] by Bob Runstein on the TDD list.
 * [[http://groups.yahoo.com/group/testdrivendevelopment/message/17719|Re: Automated acceptance Tests for a Web application]] by Cory Foy -- using FitNesse -- a tiny case study on the TDD list.
 * [[http://groups.yahoo.com/group/testdrivendevelopment/message/17826|Web application testing using FitNesse with Selenium-rc]] by Bob Runstein on the TDD list.
--> -->

TypeError

'dict' object is not callable

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)

    1. 1309 self.page.send_page()
    2. 1310 else:
    3. 1311 handler(self.page.page_name, self)
    4. 1312
    5. 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function execute>
    • self = <MoinMoin.request.request_cgi.Request object>
    • self.page = <MoinMoin.Page.Page object>
    • self.page.page_name = u'TestingStrategies'
  2. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/action/diff.py in execute (pagename=u'TestingStrategies', request=<MoinMoin.request.request_cgi.Request object>)

    1. 184 from MoinMoin.util import diff_html
    2. 185 request.write(f.rawHTML(diff_html.diff(request, oldpage.get_raw_body(), newpage.get_raw_body())))
    3. 186 newpage.send_page(count_hit=0, content_only=1, content_id="content-below-diff")
    4. 187 else:
    5. 188 from MoinMoin.util import diff_text
    • newpage = <MoinMoin.Page.Page object>
    • newpage.send_page = <bound method Page.send_page of <MoinMoin.Page.Page object>>
    • count_hit undefined
    • content_only undefined
    • content_id undefined
  3. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={'content_id': 'content-below-diff', 'content_only': 1, 'count_hit': 0})

    1. 1199 format_args=pi['formatargs'],
    2. 1200 do_cache=do_cache,
    3. 1201 start_line=pi['lines'])
    4. 1202
    5. 1203 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': 'wiki', 'formatargs': '', 'language': 'en', 'lines': 0}
  4. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, body=u"It's easy to write code really fast if it doesn'...h Selenium-rc]] by Bob Runstein on the TDD list.\n", format='wiki', format_args='', do_cache=1, **kw={'start_line': 0})

    1. 1287 try:
    2. 1288 code = self.loadCache(request)
    3. 1289 self.execute(request, parser, code)
    4. 1290 except Exception, e:
    5. 1291 if not is_cache_exception(e):
    • self = <MoinMoin.Page.Page object>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page object>>
    • request = <MoinMoin.request.request_cgi.Request object>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
    • code = <code object <module> at 0x7f8d830da330, file "TestingStrategies", line 2>
  5. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object <module> at 0x7f8d830da330, file "TestingStrategies", line 2>)

    1. 1318 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1319 try:
    3. 1320 exec code
    4. 1321 except "CacheNeedsUpdate": # convert the exception
    5. 1322 raise Exception("CacheNeedsUpdate")
    • code = <code object <module> at 0x7f8d830da330, file "TestingStrategies", line 2>
  6. /home/gdinwiddie/idiacomputing.com/public_html/TestingStrategies in ()

TypeError

'dict' object is not callable

  • args = ("'dict' object is not callable",)
  • message = "'dict' object is not callable"

System Details

  • Date: Sat, 05 Apr 2025 21:17:08 +0000
  • Platform: Linux pdx1-shared-a3-05 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
  • Python: Python 2.7.18 (/usr/bin/python)
  • MoinMoin: Release 1.8.7 (release)