<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java Software Development Videos and Tutorials Directory &#187; unit testing</title>
	<atom:link href="http://www.java-tv.com/tag/unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.</description>
	<lastBuildDate>Mon, 06 Sep 2010 11:11:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Contract Tests in JUnit 4</title>
		<link>http://www.java-tv.com/2010/05/28/contract-tests-in-junit-4/</link>
		<comments>http://www.java-tv.com/2010/05/28/contract-tests-in-junit-4/#comments</comments>
		<pubDate>Fri, 28 May 2010 12:20:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1522</guid>
		<description><![CDATA[As part of his talk on  integration tests J.B. Rainsberger talked about how contract tests can be used to test the interaction between classes when using a mockist  approach to developer testing. He wondered aloud if it would be possible to  write these kinds of tests using abstract classes and JUnit 4. [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/05/28/contract-tests-in-junit-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listening to Test Smells</title>
		<link>http://www.java-tv.com/2010/02/18/listening-to-test-smells/</link>
		<comments>http://www.java-tv.com/2010/02/18/listening-to-test-smells/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:09:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1435</guid>
		<description><![CDATA[This talk is about how to use the stresses of writing unit tests to improve your code. If I&#8217;m having trouble writing tests, it&#8217;s often because the design of my target code can be improved. The trick is to listen to the tests and let them drive my development — that&#8217;s a hint as to [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/02/18/listening-to-test-smells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy and Maintainable Enterprise Testing with Unitils</title>
		<link>http://www.java-tv.com/2010/02/10/easy-and-maintainable-enterprise-testing-with-unitils/</link>
		<comments>http://www.java-tv.com/2010/02/10/easy-and-maintainable-enterprise-testing-with-unitils/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 13:08:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1422</guid>
		<description><![CDATA[Unit testing has become a mainstream task. Most developers do it. Most project leaders and architects expect their team to write tests. However, practice has taught us that a lot of teams write few tests, or spend too much time writing and maintaining them. Different development teams make common mistakes, run into similar issues and [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/02/10/easy-and-maintainable-enterprise-testing-with-unitils/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design for Testability</title>
		<link>http://www.java-tv.com/2010/01/13/object-oriented-design-for-testability/</link>
		<comments>http://www.java-tv.com/2010/01/13/object-oriented-design-for-testability/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 12:55:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1363</guid>
		<description><![CDATA[We design our code for performance, maintenance, simplicity, extensibility and other goals, but most of us do not think about testability as a design goal, yet verifying the correctness of our code is of great importance. What does it mean to have testable code, and what kind of trade offs does one have to think [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/01/13/object-oriented-design-for-testability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving on Unit Tests with Sonar</title>
		<link>http://www.java-tv.com/2009/09/29/improving-on-unit-tests-with-sonar/</link>
		<comments>http://www.java-tv.com/2009/09/29/improving-on-unit-tests-with-sonar/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 12:39:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[sonar]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1193</guid>
		<description><![CDATA[Sonar enables to collect, analyze and report metrics on source code. Sonar not only offers consolidated reporting on and across projects throughout time, but it becomes the central place to manage code quality. This screencast shows how to use Sonar to manage unit tests by checking their results. When you are done, you can verify [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/09/29/improving-on-unit-tests-with-sonar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerMock</title>
		<link>http://www.java-tv.com/2009/08/24/powermock/</link>
		<comments>http://www.java-tv.com/2009/08/24/powermock/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 08:42:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[powermock]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1099</guid>
		<description><![CDATA[PowerMock can be used to test code normally regarded as untestable! Have you ever heard anyone say that you should never use static or final methods in your code because it makes them impossible to test? Have you ever changed a method from private to protected for the sake of testability? What about avoiding &#8220;new&#8221;? [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/08/24/powermock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Ferguson Smart Devoxx Interview</title>
		<link>http://www.java-tv.com/2009/06/02/john-ferguson-smart-devoxx-interview/</link>
		<comments>http://www.java-tv.com/2009/06/02/john-ferguson-smart-devoxx-interview/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 11:17:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration Management]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=947</guid>
		<description><![CDATA[John Ferguson Smart is a freelance consultant and author of Java Power Tools.  During the JavaPosse.com interview John, Dick and Carl talk about Continuous Integration tools, parameterized unit tests and what other test approaches the near future will probably bring.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/06/02/john-ferguson-smart-devoxx-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Value of Small Tests</title>
		<link>http://www.java-tv.com/2009/01/07/the-value-of-small-tests/</link>
		<comments>http://www.java-tv.com/2009/01/07/the-value-of-small-tests/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:20:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=716</guid>
		<description><![CDATA[Whenever unit-tests are written, chances are good that the code is not isolated. Many tests run against a given class/interface/function. The design didn&#8217;t consider isolating the dependencies of this function, which makes tests slower, larger, less focused, and likely depending on external dependencies (e.g. database access) which decreases the reliability. In addition, it disables much [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/01/07/the-value-of-small-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing as an Architectural Concern</title>
		<link>http://www.java-tv.com/2008/11/24/testing-as-an-architectural-concern/</link>
		<comments>http://www.java-tv.com/2008/11/24/testing-as-an-architectural-concern/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 16:08:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=598</guid>
		<description><![CDATA[In this session, Kevin Seal will present some recent experiences of testing a JavaEE project and how coverage was a double-edged sword, unit testing a blessing and a curse, and a pragmatic mix of test approaches was eventually invaluable in refining the architecture and development process. Kevin Seal talks about the role of testing in [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/11/24/testing-as-an-architectural-concern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUnit Tutorial</title>
		<link>http://www.java-tv.com/2008/11/14/junit-tutorial/</link>
		<comments>http://www.java-tv.com/2008/11/14/junit-tutorial/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 11:03:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=570</guid>
		<description><![CDATA[A brief tutorial on how to use the JUnit testing framework for Java. 

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/11/14/junit-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing POJOs &amp; JavaBeans Using JUnit in IRAD for WebSphere7</title>
		<link>http://www.java-tv.com/2008/11/14/testing-pojos-javabeans-using-junit-in-irad-for-websphere7/</link>
		<comments>http://www.java-tv.com/2008/11/14/testing-pojos-javabeans-using-junit-in-irad-for-websphere7/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 10:56:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=568</guid>
		<description><![CDATA[This tutorial shows you how to use IBM&#8217;s Rational Application Developer (IRAD) 6.0 to create and run a JUnit test on a simple JavaBean.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/11/14/testing-pojos-javabeans-using-junit-in-irad-for-websphere7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Testable Code</title>
		<link>http://www.java-tv.com/2008/11/06/writing-testable-code/</link>
		<comments>http://www.java-tv.com/2008/11/06/writing-testable-code/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 07:46:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=540</guid>
		<description><![CDATA[Misko Hevery made a presentation at Google Tech Talks about unit testing. He tells us that &#8220;There is no secret to writing tests&#8230; &#8230; there are only secrets to writing testable code!&#8221;. He describes the different category of tests and shows the importance of unit testing. He describes how to avoid writing untestable code.

Additional resources
Slides [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/11/06/writing-testable-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grails eXchange 2007: Unit Testing and Mock Objects with Groovy</title>
		<link>http://www.java-tv.com/2008/08/11/grails-exchange-2007-unit-testing-and-mock-objects-with-groovy/</link>
		<comments>http://www.java-tv.com/2008/08/11/grails-exchange-2007-unit-testing-and-mock-objects-with-groovy/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 15:45:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=165</guid>
		<description><![CDATA[Unit testing is a first-class developer duty with even higher priority in dynamic languages like Groovy. During this talk at the Grails eXchange 2007, Dierk explained the built-in features that Groovy provides for unit testing ranging from basic tests as known from JUnit, through Groovy specific testing strategies, up to advanced testing with the help [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/08/11/grails-exchange-2007-unit-testing-and-mock-objects-with-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTAC 2007: Cedric Beust &#8211; Test NG</title>
		<link>http://www.java-tv.com/2008/08/11/gtac-2007-cedric-beust-test-ng/</link>
		<comments>http://www.java-tv.com/2008/08/11/gtac-2007-cedric-beust-test-ng/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 15:28:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[TestNG]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=161</guid>
		<description><![CDATA[Cedric is a software engineer at Google. He is the creator of the testing  framework TestNG and he regularly speaks at conferences about software testing  and other programming related topics.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/08/11/gtac-2007-cedric-beust-test-ng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Testing Java &amp; SOA</title>
		<link>http://www.java-tv.com/2008/04/24/unit-testing-java-soa/</link>
		<comments>http://www.java-tv.com/2008/04/24/unit-testing-java-soa/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 07:34:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=53</guid>
		<description><![CDATA[Unit Testing Java &#38; SOA, In-the-Brain of Frank Cohen  at Skills Matter, London. Java developers have widely adopted  test first software development strategies. Unit test frameworks for Java, Web  services, Ajax, REST, Service Oriented Architecture, and Flash/Action Script  show the diversity of adoption among Java developers. In this session, Frank  [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/04/24/unit-testing-java-soa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
