<?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; functional testing</title>
	<atom:link href="http://www.java-tv.com/tag/functional-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>Wed, 08 Sep 2010 15:59:01 +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>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[Configuration Management]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></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 [...]]]></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>
		<item>
		<title>Grails Plugin Testing</title>
		<link>http://www.java-tv.com/2010/05/03/grails-plugin-testing/</link>
		<comments>http://www.java-tv.com/2010/05/03/grails-plugin-testing/#comments</comments>
		<pubDate>Mon, 03 May 2010 12:41:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1502</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.java-tv.com/2010/05/03/grails-plugin-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn how to Use Selenium with Maven/Ant to Automate Testing of Web Apps</title>
		<link>http://www.java-tv.com/2010/03/24/learn-how-to-use-selenium-with-mavenant-to-automate-testing-of-web-apps/</link>
		<comments>http://www.java-tv.com/2010/03/24/learn-how-to-use-selenium-with-mavenant-to-automate-testing-of-web-apps/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 13:47:06 +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[ant]]></category>
		<category><![CDATA[cargo]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1475</guid>
		<description><![CDATA[San Francisco Java User Group presents Chris Bedford who talks about:
- How to write functional tests with Selenium (including explaining its IDE, architecture, RC, and alternatives like Canoo WebTest)
- How to set up Selenium testing for web apps in continuous integration using Maven, Ant, Cargo, etc.
- How to use Hudson for build server 

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/03/24/learn-how-to-use-selenium-with-mavenant-to-automate-testing-of-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Cucumber for BDD and Agile Acceptance Testing</title>
		<link>http://www.java-tv.com/2010/02/18/using-cucumber-for-bdd-and-agile-acceptance-testing/</link>
		<comments>http://www.java-tv.com/2010/02/18/using-cucumber-for-bdd-and-agile-acceptance-testing/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:38:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[functional testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1437</guid>
		<description><![CDATA[Cucumber is a tool that can execute plain-text functional descriptions as automated tests. The language that Cucumber understands is called Gherkin. While Cucumber can be thought of as a “testing” tool, the intent of the tool is to support BDD. This means that the “tests” (plain text feature descriptions with scenarios) are typically written before [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/02/18/using-cucumber-for-bdd-and-agile-acceptance-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Grails Applications with Selenium RC</title>
		<link>http://www.java-tv.com/2009/11/25/testing-grails-applications-with-selenium-rc/</link>
		<comments>http://www.java-tv.com/2009/11/25/testing-grails-applications-with-selenium-rc/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 12:38:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[grail]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1280</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.java-tv.com/2009/11/25/testing-grails-applications-with-selenium-rc/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>Functional Testing Swing Applications with Frankenstein</title>
		<link>http://www.java-tv.com/2008/09/01/functional-testing-swing-applications-with-frankenstein/</link>
		<comments>http://www.java-tv.com/2008/09/01/functional-testing-swing-applications-with-frankenstein/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 09:05:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=293</guid>
		<description><![CDATA[The 2nd Annual Google Test Automation Conference (GTAC)  in New York on August 23 and 24, 2007. Presentation on Functional Testing Swing Applications with Frankenstein, an Open Source testing tool that he co-authored.
Vivek Prahlad is a Senior Developer at ThoughtWorks. He currently heads the  Innovation and Open Source related activities at ThoughtWorks India. [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/09/01/functional-testing-swing-applications-with-frankenstein/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>
		<item>
		<title>Leveraging Unit Tests As Functional Tests, Load Tests, and Service Monitors</title>
		<link>http://www.java-tv.com/2008/02/22/leveraging-unit-tests-as-functional-tests-load-tests-and-service-monitors/</link>
		<comments>http://www.java-tv.com/2008/02/22/leveraging-unit-tests-as-functional-tests-load-tests-and-service-monitors/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 14:36:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[load testing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=10</guid>
		<description><![CDATA[Frank Cohen will demonstrate the new PushToTest TestMaker Version 5 open- source end-to-end service governance and test automation tool. Software developers use PushToTest to turn their unit tests into functional tests in a test automation platform that runs on their development machine. Frank will demonstrate PushToTest&#8217;s Wizards and Recorders to automatically build tests and supports [...]]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/02/22/leveraging-unit-tests-as-functional-tests-load-tests-and-service-monitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
