<?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&#38; Tutorials</title>
	<atom:link href="http://www.testingtv.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testingtv.com</link>
	<description>Software Testing and Software Quality Assurance Videos and Tutorials: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development</description>
	<lastBuildDate>Tue, 15 May 2012 12:50:39 +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>Node.js Unit Testing and Code Coverage</title>
		<link>http://www.testingtv.com/2012/05/15/node-js-unit-testing-and-code-coverage/</link>
		<comments>http://www.testingtv.com/2012/05/15/node-js-unit-testing-and-code-coverage/#comments</comments>
		<pubDate>Tue, 15 May 2012 12:50:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2241</guid>
		<description><![CDATA[Learn how to create a JavaScript library for Node.js to resolve a simple logic problem. In this video you also see how to create some unit tests using Behavior Driven Development (BDD) methodology using the Should library. It ends with a demonstration of code coverage.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/05/15/node-js-unit-testing-and-code-coverage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-driven Javascript</title>
		<link>http://www.testingtv.com/2012/05/10/test-driven-javascript-2/</link>
		<comments>http://www.testingtv.com/2012/05/10/test-driven-javascript-2/#comments</comments>
		<pubDate>Thu, 10 May 2012 08:47:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2239</guid>
		<description><![CDATA[Tired of being a JavaScript cowboy? Join me and learn to develop JavaScript with confidence. In this session I will take you through a live-coding TDD session while highlighting some of the unique challenges of unit testing JavaScript for the browser. The session will also shed some light on how to structure JS programs for [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/05/10/test-driven-javascript-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Acceptance Tests Maintenance</title>
		<link>http://www.testingtv.com/2012/05/08/automated-acceptance-tests-maintenance/</link>
		<comments>http://www.testingtv.com/2012/05/08/automated-acceptance-tests-maintenance/#comments</comments>
		<pubDate>Tue, 08 May 2012 20:14:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2237</guid>
		<description><![CDATA[Automated testing is a cornerstone of Continuous Delivery. Automated functional testing ensures that your software is working across your value stream and that your organization has fast feedback when it&#8217;s not. Maintaining automated acceptance tests, once a team has more than a few tests, isn&#8217;t trivial however. This video covers best practices for keeping your [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/05/08/automated-acceptance-tests-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profiling PHP applications</title>
		<link>http://www.testingtv.com/2012/05/03/profiling-php-applications/</link>
		<comments>http://www.testingtv.com/2012/05/03/profiling-php-applications/#comments</comments>
		<pubDate>Thu, 03 May 2012 20:25:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Performance Testing]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2234</guid>
		<description><![CDATA[Before you can optimize a PHP application, you need to find out if your code is actually slow; then you need to understand the code; and then you need to find out what you can optimise. This talk introduces various tools and concepts to find issues with your applications, and tools and concepts that help [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/05/03/profiling-php-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing RESTful Web Services</title>
		<link>http://www.testingtv.com/2012/04/30/testing-restful-web-services/</link>
		<comments>http://www.testingtv.com/2012/04/30/testing-restful-web-services/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 16:12:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2231</guid>
		<description><![CDATA[Testing is an aspect of developing RESTful Web services that is still underrepresented in public discussions. Nevertheless it is an important topic in distributed system development in order to ensure implementation quality and manage system changes over time. This presentation explains the nature of the contract between clients and servers in RESTful systems and how [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/04/30/testing-restful-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting started with Selenium 2</title>
		<link>http://www.testingtv.com/2012/04/27/getting-started-with-selenium-2/</link>
		<comments>http://www.testingtv.com/2012/04/27/getting-started-with-selenium-2/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 12:36:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2229</guid>
		<description><![CDATA[Selenium is a well-known web application testing framework used for functional testing. The new version, Selenium 2, merges the best features from Selenium and the clean API from WebDriver. In this session we will see how easy testing your web application can be with an open source such as Selenium 2. The presentation aims to [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/04/27/getting-started-with-selenium-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Living with Git and Subversion in Parallel</title>
		<link>http://www.testingtv.com/2012/04/23/living-with-git-and-subversion-in-parallel/</link>
		<comments>http://www.testingtv.com/2012/04/23/living-with-git-and-subversion-in-parallel/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 17:43:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration Management]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2226</guid>
		<description><![CDATA[Our company Subversion repository recently rounded 100.000 revisions. Our main product now counts over 50.000 files, in a workspace of several gigabytes. The pains of tending to a project of this size is made worse by Subversion. Updates and commits take a long while, working with branches is unbearable, and the workspace itself is immensely [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/04/23/living-with-git-and-subversion-in-parallel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Scala with ScalaTest, ScalaMock and SubCut</title>
		<link>http://www.testingtv.com/2012/04/20/testing-scala-with-scalatest-scalamock-and-subcut/</link>
		<comments>http://www.testingtv.com/2012/04/20/testing-scala-with-scalatest-scalamock-and-subcut/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 11:47:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[scala]]></category>
		<category><![CDATA[scalatest]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2224</guid>
		<description><![CDATA[This presentation explains how to achieve a Pragmatic Testing Nirvana in a Scala environement with tools like ScalaTest, ScalaMock and SubCut. Watch this video on http://skillsmatter.com/podcast/java-jee/scalatest-scalamock-subcut]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/04/20/testing-scala-with-scalatest-scalamock-and-subcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speedily Practical Large-Scale Tests</title>
		<link>http://www.testingtv.com/2012/04/16/speedily-practical-large-scale-tests/</link>
		<comments>http://www.testingtv.com/2012/04/16/speedily-practical-large-scale-tests/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 19:59:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mocking]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2222</guid>
		<description><![CDATA[Mozilla&#8217;s projects have thousands of tests, so we&#8217;ve had to venture beyond vanilla test runners to keep things manageable. Our secret sauce can be used with your project as well. Reach beyond the test facilities that came with your project, harnessing pluggable test frameworks, dynamically reordering tests for speed, exploring various mocking libraries, and profiling [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/04/16/speedily-practical-large-scale-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Selenium &#8216;Headless&#8217; with Chrome Driver</title>
		<link>http://www.testingtv.com/2012/04/11/using-selenium-headless-with-chrome-driver/</link>
		<comments>http://www.testingtv.com/2012/04/11/using-selenium-headless-with-chrome-driver/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 11:43:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2217</guid>
		<description><![CDATA[Learn how to run Selenium &#8220;headless&#8221;, using chrome webdriver (ChromeDriver) and Python. Developed in collaboration with the Chromium team, the ChromeDriver is a standalone server which implements WebDriver&#8217;s wire protocol. This example tries to querying Google for the &#8216;python&#8217; keyword and iterate for each result.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/04/11/using-selenium-headless-with-chrome-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selenium Simple Test Interview</title>
		<link>http://www.testingtv.com/2012/03/29/selenium-simple-test-interview/</link>
		<comments>http://www.testingtv.com/2012/03/29/selenium-simple-test-interview/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 19:58:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2215</guid>
		<description><![CDATA[SST Selenium Simple Test is a web test framework that uses Python to generate functional browser-based tests. Tests are made up of scripts, created by composing actions that drive a browser and assert conditions. You have the flexibilty of the full Python language, along with a convenient set of functions to simplify web testing. This [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/03/29/selenium-simple-test-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using NUnit with F#</title>
		<link>http://www.testingtv.com/2012/03/26/using-nunit-with-f/</link>
		<comments>http://www.testingtv.com/2012/03/26/using-nunit-with-f/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 21:09:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[fsharp]]></category>
		<category><![CDATA[NUnit]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2213</guid>
		<description><![CDATA[This tutorial shows how to use the NUnit open source unit testing framework from the F# programming language. F# is a succinct, expressive and efficient functional and object-oriented language for .NET which helps you write simple code to solve complex problems. Video producer: http://dcooney.com/]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/03/26/using-nunit-with-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Difficulties of Context Driven Testing</title>
		<link>http://www.testingtv.com/2012/03/21/the-difficulties-of-context-driven-testing/</link>
		<comments>http://www.testingtv.com/2012/03/21/the-difficulties-of-context-driven-testing/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 16:30:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[context driven]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2208</guid>
		<description><![CDATA[This video discusses the journey of being a context driven tester and the opposition faced. How not to influence people to do good work? How to motivate people to do good work? How to deal with non context driven testers? What we need to change before we get others to? Watch this video on http://oredev.org/2011/sessions/how-i-wish-users-knew-how-i-help-them-through-context-driven-testing]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/03/21/the-difficulties-of-context-driven-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Static Code Analysis with NDepend</title>
		<link>http://www.testingtv.com/2012/03/14/static-code-analysis-with-ndepend/</link>
		<comments>http://www.testingtv.com/2012/03/14/static-code-analysis-with-ndepend/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 16:38:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[code analysis]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2204</guid>
		<description><![CDATA[The importance of a well–structured and understandable code base with a low amount of errors is of the utmost importance for our ability to deliver and maintain software. This video focuses on how Static Code Analysis helps achieve this. It will give you a practical overview of static code analysis: what it is, why you [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/03/14/static-code-analysis-with-ndepend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ndc2011.macsimum.no/mp4/Day3%20Friday/Track5%201620-1720.mp4" length="189850136" type="video/mp4" />
		</item>
		<item>
		<title>Testing Legacy Rails Code</title>
		<link>http://www.testingtv.com/2012/03/07/testing-legacy-rails-code/</link>
		<comments>http://www.testingtv.com/2012/03/07/testing-legacy-rails-code/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 16:35:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2202</guid>
		<description><![CDATA[Switching to Test-Driven Development (TDD) on an existing project without tests presents special challenges. Code could be a tangled mess of dependencies that defeats the very concept of unit testing. Or somebody attempted TDD in the past and you have a test suite that needs to be fixed before any new tests can be written. [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/03/07/testing-legacy-rails-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focusing Testing on Business Needs</title>
		<link>http://www.testingtv.com/2012/03/02/focusing-testing-on-business-needs/</link>
		<comments>http://www.testingtv.com/2012/03/02/focusing-testing-on-business-needs/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 13:11:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2200</guid>
		<description><![CDATA[Testers often forget that they are service providers whose role is to provide critical information to the project’s stakeholders. Testing must focus on business needs to add the most value and gain respect. This video provides communication techniques that will help testers connect with stakeholders and get them clamoring for more testing. Learn real-world approaches [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/03/02/focusing-testing-on-business-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smarter Testing with Spock</title>
		<link>http://www.testingtv.com/2012/02/23/smarter-testing-with-spock/</link>
		<comments>http://www.testingtv.com/2012/02/23/smarter-testing-with-spock/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 16:00:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spock]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2196</guid>
		<description><![CDATA[The first part of this video demonstrates Spock&#8216;s approach to state-based, data-driven, and behavior-based testing. Spock is a testing and specification framework for Java and Groovy applications with a highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools and continuous integration servers. The video then explores some [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/02/23/smarter-testing-with-spock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Testing with AutoFixture</title>
		<link>http://www.testingtv.com/2012/02/16/unit-testing-with-autofixture/</link>
		<comments>http://www.testingtv.com/2012/02/16/unit-testing-with-autofixture/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 19:56:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2192</guid>
		<description><![CDATA[One of the greatest challenges in writing maintainable unit tests is to avoid so–called Overspecified Tests – i.e. test which are too tightly coupled to implementation details that are actually irrelevant to the test case at hand. A common symptom is that the Test Fixture (the entire context which must be in place before the [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/02/16/unit-testing-with-autofixture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ndc2011.macsimum.no/mp4/Day3%20Friday/Track7%201500-1600.mp4" length="302143385" type="video/mp4" />
		</item>
		<item>
		<title>Stubbing Behavior in Java Unit Tests with Mockito</title>
		<link>http://www.testingtv.com/2012/02/13/stubbing-behavior-in-java-unit-tests-with-mockito/</link>
		<comments>http://www.testingtv.com/2012/02/13/stubbing-behavior-in-java-unit-tests-with-mockito/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 20:35:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mockito]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2190</guid>
		<description><![CDATA[The tutorial is about creating mock objects and stubbing behavior which are the absolute basics of mocking. Video Source: http://www.canoo.com/blog/2010/12/15/mockito-screencasts-for-stubbing-verifying-and-argument-matching/]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/02/13/stubbing-behavior-in-java-unit-tests-with-mockito/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Test Driven Development</title>
		<link>http://www.testingtv.com/2012/02/07/introduction-to-test-driven-development/</link>
		<comments>http://www.testingtv.com/2012/02/07/introduction-to-test-driven-development/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 16:44:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2186</guid>
		<description><![CDATA[Test Driven Development (TDD) is a rhythmic development practice that requires a high level of individual discipline and focuses on using automated tests as a lever to shape not only the quality but the design of the associated production code. TDD is codified through a simple set of steps, often summarised as „red, green, refactor?. [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2012/02/07/introduction-to-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

