<?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>Software Testing &#38; Quality Assurance Videos Directory &#187; groovy</title>
	<atom:link href="http://www.testingtv.com/tag/groovy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testingtv.com</link>
	<description>Software Testing and Software Quality Assurance Videos and Tutorials Directory: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:52:40 +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>Spock Testing Framework</title>
		<link>http://www.testingtv.com/2010/09/08/spock-testing-framework/</link>
		<comments>http://www.testingtv.com/2010/09/08/spock-testing-framework/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 15:04:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spock]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1877</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 [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/09/08/spock-testing-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Industrial Strength Groovy</title>
		<link>http://www.testingtv.com/2010/05/25/industrial-strength-groovy/</link>
		<comments>http://www.testingtv.com/2010/05/25/industrial-strength-groovy/#comments</comments>
		<pubDate>Tue, 25 May 2010 12:32:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration Management]]></category>
		<category><![CDATA[cobertura]]></category>
		<category><![CDATA[codenarc]]></category>
		<category><![CDATA[easyb]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1747</guid>
		<description><![CDATA[Paul King presents some of the tools helping one programming in Groovy: Cobertura &#8211; code coverage, CodeNarc &#8211; code style, EasyB &#8211; acceptance tests, GroovyDoc – documentation, GroovyMock/Spock &#8211; mocking and testing, Hudson &#8211; CI builds, Maven/Ant/Gant/Gradle &#8211; build files, OSGi – bundles, and Spring/Guice &#8211; dependency injection. http://www.infoq.com/presentations/Industrial-Strength-Groovy]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/05/25/industrial-strength-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grails Plugin Testing</title>
		<link>http://www.testingtv.com/2010/05/03/grails-plugin-testing/</link>
		<comments>http://www.testingtv.com/2010/05/03/grails-plugin-testing/#comments</comments>
		<pubDate>Mon, 03 May 2010 12:41:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1716</guid>
		<description><![CDATA[In the last year or two, there has been a veritable explosion in the number of Grails plugins out there. Without proper testing, however, they run the risk of falling into disuse as users avoid them. In this interactive session, we will use several techniques to test different aspects of a Grails plugin. This will [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/05/03/grails-plugin-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gradle Deep Dive</title>
		<link>http://www.testingtv.com/2009/12/30/gradle-deep-dive/</link>
		<comments>http://www.testingtv.com/2009/12/30/gradle-deep-dive/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 11:48:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration Management]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[gradle]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1577</guid>
		<description><![CDATA[Gradle combines the flexibility of Ant with a build-by-convention approach a la Maven. But both implemented in a more powerful and less restrictive way. In this session you will learn about Gradle&#8217;s rich domain model, which provides a true build language. Hans will explain how Gradle offers the abstractions that Ant misses, without the restrictions [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/12/30/gradle-deep-dive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Grails Applications with Selenium RC</title>
		<link>http://www.testingtv.com/2009/11/25/testing-grails-applications-with-selenium-rc/</link>
		<comments>http://www.testingtv.com/2009/11/25/testing-grails-applications-with-selenium-rc/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 12:38:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[grail]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1522</guid>
		<description><![CDATA[Selenium Remote Control (RC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. In this session, Rob Fletcher gives a talk on his experience using Selenium RC with the Grail framework. http://skillsmatter.com/podcast/java-jee/testing-grails-applications-with-selenium-rc]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/11/25/testing-grails-applications-with-selenium-rc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boosting Your Testing Productivity with Groovy</title>
		<link>http://www.testingtv.com/2009/01/12/boosting-your-testing-productivity-with-groovy/</link>
		<comments>http://www.testingtv.com/2009/01/12/boosting-your-testing-productivity-with-groovy/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 12:59:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[groovy]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[testng]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=987</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 Groovy, a dynamic [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/01/12/boosting-your-testing-productivity-with-groovy/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.testingtv.com/2008/08/11/grails-exchange-2007-unit-testing-and-mock-objects-with-groovy/</link>
		<comments>http://www.testingtv.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[Software Testing]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[mock]]></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.testingtv.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>Test N Groove: a breath of fresh air for your tests</title>
		<link>http://www.testingtv.com/2008/04/01/test-n-groove-a-breath-of-fresh-air-for-your-tests/</link>
		<comments>http://www.testingtv.com/2008/04/01/test-n-groove-a-breath-of-fresh-air-for-your-tests/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 09:00:34 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[testng]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=28</guid>
		<description><![CDATA[Code testability has become the norm these days. Unit testing represents a good start towards testability, but sooner or later you will find out that more is needed. Test&#8217;N'Groove represents the happy marriage of the tools that will allow you to write more than unit tests and build trust in your code by creating functional, [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2008/04/01/test-n-groove-a-breath-of-fresh-air-for-your-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

