<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Once and Only Once : Unit Testing javascript</title>
    <link>http://www.tarbard.co.uk/articles/2007/03/07/unit-testing-javascript</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Darren Tarbard's ramblings</description>
    <item>
      <title>Unit Testing javascript</title>
      <description>I've been improving and extending some javascript recently and have been missing something like Junit or Test::Unit. &lt;br /&gt;
I started writing a quick set of assertxx functions  to be able to test and then start test driving the new code. 
&lt;p&gt;&lt;p&gt;
After a short time I felt like I was re-inventing the wheel and a google later I found jsUnit. It has the nice comforting green bar and finds testxxx functions at runtime.  &lt;a href="http://www.jsunit.net/runner/testRunner.html?testpage=/runner/tests/jsUnitTestSuite.html"&gt;Check it out&lt;/a&gt;.
&lt;p&gt;</description>
      <pubDate>Wed, 07 Mar 2007 17:59:55 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:b1330859-9dc4-4692-9ba1-44544d8ceb2f</guid>
      <author>Daz</author>
      <link>http://www.tarbard.co.uk/articles/2007/03/07/unit-testing-javascript</link>
      <category>Software dev</category>
    </item>
  </channel>
</rss>

