<?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 Tools Blog - Testertools &#187; C/C++ Testing Tools</title>
	<atom:link href="http://www.testertools.com/blog/category/cc-testing-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testertools.com/blog</link>
	<description>The latest news and blog information from testertools.com</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:24:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MSDN Features Simple Mutation Testing Technique Article</title>
		<link>http://www.testertools.com/blog/msdn-features-simple-mutation-testing-technique-article/</link>
		<comments>http://www.testertools.com/blog/msdn-features-simple-mutation-testing-technique-article/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 12:18:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C/C++ Testing Tools]]></category>
		<category><![CDATA[James McCaffrey]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Mutation Testing.]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=2280</guid>
		<description><![CDATA[<br/>MSDN has featured an excellent Article on Mutation Testing.
Written by  James McCaffrey, and titled &#8220;Super-Simple Mutation Testing&#8220;, the article contains a definition of Mutation Testing as well as code examples.
Most testers I know have heard of mutation testing, but few have  actually performed it. Mutation testing has the reputation of being  difficult and ]]></description>
			<content:encoded><![CDATA[<br/><p><strong><a href="http://www.logotypes101.com/files/21/f05476fc3d574ddad2e4d33658dde2ef/lrg_MSDN.gif"><img class="alignleft" src="http://www.logotypes101.com/files/21/f05476fc3d574ddad2e4d33658dde2ef/lrg_MSDN.gif" alt="" width="300" height="300" /></a>MSDN</strong> has featured an excellent Article on<strong> Mutation Testing</strong>.</p>
<p>Written by  <strong>James McCaffrey, </strong>and titled<strong> </strong>&#8220;<a href="http://msdn.microsoft.com/en-gb/magazine/hh148145.aspx">Super-Simple Mutation Testing</a>&#8220;, the article contains a definition of Mutation Testing as well as code examples.</p>
<blockquote><p>Most testers I know have heard of mutation testing, but few have  actually performed it. Mutation testing has the reputation of being  difficult and requiring expensive third-party software tools. However,  in this month’s column, I’ll show you how to create a super-simple  (fewer than two pages of code and four hours of time) mutation testing  system using C# and Visual Studio. By keeping the mutation testing  system simple, you can get most of the benefits of a full-fledged  mutation system at a fraction of the time and effort.</p></blockquote>
<p>For mor details, please read <a href="http://msdn.microsoft.com/en-gb/magazine/hh148145.aspx">Super-Simple Mutation Testing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/msdn-features-simple-mutation-testing-technique-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typemock Launches Isolator ++ &#8211; First C++ Easy Unit Testing Solution</title>
		<link>http://www.testertools.com/blog/typemock-launches-isolator-first-c-easy-unit-testing-solution/</link>
		<comments>http://www.testertools.com/blog/typemock-launches-isolator-first-c-easy-unit-testing-solution/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 15:25:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C/C++ Testing Tools]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Eli Lopian]]></category>
		<category><![CDATA[Isolator ++]]></category>
		<category><![CDATA[Typemock]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=1948</guid>
		<description><![CDATA[<br/>Typemock,   the leading provider and pioneer of unit  testing solutions announced today the official launch of Isolator ++.
Isolator ++ is the first isolation framework that allows developers to  conduct easy unit testing for C++. As opposed to other unit testing  solutions that require many sections of code to be modified in ]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://www.typemock.com"><a href="http://oohooo.com/itemimages/47itimg"><img class="alignleft" src="http://oohooo.com/itemimages/47itimg" alt="" width="300" height="300" /></a>Typemock</a>,   the leading provider and pioneer of <strong>unit  testing solutions</strong> announced today the official launch of<strong> Isolator ++</strong>.</p>
<p>Isolator ++ is the first isolation framework that allows developers to  conduct easy unit testing for <strong>C++</strong>. As opposed to other unit testing  solutions that require many sections of code to be modified in order to  test it, Isolator ++ allows the user to mock any part of the code  without any alterations. It also enables organizations to ensure that  their final product meets industry standards.</p>
<p>The launch of Isolator ++  demonstrates Typemock’s ability to now offer solutions for easy unit  testing for windows C++ developers in addition to <strong>.Net</strong>.</p>
<p>Isolator++ enables testing of any C/ C++ code (including complex code  such as statics, globals and non virtual method) by allowing the user to  intercept and fake their behaviours. The user can write tests with  minimal lines of code, a major improvement on other frameworks which  require multiple lines to make effective readable tests. The API is  specifically designed to make tests more concise, more resistant to  production code changes and easier to understand for new users. Isolator  ++ works with all testing frameworks including Google Test and  UnitTest++.</p>
<p>“Adding C++ solutions to our product range is a natural step for  Typemock” commented <strong>Eli Lopian</strong> Typemock‘s founder and CEO. “With a  growing number of developers writing in C++, especially with the  increased popularity and demand for smart phones and other advanced  technologies, there is an obvious need for an easy solution for C++ unit  testing which ensures that the final product surpasses all regulatory  requirements. This is imperative for the military, avionics, automotive  and medical device industries where an error in the code can be  critical.”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/typemock-launches-isolator-first-c-easy-unit-testing-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Testertool &#8211; FreeFileSync</title>
		<link>http://www.testertools.com/blog/new-testertool-freefilesync/</link>
		<comments>http://www.testertools.com/blog/new-testertool-freefilesync/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 11:30:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C/C++ Testing Tools]]></category>
		<category><![CDATA[Data Comparison]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[FreeFileSync]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[UI interfaces]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=1775</guid>
		<description><![CDATA[<br/>FreeFileSync is an Open-Source folder comparison and synchronization  tool. It is optimized for highest performance and usability without  restricted or overloaded UI interfaces.
Available as a GNU Licence, FreeFileSync uses the C++ language and is free to use.
Key features include
 

Compare files (bytewise or by date) and synchronize them.
No limitations: An arbitrary number of ]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://freefilesync.sourceforge.net/images/screenshot5.jpg"><img class="alignleft" src="http://freefilesync.sourceforge.net/images/screenshot5.jpg" alt="freefilesync" width="223" height="173" /></a><a href="http://testertools.com/cc/freefilesync/"><strong>FreeFileSync</strong></a> is an<strong> Open-Source</strong> folder comparison and synchronization  tool. It is optimized for highest performance and usability without  restricted or overloaded <strong>UI interfaces</strong>.</p>
<p>Available as a <strong>GNU Licence</strong>, FreeFileSync uses the C++ language and is free to use.</p>
<p><strong>Key features include</strong></p>
<p><a name="features"> </a></p>
<ul>
<li>Compare files (bytewise or by date) and synchronize them.</li>
<li>No limitations: An arbitrary number of files can be synchronized.</li>
<li>Unicode support.</li>
<li>Network support.</li>
<li>Synchronization database for propagation of deleted files and conflict detection</li>
<li>Support for multiple folder pairs with distinct configuration</li>
<li>Full support for <strong>Windows/Linux</strong> Symbolic Links and Windows Junction Points.</li>
<li>Lean &amp; easily accessible UI: Highly optimized for speed and huge sets of data.</li>
<li>Algorithms coded in <strong>C++</strong> completely.</li>
<li>All progress indicators optimized for maximum performance!</li>
<li>Create Batch Jobs for automated synchronization with or without GUI.</li>
<li></li>
<li>
<ul><strong>Focus on usability:</strong></p>
<li>Only necessary functionality on UI: no overloaded menus or icon jungle.</li>
<li>Select all folders via drag &amp; drop.</li>
<li>Last used configuration and screen settings are saved automatically.</li>
<li>Maintain and load different configurations by drag &amp; drop, load-button or commandline.</li>
<li>Double-click to start external application (e.g. show file in Windows Explorer)</li>
<li>Copy &amp; paste all grid data as text</li>
<li>Delete superfluous/temporary files directly on main grid.</li>
<li>Right-click context menu.</li>
<li>Status information and error reporting</li>
<li>Sort file-lists by name, size or date.</li>
</ul>
<p><!-- end Focus on usability --></li>
<li>Support for filesizes larger than 4 GB.</li>
<li>Option to move files to Recycle Bin instead of deleting/overwriting them.</li>
<li>Ignore directories &#8220;\RECYCLER&#8221; and &#8220;\System Volume Information&#8221; with default Filter. (Windows only)</li>
</ul>
<p style="text-align: center;"><a href="http://freefilesync.sourceforge.net/images/screenshot1.jpg"><img class="aligncenter" src="http://freefilesync.sourceforge.net/images/screenshot1.jpg" alt="freefilesync" width="347" height="270" /></a><span style="color: #808080;"></span></p>
<ul>
<li><span style="color: #333333;">Localized versions are available for many languages.</span></li>
<li><span style="color: #333333;">Delete before copy: Avoid disc space shortages for large sync-jobs.</span></li>
<li><span style="color: #333333;">Filter functionality to include/exclude files from synchronization (without requiring a re-compare!).</span></li>
<li><span style="color: #333333;">Include/exclude specific files from synchronization temporarily.</span></li>
<li><span style="color: #333333;">Create sync jobs via GUI to synchronize automatically (can be scheduled or executed via double-click).</span></li>
<li><span style="color: #333333;">Handle daylight saving time changes on FAT/FAT32 volumes correctly.</span></li>
<li><span style="color: #333333;">Portable version (.zip) available.</span></li>
<li><span style="color: #333333;">Native 64-Bit version.</span></li>
<li><span style="color: #333333;">Support for \\?\ path prefix for unrestricted path length. (Windows only)</span></li>
<li><span style="color: #333333;">Check for updates from within FreeFileSync automatically.</span></li>
<li><span style="color: #333333;">Copy locked files using Windows Volume Shadow Copy Service. (Windows only)</span></li>
<li><span style="color: #333333;">Create regular backups with macros %time%, %date% within directory names</span></li>
<li><span style="color: #333333;">Copy file and folder create/access/mo</span></li>
</ul>
<p>For more information and ways to access please visit <a href="http://testertools.com/cc/freefilesync/">testertools.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertool-freefilesync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug fix CodeLites version 2.5.3.4075 now available for download.</title>
		<link>http://www.testertools.com/blog/codelite-2-5-3-4075-iavailable-for-download/</link>
		<comments>http://www.testertools.com/blog/codelite-2-5-3-4075-iavailable-for-download/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 22:02:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C/C++ Testing Tools]]></category>
		<category><![CDATA[and Mac OSX]]></category>
		<category><![CDATA[BUILD TOOL]]></category>
		<category><![CDATA[C/C++ programming]]></category>
		<category><![CDATA[CodeLite]]></category>
		<category><![CDATA[cross platform IDE]]></category>
		<category><![CDATA[GDB support]]></category>
		<category><![CDATA[GPLv2 license]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP SP3]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=1499</guid>
		<description><![CDATA[<br/>If you’re looking for a decent build tool for C/C++ programming languages, why not try CodeLites open-source, cross platform IDE.  Built and tested on Windows XP SP3, Windows Vista, Ubuntu 9.10, and Mac OSX 10.5.6. Early versions of this product had known bugs. But this version shouid fix all that
Code lite in action.

CodeLite main features are ]]></description>
			<content:encoded><![CDATA[<br/><p><span style="color: #000000;">If you’re looking for a decent build tool for<strong> C/C++ programming</strong> languages, why not try <a href="http://www.codelite.org/" target="_blank">CodeLites</a> open-source, cross platform IDE.  Built and tested on <strong>Windows XP SP3</strong>, <strong>Windows Vista, Ubuntu 9.10,</strong> and <strong>Mac OSX 10.5.6</strong>. Early versions of this product had known bugs. But this version shouid fix all that</span></p>
<p><em>Code lite in action.</em></p>
<p><img class="alignnone" src="http://codelite.org/images/codelite2.0-thumb.png" alt="" width="430" height="320" /></p>
<h2><span style="color: #00728e;">CodeLite main features are as follows:</span></h2>
<p>* Generic support for <strong>compilers</strong></p>
<p>* Can be easily extended with plugins (several plugins are already included in the installer)</p>
<p>* <strong>Built-in GDB support,</strong> with the following features included:</p>
<p>o Watches table &#8211; add persistent watches with a single click</p>
<p>o Quick Watch &#8211; right click on a variable to expand it</p>
<p>o Locals tree &#8211; automatically displays the current stack variables (also displays *this if available)</p>
<p>o Threads view &#8211; contains a list of currently-running threads; switch between them with a single click</p>
<p>o <strong>Breakpoint management</strong> &#8211; &#8216;add/remove breakpoint&#8217; management panel</p>
<p>o Automatic tooltip</p>
<p>o Memory view</p>
<p>* Subversion plugin (based on the command line tool)</p>
<p>* cscope plugin</p>
<p>* External Tools plugin</p>
<p>* Gizmos plugin &#8211; for the creation of: C++ classes, wxWidgets projects, CodeLite plugins</p>
<p>* Makefile based build system</p>
<p>* Project explorer (Workspace view)</p>
<p>* File Explorer</p>
<p>* Imports MSVS workspace/projects and converts them to use a GNU-based makefile</p>
<p>* Active-document outline</p>
<p>* Sophisticated database-based Code Completion mechanism; a default database is supplied which contains symbols for wxWidgets, STL and standard headers</p>
<p>o Function&#8217;s call tip</p>
<p>o Hover tip</p>
<p>o Comments tips</p>
<p>o Members List</p>
<p>o Supports C++ templates, namespaces and other advance features of the language</p>
<p>o Automatically add include statement for symbols</p>
<p>o Code Refactoring (rename class/method/member)</p>
<p>o Implement all unimplemented methods</p>
<p>o Implement method</p>
<p>o Move functions implementation to another source file</p>
<p>o Generate setters/getters</p>
<p>* Quickly open resources in the editor using &#8216;Find Resource in workspace&#8217;</p>
<p>* Quickly open types in the editor using &#8216;Find Type in workspace&#8217;</p>
<p>* XML-based syntax highlighting, comes with the following:</p>
<p>o C/C++. Java. Perl. XML. Makefile. Lua. Diff files. PHP. JavaScript, Python, HTML, ASP,</p>
<p>* Text Folding</p>
<p>* Bookmarks</p>
<p>* Find In Files</p>
<p>* Replace In Files</p>
<p>* Highly Configurable</p>
<p>* Built-in doxygen comment generator for functions/classes</p>
<p><strong>* And much more&#8230;</strong></p>
<p>CodeLite is distributed under the terms of the GPLv2 license.and this version</p>
<p><a rel="nofollow" href="https://sourceforge.net/projects/codelite/files/"> You can download codelite here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/codelite-2-5-3-4075-iavailable-for-download/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Testertools &#8211; MsvcConf</title>
		<link>http://www.testertools.com/blog/new-testertools-msvcconf/</link>
		<comments>http://www.testertools.com/blog/new-testertools-msvcconf/#comments</comments>
		<pubDate>Mon, 24 May 2010 09:32:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C/C++ Testing Tools]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[MsvcConf]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=1346</guid>
		<description><![CDATA[<br/>MsvcConf is an external dependency tracker for Microsoft Visual Studio, and is designed         to automatically update the include and library paths for one or more Visual C++ projects.
Using a simple XML format configuration file you can specify the header and library       ]]></description>
			<content:encoded><![CDATA[<br/><p><strong><a href="http://msvcconf.sourceforge.net/vcoptions.png"><img class="alignleft" src="http://msvcconf.sourceforge.net/vcoptions.png" alt="msvcconf" width="286" height="169" /></a>MsvcConf</strong> is an external dependency tracker for <strong>Microsoft Visual Studio</strong>, and is designed         to automatically update the include and library paths for one or more <a href="http://testertools.com/category/cc/"><strong>Visual C++</strong></a> projects.</p>
<p>Using a simple <strong>XML</strong> format configuration file you can specify the header and library         files required by one or more projects in a Visual Studio solution, and <strong>MsvcConf</strong> will update the project paths to point to the locations of those headers at build         time, within Visual Studio.</p>
<p>If parts of the project are optional, pre-processor definitions can be added to         the project&#8217;s pre-processor settings to indicate if the relevant headers and/or         libraries exist on the build machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertools-msvcconf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New TesterTools &#8211; VcTester</title>
		<link>http://www.testertools.com/blog/new-testertools-vctester/</link>
		<comments>http://www.testertools.com/blog/new-testertools-vctester/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 11:55:36 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[C/C++ Testing Tools]]></category>
		<category><![CDATA[C codes]]></category>
		<category><![CDATA[VcSmith]]></category>
		<category><![CDATA[VcTester]]></category>
		<category><![CDATA[Visual C/C++]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=430</guid>
		<description><![CDATA[<br/>VcTester is a highly cost-performance covearge testing tool for C codes and C++ codes, and it works with Visual C/C++.&#160; VcSmith is the shareware version of VcTester, and offers relatively simple functions.&#160; VcAuto is the testing tool of VcTester extending to auto testing and diagnosis testing.&#160; It is still under development, and will be released ]]></description>
			<content:encoded><![CDATA[<br/><p><a mce_href="http://www.eztester.com/en/product/BuyVcTester.htm" href="http://www.eztester.com/en/product/BuyVcTester.htm"><b>VcTester</b></a> is a <b>highly cost-performance covearge testing tool for C codes</b> and <b>C++ codes</b>, and it works with <b>Visual C/C++</b>.&nbsp; <b>VcSmith</b> is the shareware version of VcTester, and offers relatively simple functions.&nbsp; VcAuto is the testing tool of VcTester extending to auto testing and diagnosis testing.&nbsp; It is still under development, and will be released in the form of shareware.</p>
<p>View <a href="http://www.testertools.com/11101/VcTester_-_Covearge_testing_tool_for_C_codes.html" mce_href="http://www.testertools.com/11101/VcTester_-_Covearge_testing_tool_for_C_codes.html" target="_blank">TesterTools</a> dedicated page for this tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertools-vctester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New TesterTools &#8211; Visual Code Smith</title>
		<link>http://www.testertools.com/blog/new-testertools-visual-code-smith/</link>
		<comments>http://www.testertools.com/blog/new-testertools-visual-code-smith/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 11:51:51 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[C/C++ Testing Tools]]></category>
		<category><![CDATA[CppUnit]]></category>
		<category><![CDATA[IID]]></category>
		<category><![CDATA[V3]]></category>
		<category><![CDATA[VC debugger]]></category>
		<category><![CDATA[Visual C/C++]]></category>
		<category><![CDATA[Visual Code Smith]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=428</guid>
		<description><![CDATA[<br/>Visual Code Smith is a free software development platform that works with Visual C/C++. C++ code debugging is supported in V3!
To a certain extent, VcSmith is the combination of Source Insight, Visual Assist, CppUnit, and VC debugger, as well as the integration of advantages of multiple tools.  However, such integration is not simple accumulation, but ]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://www.sharewareconnection.com/vcsmith.htm"><strong>Visual Code Smith</strong></a> is a free software development platform that works with <strong>Visual C/C++</strong>. C++ code debugging is supported in <strong>V3</strong>!</p>
<p>To a certain extent, VcSmith is the combination of Source Insight, Visual Assist, <strong>CppUnit</strong>, and <strong>VC debugge</strong>r, as well as the integration of advantages of multiple tools.  However, such integration is not simple accumulation, but organic combination of three major activities (coding, debugging and testing) of<strong> C/C++ software development</strong>, based on language mapping and online debugging technologies, to make the activities more efficient and with high quality assurance.</p>
<p>VcSmith V3 is suitable for people dealing with VC codes all days, but never satisfying with the development efficiency of the programming tools or the convenience of existing tools, or failing to integrate functions of multiple tools. VcSmith is a smart choice for them.</p>
<p>VcSmith is especially applicable to those who have (or will) adopted (or adopt) the continuous integration development mode.  Its all-in-one application environment, concise user interface, and complete external tool integration ability can always meet the requirements of those adhering to the philosophy of <strong>IID</strong> but lacking appropriate tools.</p>
<p>Using VcSmith can improve the development efficiency and coding quality by <strong>30%</strong> at the same time!</p>
<p><img class="alignleft" title="code" src="http://www.filebuzz.com/software_screenshot/full/vcsmith-60927.jpg" alt="" width="572" height="412" /></p>
<p>View <a href="http://www.testertools.com/11100/Visual_Code_Smith_-_Visual_C/C++._C++_code_debugging.html" target="_blank">TesterTools</a> dedicated page for this tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertools-visual-code-smith/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New TesterTools &#8211; VectorCAST/C++</title>
		<link>http://www.testertools.com/blog/new-testertools-vectorcastc/</link>
		<comments>http://www.testertools.com/blog/new-testertools-vectorcastc/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 06:09:38 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[C/C++ Testing Tools]]></category>
		<category><![CDATA[DOORS® Requirements Tools]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Telelogic's Rhapsody® Modeling]]></category>
		<category><![CDATA[testing C/C++ software components]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=424</guid>
		<description><![CDATA[<br/>VectorCAST/C++ is an integrated software test solution that significantly reduces the time, effort, and cost associated with testing C/C++ software components necessary for validating safety- and mission-critical embedded systems.
VectorCAST/C++ parses your source code and invokes code generators to automatically create the test code (stubs and drivers) required to construct a complete, executable test harness.  Once ]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://www.vectorcast.com/software-testing-products/c++-unit-testing.php"><strong>VectorCAST/C++</strong></a> is an integrated software test solution that significantly reduces the time, effort, and cost associated with <strong>testing C/C++ software components</strong> necessary for validating safety- and mission-critical embedded systems.</p>
<p>VectorCAST/C++ parses your source code and invokes code generators to automatically create the test code (stubs and drivers) required to construct a complete, executable test harness.  Once the test harness is constructed, utilities can be used to build and execute test cases, show code covered, and report static measurements.  Test data is maintained separately from the test harness, enabling easy automatic regression testing.</p>
<p><img class="aligncenter size-full wp-image-425" title="VectorCastC++" src="http://www.testertools.com/blog/wp-content/uploads/2010/01/VectorCastC++.jpg" alt="VectorCastC++" width="580" height="388" /></p>
<p><span style="text-decoration: underline;"><strong>Key Features</strong></span></p>
<p>* Complete test-harness construction for unit and integration testing<br />
* Stubs and drivers built automatically<br />
* Test execution from <strong>GUI</strong> or scripts<br />
* Code-coverage analysis<br />
* Regression testing<br />
* Automatic tests based on decision paths<br />
* User-defined tests for requirements-based testing<br />
* Automated coding standards enforcement with C and C++<br />
* Test execution playback to assist in debugging<br />
* Integration with <strong>Telelogic&#8217;s Rhapsody® Modeling</strong> and <strong>DOORS® Requirements Tools</strong></p>
<p>View <a href="http://www.testertools.com/11099/VectorCAST/C++_-_Integrated_software_test_solution_for_C/C++.html" target="_blank">TesterTools</a> dedicated page for this tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertools-vectorcastc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Testertools &#8211; Testwell CTC++</title>
		<link>http://www.testertools.com/blog/new-testertools-testwell-ctc/</link>
		<comments>http://www.testertools.com/blog/new-testertools-testwell-ctc/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 17:04:15 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[C/C++ Testing Tools]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=107</guid>
		<description><![CDATA[<br/>Testwell CTC++ is a powerful instrumentation-based test coverage and dynamic analysis tool for C and C++ code. As a coverage tool, CTC++ shows the coverage all the way to the Modified Condition/Decision Coverage (MC/DC) level as required by DO-178B projects.
As a dynamic analysis tool, CTC++  shows the execution counters in the code, i.e. more than ]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://www.testertools.com/10919/Testwell_CTC++.html" target="_blank">Testwell CTC++</a> is a powerful instrumentation-based test coverage and dynamic analysis tool for <a href="http://www.testertools.com/267-C/C++.html">C and C++</a> code. As a coverage tool, CTC++ shows the coverage all the way to the Modified Condition/Decision Coverage (MC/DC) level as required by DO-178B projects.</p>
<p>As a dynamic analysis tool, CTC++  shows the execution counters in the code, i.e. more than plain boolean coverage information. You can also use CTC++ to measure function execution costs (normally time) and to enable function entry/exit tracing at test time.</p>
<p>For more details go to the <a href="http://www.testwell.fi/ctcdesc.html">official site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertools-testwell-ctc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

