<?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; junit</title>
	<atom:link href="http://www.java-tv.com/tag/junit/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>ZTL Record and Play Example</title>
		<link>http://www.java-tv.com/2010/05/31/ztl-record-and-play-example/</link>
		<comments>http://www.java-tv.com/2010/05/31/ztl-record-and-play-example/#comments</comments>
		<pubDate>Mon, 31 May 2010 17:23:38 +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[AJAX]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[zkoss]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1529</guid>
		<description><![CDATA[ZK-ZTL is an open source tool which can automatically test the ZK Framework with jUnit and Selenium frameworks. ZK is the leading open source Ajax and Mobile Java framework. This video show hot to use Selenium IDE to test ZK applications without the need for a UUID generator.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/05/31/ztl-record-and-play-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>In The Brain of JBehave 2</title>
		<link>http://www.java-tv.com/2009/06/23/in-the-brain-of-jbehave-2/</link>
		<comments>http://www.java-tv.com/2009/06/23/in-the-brain-of-jbehave-2/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 20:50:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[jbehave]]></category>
		<category><![CDATA[junit]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=993</guid>
		<description><![CDATA[Elizabeth Keogh is a developer for JBehave, a behaviour-driven development testing framework built on top of JUnit. Elizabeth Keogh showed an example of using the current version of JBehave with a little screencast: she used the Game of Life program that she had written to write JBehave tests in what seemingly looked like natural language. [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/06/23/in-the-brain-of-jbehave-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To Test or Not to Test</title>
		<link>http://www.java-tv.com/2009/03/11/to-test-or-not-to-test/</link>
		<comments>http://www.java-tv.com/2009/03/11/to-test-or-not-to-test/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 13:52:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=841</guid>
		<description><![CDATA[Antony Marcano presents a discussion of FIT, and jUnit in the context of communication, automated testing, and TDD at the Agile Alliance Functional Testing Tools (AAFTT) visioning workshop.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/03/11/to-test-or-not-to-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boosting Your Testing Productivity with Groovy</title>
		<link>http://www.java-tv.com/2009/01/12/boosting-your-testing-productivity-with-groovy/</link>
		<comments>http://www.java-tv.com/2009/01/12/boosting-your-testing-productivity-with-groovy/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 12:59:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[TestNG]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=724</guid>
		<description><![CDATA[Everyone knows that testing takes time, but you shouldn&#8217;t skip testing because  of a hard-to-meet deadline. What can you do to be sure you&#8217;ll have the following  weekend free without worrying that a sudden call will spoil the fun? The answer  is to let your testing code be groovier. This session discusses [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/01/12/boosting-your-testing-productivity-with-groovy/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>
	</channel>
</rss>
