<?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; c++</title>
	<atom:link href="http://www.testingtv.com/tag/c/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>Frama-C Industrial Usage</title>
		<link>http://www.testingtv.com/2011/01/24/frama-c-industrial-usage/</link>
		<comments>http://www.testingtv.com/2011/01/24/frama-c-industrial-usage/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 16:32:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[c++]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1983</guid>
		<description><![CDATA[This video presents some industrial applications of the Frama-C platform by Dassault Aviation. Frama-C is a suite of open source tools dedicated to the analysis of the source code of software written in C. Frama-C gathers several static analysis techniques in a single collaborative framework. The collaborative approach of Frama-C allows static analyzers to build [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/01/24/frama-c-industrial-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMake/CPack/CTest/CDash Open Source Tools to Build Test and Deploy C++ Software</title>
		<link>http://www.testingtv.com/2010/11/15/cmakecpackctestcdash-open-source-tools-to-build-test-and-deploy-c-software/</link>
		<comments>http://www.testingtv.com/2010/11/15/cmakecpackctestcdash-open-source-tools-to-build-test-and-deploy-c-software/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 20:51:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[c++]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1935</guid>
		<description><![CDATA[This talk will cover the history and features of CMake, CTest, CDash and CPack in the context of a integrated development environment.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/11/15/cmakecpackctestcdash-open-source-tools-to-build-test-and-deploy-c-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ And TDD: Getting Started</title>
		<link>http://www.testingtv.com/2010/10/20/c-and-tdd-getting-started/</link>
		<comments>http://www.testingtv.com/2010/10/20/c-and-tdd-getting-started/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 19:16:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1912</guid>
		<description><![CDATA[This video provides a demonstration of Test-Driven Development (TDD) in C++ using the Eclipse CDT and CppUTest.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/10/20/c-and-tdd-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rethinking Unit Testing in C++</title>
		<link>http://www.testingtv.com/2010/08/25/rethinking-unit-testing-in-c/</link>
		<comments>http://www.testingtv.com/2010/08/25/rethinking-unit-testing-in-c/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 12:24:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[c++]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1829</guid>
		<description><![CDATA[Kevlin Henney explores the typical styles used for C++ unit-testing frameworks before going on to look at other possibilities that are more likely to encourage programmer testing and higher quality unit tests. From the raw use of the assert macro, to xUnit-style frameworks, to more natively C++-style frameworks and then onto a specification-centric approach that [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/08/25/rethinking-unit-testing-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ Mocks Made Easy &#8211; An Introduction to gMock</title>
		<link>http://www.testingtv.com/2009/03/25/c-mocks-made-easy-an-introduction-to-gmock/</link>
		<comments>http://www.testingtv.com/2009/03/25/c-mocks-made-easy-an-introduction-to-gmock/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 12:44:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[gmock]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1208</guid>
		<description><![CDATA[Mock objects make unit testing easier and more effective. They cut code dependencies, make the tests fast and robust, make the test intent clear, and enable developers to easily test the interaction between components. While an invaluable technique, mocks haven&#8217;t caught on in the C++ land due to limitation of the language and lack of [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/03/25/c-mocks-made-easy-an-introduction-to-gmock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Value of Small Tests</title>
		<link>http://www.testingtv.com/2009/01/07/the-value-of-small-tests/</link>
		<comments>http://www.testingtv.com/2009/01/07/the-value-of-small-tests/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:20:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=970</guid>
		<description><![CDATA[Whenever unit-tests are written, chances are good that the code is not isolated. Many tests run against a given class/interface/function. The design didn&#8217;t consider isolating the dependencies of this function, which makes tests slower, larger, less focused, and likely depending on external dependencies (e.g. database access) which decreases the reliability. In addition, it disables much [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/01/07/the-value-of-small-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrated Debugger for Java*/JNI Environments</title>
		<link>http://www.testingtv.com/2008/12/11/integrated-debugger-for-javajni-environments/</link>
		<comments>http://www.testingtv.com/2008/12/11/integrated-debugger-for-javajni-environments/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 07:36:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=740</guid>
		<description><![CDATA[In this video we will get you familiar with the approach to debugging JNI code based on a new debug interface implemented on top of Apache Harmony JVM. This approach provides support for seamless debugging native methods in Java applications and access to native data. The user interface is plugged into Eclipse IDE and based [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2008/12/11/integrated-debugger-for-javajni-environments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

