<?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 junit tutorials and videos</title>
	<atom:link href="https://www.java-tv.com/tag/junit/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.java-tv.com</link>
	<description>Java, Groovy, Spring, Eclipse, Hibernate Tutorials and Videos</description>
	<lastBuildDate>Wed, 13 Jun 2018 13:34:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>JUnit5 Features, Architecture &#038; Extensibility</title>
		<link>https://www.java-tv.com/2018/06/13/junit5-features-architecture-extensibility/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 13 Jun 2018 13:34:22 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[junit]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4640</guid>

					<description><![CDATA[<p>JUnit5 (JUnit Lambda) is a project to update the de facto standard tool in Java unit testing. This session describes how the JUnit framework has evolved to enable the modern features of the JVM as well as the underlying architectural changes that make JUnit5 ready for the modern era of &#8230;</p>
The post <a href="https://www.java-tv.com/2018/06/13/junit5-features-architecture-extensibility/">JUnit5 Features, Architecture & Extensibility</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Java Unit Testing Principles with JUnit</title>
		<link>https://www.java-tv.com/2013/12/02/java-unit-testing-principles-with-junit/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 02 Dec 2013 21:09:06 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3069</guid>

					<description><![CDATA[<p>JUnit is an open source unit testing framework for the Java programming language. This short video presents the guidelines for unit testing and provides some examples on how to perform them with JUnit.</p>
The post <a href="https://www.java-tv.com/2013/12/02/java-unit-testing-principles-with-junit/">Java Unit Testing Principles with JUnit</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Unit Testing with JUnit 4</title>
		<link>https://www.java-tv.com/2013/07/01/unit-testing-with-junit-4/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 01 Jul 2013 15:12:45 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2900</guid>

					<description><![CDATA[<p>This short tutorial describes how to create a JUnit test case in Eclipse and how to run one or more test cases.</p>
The post <a href="https://www.java-tv.com/2013/07/01/unit-testing-with-junit-4/">Unit Testing with JUnit 4</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>The Java (Unit) Testing Swiss Knife</title>
		<link>https://www.java-tv.com/2013/04/22/the-java-unit-testing-swiss-knife/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 22 Apr 2013 18:31:26 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2790</guid>

					<description><![CDATA[<p>I love testing. And I like productivity. There are many tools and libraries that make writing tests easier, more convenient, more fun. In this talk I’d like to introduce those that I found the most useful during the years, from selected advanced features of JUnit to assertion libraries, powerful behavior/fault &#8230;</p>
The post <a href="https://www.java-tv.com/2013/04/22/the-java-unit-testing-swiss-knife/">The Java (Unit) Testing Swiss Knife</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Randomized Testing for JUnit</title>
		<link>https://www.java-tv.com/2013/03/18/randomized-testing-for-junit/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 18 Mar 2013 21:28:27 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2756</guid>

					<description><![CDATA[<p>We have been taught that unit tests should be repeatable and most people (including the author) for a long time considered this an equivalent to &#8220;static&#8221;, single-path execution. Solr and Lucene employed an interesting JUnit runner strategy where tests are randomized: run with various data, various implementation of allowed interfaces, &#8230;</p>
The post <a href="https://www.java-tv.com/2013/03/18/randomized-testing-for-junit/">Randomized Testing for JUnit</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Working with JUnit in NetBeans</title>
		<link>https://www.java-tv.com/2012/12/03/working-with-junit-in-netbeans/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 03 Dec 2012 22:41:58 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2631</guid>

					<description><![CDATA[<p>This short video provides a simple example of how to use JUnit with Netbeans.</p>
The post <a href="https://www.java-tv.com/2012/12/03/working-with-junit-in-netbeans/">Working with JUnit in NetBeans</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Java Unit Testing JUnit 3.8</title>
		<link>https://www.java-tv.com/2012/10/16/java-unit-testing-junit-3-8/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 16 Oct 2012 10:08:34 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2569</guid>

					<description><![CDATA[<p>This video provides a short introduction on how to perform unit testing in Java with JUnit 3.8. JUnit is an open source library used to perform unit testing on Java source code. This tools is a standard in unit testing and has been followed by many xUnit tools for other &#8230;</p>
The post <a href="https://www.java-tv.com/2012/10/16/java-unit-testing-junit-3-8/">Java Unit Testing JUnit 3.8</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Let&#8217;s Play TDD #1: How Does This Thing Work, Again?</title>
		<link>https://www.java-tv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 12:09:12 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[Test-Driven Development (TDD)]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1651</guid>

					<description><![CDATA[<p>James Shore starts this series on Test Driven Development by describing what his goals are and then starts with a new project in Java with Eclipse where he will apply TDD using JUnit. Video Producer: James Shore</p>
The post <a href="https://www.java-tv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/">Let’s Play TDD #1: How Does This Thing Work, Again?</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>JUnit Test using Eclipse</title>
		<link>https://www.java-tv.com/2010/09/27/junit-test-using-eclipse/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 27 Sep 2010 11:41:41 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1643</guid>

					<description><![CDATA[<p>This two part video shows how to use the JUnit plug in we already have installed in the Eclise IDE (by default) to create unit tests. Additional resources: * Junit SourcePage * Junit.org * JUnit presentation</p>
The post <a href="https://www.java-tv.com/2010/09/27/junit-test-using-eclipse/">JUnit Test using Eclipse</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>ZTL Record and Play Example</title>
		<link>https://www.java-tv.com/2010/05/31/ztl-record-and-play-example/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 31 May 2010 17:23:38 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[junit]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1529</guid>

					<description><![CDATA[<p>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.</p>
The post <a href="https://www.java-tv.com/2010/05/31/ztl-record-and-play-example/">ZTL Record and Play Example</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
