<?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 &#187; Software Testing</title>
	<atom:link href="http://www.java-tv.com/category/software-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java Software Development Videos and Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Legacy Refactoring</title>
		<link>http://www.java-tv.com/2012/01/30/legacy-refactoring/</link>
		<comments>http://www.java-tv.com/2012/01/30/legacy-refactoring/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 22:51:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[mocking]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2149</guid>
		<description><![CDATA[This video shows the refactoring of Java legacy code and the presentation was given to the Java User Group Berlin Brandenburg. The beginning is a mess of ugly code that uses an HttpClient to acquire currency conversions. The higher-order goal of the code is to find deals in currency translation that result in a net positive.
The talk discusses and explores:
- Introducing an Instance Delegator
- Making a resettable singleton
- Using JMockit to work absolute black magic
- Writing tests on top of existing legacy code
- The woes of trying to get something ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/30/legacy-refactoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GenerateTestCases IntelliJ IDEA Plugin</title>
		<link>http://www.java-tv.com/2012/01/12/generatetestcases-intellij-idea-plugin/</link>
		<comments>http://www.java-tv.com/2012/01/12/generatetestcases-intellij-idea-plugin/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 16:25:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2115</guid>
		<description><![CDATA[This GenerateTestCases IntelliJ IDEA plugin aims to make Behavior Driven Development easier with a really cool and easy approach that consist in annotating interface method with desired behaviors. It generates your unit test methods, so you don&#8217;t think about how you will call your unit test methods. The plugin allows you to jump from the method you are testing to the unit test method with just a click from the behavior defined as a javadoc custom @should tag.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/12/generatetestcases-intellij-idea-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Importance of Test Code</title>
		<link>http://www.java-tv.com/2011/10/25/the-importance-of-test-code/</link>
		<comments>http://www.java-tv.com/2011/10/25/the-importance-of-test-code/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 20:16:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2004</guid>
		<description><![CDATA[Lasse Koskela, the author of &#8220;Test Driven: Practical TDD and Acceptance TDD for Java Developers&#8221;, talks  about the importance of test code.
http://www.theserverside.com/video/Lasse-Koskela-on-the-importance-of-test-code
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/10/25/the-importance-of-test-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Refactoring Java For Testing</title>
		<link>http://www.java-tv.com/2011/09/26/refactoring-java-for-testing/</link>
		<comments>http://www.java-tv.com/2011/09/26/refactoring-java-for-testing/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 20:38:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1973</guid>
		<description><![CDATA[In these two short videos, an equals() method is refactored to make it simpler and easier to test. 
 
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/09/26/refactoring-java-for-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spock and Mock Object Basics</title>
		<link>http://www.java-tv.com/2011/07/26/spock-and-mock-object-basics/</link>
		<comments>http://www.java-tv.com/2011/07/26/spock-and-mock-object-basics/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 13:50:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[spock]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1912</guid>
		<description><![CDATA[This video shows how to use Spock testing specifications and Groovy for mocking and stubbing behavior in unit tests. It covers  creating the mock object syntax, setting expectations, verifying and  spying on results, and argument matchers.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/07/26/spock-and-mock-object-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tv.jetbrains.net/sites/default/files/videos/converted/spockmocking.mp4" length="18412738" type="video/mp4" />
		</item>
		<item>
		<title>Getting Started with Spock and Groovy</title>
		<link>http://www.java-tv.com/2011/05/02/getting-started-with-spock-and-groovy/</link>
		<comments>http://www.java-tv.com/2011/05/02/getting-started-with-spock-and-groovy/#comments</comments>
		<pubDate>Mon, 02 May 2011 15:52:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[spock]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1849</guid>
		<description><![CDATA[This screencast demonstrates how to create Spock testing specifications. It covers creating basic when/then blocks, given/when/then blocks, expect/where blocks, and data tables.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/05/02/getting-started-with-spock-and-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tv.jetbrains.net/sites/default/files/videos/converted/spock.mp4" length="11819793" type="video/mp4" />
		</item>
		<item>
		<title>BlackBerry Java Development &#8211; How Do I Debug on a Live Device?</title>
		<link>http://www.java-tv.com/2011/05/02/blackberry-java-development-how-do-i-debug-on-a-live-device/</link>
		<comments>http://www.java-tv.com/2011/05/02/blackberry-java-development-how-do-i-debug-on-a-live-device/#comments</comments>
		<pubDate>Mon, 02 May 2011 14:08:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1846</guid>
		<description><![CDATA[This tutorial walks you through the steps to debug your application on a live device. 
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/05/02/blackberry-java-development-how-do-i-debug-on-a-live-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cucumber on the JVM with Groovy</title>
		<link>http://www.java-tv.com/2011/04/13/cucumber-on-the-jvm-with-groovy/</link>
		<comments>http://www.java-tv.com/2011/04/13/cucumber-on-the-jvm-with-groovy/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 18:58:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[jvm]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1836</guid>
		<description><![CDATA[Cucumber isn&#8217;t a tool exclusively for the Ruby world. The JVM is a very popular development platform and you can leverage your existing skills by automating your scenarios with Java or its expressive by closely related brother Groovy. This talk includes automating Cucumber scenarios with Groovy, from writing step definitions, working with tables, to exposing commonly used functionality with Cucumber&#8217;s World mixin. Driving acceptance tests with Geb (a Groovy DSL for Selenium) will get you started with automating your scenarios through a browser.
http://skillsmatter.com/podcast/agile-scrum/cuke-groovy
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/04/13/cucumber-on-the-jvm-with-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behavior Driven Development (BDD) in Java with easyb</title>
		<link>http://www.java-tv.com/2011/04/04/behavior-driven-development-bdd-in-java-with-easyb/</link>
		<comments>http://www.java-tv.com/2011/04/04/behavior-driven-development-bdd-in-java-with-easyb/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 17:48:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1820</guid>
		<description><![CDATA[easyb is a behavior driven development framework for the Java platform. easyb aims to enable executable, yet readable documentation, using a specification based Domain Specific Language. This video demonstrates easyb&#8217;s specifications and stories, showing what executable and readable documentation is.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/04/04/behavior-driven-development-bdd-in-java-with-easyb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Test-Driven Development</title>
		<link>http://www.java-tv.com/2011/03/23/java-test-driven-development/</link>
		<comments>http://www.java-tv.com/2011/03/23/java-test-driven-development/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 16:36:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1809</guid>
		<description><![CDATA[This video presents the benefits of test driven development, the connection between Java and test-driven design, and how test driven design helps in the bug-fixing stage of testing.
Watch this video on theserverside.com
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/03/23/java-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Narrative: Behavior-Driven Development in Java</title>
		<link>http://www.java-tv.com/2011/02/08/introducing-narrative-behavior-driven-development-in-java/</link>
		<comments>http://www.java-tv.com/2011/02/08/introducing-narrative-behavior-driven-development-in-java/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 16:00:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[narrative]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1768</guid>
		<description><![CDATA[Narrative gives you the tools to write readable behavior-driven tests (BDD) in Java. We&#8217;ll look at an example and explain why you might choose to use Narrative over other testing frameworks. 
Watch this video on SkillsMatter.com
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/02/08/introducing-narrative-behavior-driven-development-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JMeter Getting Started Tutorial</title>
		<link>http://www.java-tv.com/2010/10/06/jmeter-getting-started-tutorial/</link>
		<comments>http://www.java-tv.com/2010/10/06/jmeter-getting-started-tutorial/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 13:03:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[jmeter]]></category>
		<category><![CDATA[load testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1655</guid>
		<description><![CDATA[A tutorial to get started with JMeter. Apache JMeter is an open source software, a 100% pure Java desktop application designed to load test functional behavior and measure performance.
 
Additional resources:
* JMeter Presentation
* Load Testing Tools Directory
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/10/06/jmeter-getting-started-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Play TDD #1: How Does This Thing Work, Again?</title>
		<link>http://www.java-tv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/</link>
		<comments>http://www.java-tv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 12:09:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1651</guid>
		<description><![CDATA[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
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUnit Test using Eclipse</title>
		<link>http://www.java-tv.com/2010/09/27/junit-test-using-eclipse/</link>
		<comments>http://www.java-tv.com/2010/09/27/junit-test-using-eclipse/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 11:41:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<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[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
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/09/27/junit-test-using-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Higher with ScalaTest</title>
		<link>http://www.java-tv.com/2010/09/21/get-higher-with-scalatest/</link>
		<comments>http://www.java-tv.com/2010/09/21/get-higher-with-scalatest/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 10:50:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[scala]]></category>
		<category><![CDATA[scalatest]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1640</guid>
		<description><![CDATA[This video presents ScalaTest, a new testing tool that will let you work at a higher level than JUnit and TestNG. You&#8217;ll learn about high-level features of Scala such as traits and self-types, implicit conversions and parameters, functions and closures, and internal DSLs, and see how ScalaTest exploits these features to help you work more productively. You&#8217;ll see how you can reduce the lines of test code you write by half and more, how to mix Scala into your existing JUnit or TestNG infrastructure, and how to use Scala in ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/09/21/get-higher-with-scalatest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Testing Legacy Code</title>
		<link>http://www.java-tv.com/2010/09/08/unit-testing-legacy-code/</link>
		<comments>http://www.java-tv.com/2010/09/08/unit-testing-legacy-code/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 15:55:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1628</guid>
		<description><![CDATA[This video shows technique to refactoring unit testing of legacy code.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/09/08/unit-testing-legacy-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spock Testing Framework</title>
		<link>http://www.java-tv.com/2010/09/08/spock-testing-framework/</link>
		<comments>http://www.java-tv.com/2010/09/08/spock-testing-framework/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 15:04:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[spock]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1626</guid>
		<description><![CDATA[Spock is a behavior driven development framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools and continuous integration servers. This video gives a talk and practical demonstration on the Spock testing framework. 
http://skillsmatter.com/podcast/java-jee/spock-testing-framework
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/09/08/spock-testing-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpringSource Tool Suite Error Analysis</title>
		<link>http://www.java-tv.com/2010/08/16/springsource-tool-suite-error-analysis/</link>
		<comments>http://www.java-tv.com/2010/08/16/springsource-tool-suite-error-analysis/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 13:03:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1584</guid>
		<description><![CDATA[An introduction to the SpringSource Tool Suite Error Analysis. SpringSource Tool Suite (STS) provides the best and most complete set of Eclipse-based tools for building Spring-powered applications that run on the major application server platforms, including Apache Tomcat, SpringSource tc Server, SpringSource dm Server, IBM WebSphere, Oracle WebLogic, and JBoss. STS incorporates a task-focused user interface to speed development, architecture review tools to guide developers toward best practices and runtime error analysis with automated resolution lookup to help developers solve problems in running applications. 

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/08/16/springsource-tool-suite-error-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT Testing Best Practices</title>
		<link>http://www.java-tv.com/2010/08/09/gwt-testing-best-practices/</link>
		<comments>http://www.java-tv.com/2010/08/09/gwt-testing-best-practices/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:34:19 +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[functional testing]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1570</guid>
		<description><![CDATA[GWT has a lot of little-publicized infrastructure that can help you build apps The Right Way: test-driven development, code coverage, comprehensive unit tests, and integration testing using Selenium or WebDriver. This session will survey GWT&#8217;s testing infrastructure, describe some best practices we&#8217;ve developed at Google, and help you avoid common pitfalls.
 
Slides of the presentation
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/08/09/gwt-testing-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digg Technical Talks &#8211; Kohsuke Kawaguchi</title>
		<link>http://www.java-tv.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/</link>
		<comments>http://www.java-tv.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 15:53:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1547</guid>
		<description><![CDATA[The creator of Hudson, Kohsuke Kawaguchi, speaks to Digg engineering team about the current state of Hudson and what we can look forward to down the road. His comments about Selenium and Hudson are of particular interest to the QA team. There are all kinds of integration possibilities &#8211; from custom reports that include embedded Sauce Labs video results to automatically establishing connections between our environments, there are lots of ways to make tests run more often and more quickly through Hudson.

Related Resources
* Hudson Home Page
* Hudson – Your Escape ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 1290/1490 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:39:45 -->
