<?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; selenium</title>
	<atom:link href="http://www.java-tv.com/tag/selenium/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>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>
		<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>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 include functional testing via Selenium RC and testing of scripts. 
http://skillsmatter.com/podcast/java-jee/grails-plugin-testing
]]></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[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[cargo]]></category>
		<category><![CDATA[configuration management]]></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>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>
	</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 661/721 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:13:58 -->
