<?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>testdriven.com &#187; Tools for Unit-Testing</title>
	<atom:link href="http://www.testdriven.com/tag/unit_testing_tools_post_tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testdriven.com</link>
	<description>Wrangling quality out of chaos</description>
	<lastBuildDate>Thu, 26 Jan 2012 07:15:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FEST-Swing: GUI Testing Made Easy</title>
		<link>http://www.testdriven.com/2009/05/fest_swing_gui_testing_made_easy/</link>
		<comments>http://www.testdriven.com/2009/05/fest_swing_gui_testing_made_easy/#comments</comments>
		<pubDate>Wed, 13 May 2009 03:09:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2412</guid>
		<description><![CDATA[FEST-Swing is a Java library that provides a fluent interface for functional Swing GUI testing. This library provides an easy-to-use API that makes creation and maintenance of GUI tests easy. Example: Code: dialog.comboBox(&#34;domain&#34;).select(&#34;Users&#34;); dialog.textBox(&#34;username&#34;).enterText(&#34;leia.organa&#34;); dialog.button(&#34;login&#34;).click(); dialog.optionPane().requireErrorMessage().requireMessage(&#34;Please enter your password&#34;); link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/05/fest_swing_gui_testing_made_easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jsUnity</title>
		<link>http://www.testdriven.com/2009/03/jsunity/</link>
		<comments>http://www.testdriven.com/2009/03/jsunity/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 20:22:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2409</guid>
		<description><![CDATA[jsUnity is a lightweight JavaScript testing framework that is context-agnostic. It doesn’t rely on any browser capabilities and therefore can be run inside HTML, ASP, WSH or any other context that uses JavaScript/JScript/ECMAScript. There are already several unit testing frameworks for JavaScript that are browser-centric. jsUnity aims to just focus on JavaScript as a language [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/03/jsunity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cfix &#8211; xUnit testing framework for Win32 and NT kernel mode</title>
		<link>http://www.testdriven.com/2009/03/cfix_xunit_testing_framework_for_win32_and_nt_kernel_mode/</link>
		<comments>http://www.testdriven.com/2009/03/cfix_xunit_testing_framework_for_win32_and_nt_kernel_mode/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 04:33:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2407</guid>
		<description><![CDATA[cfix is an open source xUnit testing framework for C/C++, fully specialized for Win32 (32/64 bit) and NT kernel mode development. Licensed under the GNU Lesser Public License 3.0. link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/03/cfix_xunit_testing_framework_for_win32_and_nt_kernel_mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSNSpec &#8211; JavaScript on .Net Specification Framework</title>
		<link>http://www.testdriven.com/2009/02/jsnspec_javascript_on_net_specification_framework/</link>
		<comments>http://www.testdriven.com/2009/02/jsnspec_javascript_on_net_specification_framework/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 22:26:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2404</guid>
		<description><![CDATA[If you want to program in a dynamic language on .Net and use BDD, you might like this. JSNSpec uses specificaiton language similar to RSpec in Ruby and works in the browser, on the server in ASP .Net and in Managed JScript in Silverlight. It is &#34;self-specified&#34; meaning it uses itself to specify itself. This [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/02/jsnspec_javascript_on_net_specification_framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JMUnit: J2ME unit testing tool</title>
		<link>http://www.testdriven.com/2009/01/jmunit_j2me_unit_testing_tool/</link>
		<comments>http://www.testdriven.com/2009/01/jmunit_j2me_unit_testing_tool/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 20:47:30 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2183</guid>
		<description><![CDATA[The JMUnit is a Java ME (or J2ME) application used by developers to test code. It&#8217;s an implementation of the popular xUnit framework. JMUnit 1.1 has been released. It allows test failures and errors to be viewed on real devices (not just the emulator console). An Ant task for JMUnit has been added that generates [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/01/jmunit_j2me_unit_testing_tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TestUtil v. 2.4: Automated Method Testing</title>
		<link>http://www.testdriven.com/2008/09/testutil_v_2_4_automated_method_testing/</link>
		<comments>http://www.testdriven.com/2008/09/testutil_v_2_4_automated_method_testing/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 15:15:52 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2039</guid>
		<description><![CDATA[TestUtil is a Java open source low-effort automated method testing strategy and tool for verifying all matching accessor methods on mutable objects with a single line of unit test code. It is compatible with both in-container and outside-the-container strategies extending JUnit. Version 2.4 includes support for Enums. link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2008/09/testutil_v_2_4_automated_method_testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>expecco &#8211; model-based test development</title>
		<link>http://www.testdriven.com/2008/07/expecco_model_based_test_development/</link>
		<comments>http://www.testdriven.com/2008/07/expecco_model_based_test_development/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 03:27:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2385</guid>
		<description><![CDATA[expecco is an innovative product suite for model-based test development and execution. Create tests as easily as with a modular system. In expecco, tests are created as graphical models (activity diagrams). This enables employees without any programming know-how to create, maintain and execute tests. Reusable test blocks and extensive libraries greatly simplify the development, automation [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2008/07/expecco_model_based_test_development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CoTestive &#8211; a comprehensive testing tool</title>
		<link>http://www.testdriven.com/2008/05/cotestive_a_comprehensive_testing_tool/</link>
		<comments>http://www.testdriven.com/2008/05/cotestive_a_comprehensive_testing_tool/#comments</comments>
		<pubDate>Thu, 08 May 2008 15:54:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2383</guid>
		<description><![CDATA[CoTestive is a new testing framework. At the time of this posting, it is in its very early stages; about 90% NUnit compatible. It&#8217;s goals are to be: 1. NUnit &#38; MbUnit compliant 2. FIT compliant 3. Extensible In essence, it is slated to be comprehensive &#8211; a single testing framework that is developer-friendly, customer [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2008/05/cotestive_a_comprehensive_testing_tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mockito: Java mock objects library</title>
		<link>http://www.testdriven.com/2008/03/mockito_java_mock_objects_library/</link>
		<comments>http://www.testdriven.com/2008/03/mockito_java_mock_objects_library/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 17:44:11 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2376</guid>
		<description><![CDATA[Java mocking is dominated by expect-run-verify libraries like EasyMock or jMock. Mockito offers simpler and more intuitive approach: you ask questions about interactions after execution. Using mockito, you can verify what you want, without expensive setup upfront. Mockito aims to be transparent and let the developer to focus on testing selected behavior.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2008/03/mockito_java_mock_objects_library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bumblebee &#8211; agile documentation</title>
		<link>http://www.testdriven.com/2007/12/bumblebee_agile_documentation/</link>
		<comments>http://www.testdriven.com/2007/12/bumblebee_agile_documentation/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 20:47:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2368</guid>
		<description><![CDATA[Bumblebee generates human-readable documentation from your JUnit test-structure. By adding comments powered with wiki-syntax and an extensible Ruby context for including snippets, runtime data and other content, you can create and maintain your system documentation with a minimum of effort.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/12/bumblebee_agile_documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.351 seconds -->

