<?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; 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 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>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>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>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>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 anything else and verified by business analysts, domain experts, etc. non technical stakeholders. The production code is then written outside-in, to make the stories pass. Cucumber itself is written in Ruby, but it can be ...]]></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 design and development processes. Unit testing has several benefits, like providing easy refactoring, simplified integration, and improved documentation. However, while most developers know how to write unit tests, they do not necessarily know what they ...]]></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. At  ThoughtWorks, he has played several roles, from being a Technical Lead, Agile  Coach to Project Manager.
 
Additional resource:
Slides of the presentation
Frankenstein
]]></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  took Java developers through the advanced topics in unit testing: turning unit  tests into functional tests, running unit tests on a scalable grid of unit  testing nodes, leveraging unit tests build by developers ...]]></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[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[load testing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[services]]></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 a variety of languages, including Java, .NET, Jython, Groovy, PHP, Ruby, and many others. Plus Frank will show how PushToTest Version 5 supports SOA, Web Service, AJAX, and REST services using HTTP, HTTPS, SOAP, XML- ...]]></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>

<!-- 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 909/1025 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:31:47 -->
