<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://tedhusted.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Latest News from Ted Husted</title>
 <link>http://tedhusted.sys-con.com/</link>
 <description>Latest News from Ted Husted</description>
 <language>en</language>
 <copyright>Copyright 2009 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Mon, 09 Nov 2009 00:19:25 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>360</ttl>
<item>
 <title>Generating JUnit Tests for Legacy Java Applications</title>
 <link>http://tedhusted.sys-con.com/node/478335</link>
 <description>Unit tests give us the confidence to change applications, even legacy applications that we didn&#039;t write ourselves. To avoid the drudgery of writing a test case for every edge and boundary, we can let JUnit Factory generate a large set of characterization tests for us. If we need to explore an existing code base, characterization tests can act as a learning guide by documenting what the code actually does. If we need to change existing code, characterization tests act as critical &#039;change detectors&#039; that help us avoid unforeseen side effects.&lt;p&gt;&lt;a href=&quot;http://tedhusted.sys-con.com/node/478335&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 24 Dec 2007 23:00:00 EST</pubDate>
 <guid isPermaLink="true">http://tedhusted.sys-con.com/node/478335</guid>
 <comments>http://tedhusted.sys-con.com/node/478335#feedback</comments>
</item>
<item>
 <title>Java Product Review: What to Do If Your Code Has No Tests</title>
 <link>http://tedhusted.sys-con.com/node/273994</link>
 <description>When MailReader - an example application bundled with the Struts Action framework - was created six years ago, most Java developers had yet to discover unit testing. Consequently neither the Struts framework nor the MailReader were created test-first. Since then, we&#039;ve bolted a few unit tests onto the Action framework, but the MailReader for Struts 1.2 still has no developer tests at all.&lt;p&gt;&lt;a href=&quot;http://tedhusted.sys-con.com/node/273994&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 30 Sep 2006 16:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://tedhusted.sys-con.com/node/273994</guid>
 <comments>http://tedhusted.sys-con.com/node/273994#feedback</comments>
</item>
</channel>
</rss>
