<?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>Apollo Systems Contracts &#187; blackbox testing</title>
	<atom:link href="http://www.apollo-systems.co.uk/dev/tag/blackbox-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.apollo-systems.co.uk/dev</link>
	<description>Embedded Software Consultants</description>
	<lastBuildDate>Wed, 03 Mar 2021 08:59:30 +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>Test harness code generation</title>
		<link>http://www.apollo-systems.co.uk/dev/2011/test-harness-code-generation/</link>
		<comments>http://www.apollo-systems.co.uk/dev/2011/test-harness-code-generation/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 16:48:16 +0000</pubDate>
		<dc:creator>Greg Philpott</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blackbox testing]]></category>
		<category><![CDATA[code generation]]></category>
		<category><![CDATA[Embunit]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[whitebox testing]]></category>

		<guid isPermaLink="false">http://www.apollo-systems.co.uk/dev/?p=336</guid>
		<description><![CDATA[<p>The development of our new unit testing tool has reached its first milestone with the completion of the test harness generator.</p> <p>The generator takes an XML file containing the test case definitions and automatically generates C or C++ source code for the test harness. Some of the C++ features are:</p> Objects can be instantiated (on &#8230; </p><p><a class="more-link block-button" href="http://www.apollo-systems.co.uk/dev/2011/test-harness-code-generation/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>The development of our new unit testing tool has reached its first milestone with the completion of the test harness generator.</p>
<p>The generator takes an XML file containing the test case definitions and automatically generates C or C++ source code for the test harness. Some of the C++ features are:</p>
<ul>
<li>Objects can be instantiated (on the heap or the stack), methods called, and objects deleted.</li>
<li>Exceptions can be tested (including those thrown by constructors), and unexpected exceptions are trapped.</li>
<li>The output of the test harness is easily configured to suit the target hardware.</li>
<li>The test context is accessable from user stub-code.</li>
<li>Whitebox testing is implemented by adding a friend to the class being tested.</li>
<li>Exception handling can be disabled to make the generated code compatible with Embedded C++ compilers.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.apollo-systems.co.uk/dev/2011/test-harness-code-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
