<?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; How-to</title>
	<atom:link href="http://www.testdriven.com/tag/how_to_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>Writing Testable Code</title>
		<link>http://www.testdriven.com/2010/04/writing_testable_code/</link>
		<comments>http://www.testdriven.com/2010/04/writing_testable_code/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 15:13:27 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2425</guid>
		<description><![CDATA[This article presents practices to write more testable code with many examples in java, going a step further than just TDD. link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2010/04/writing_testable_code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Dynamic Elements – Having a Plan B</title>
		<link>http://www.testdriven.com/2009/10/testing_dynamic_elements_having_a_plan_b/</link>
		<comments>http://www.testdriven.com/2009/10/testing_dynamic_elements_having_a_plan_b/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 03:46:55 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2422</guid>
		<description><![CDATA[Duncan Thomas Blogs about how to handle Dynamic Elements with LiquidTest, “In this blog post I will explain a small but important feature with an example. This feature is a small check box you see at the bottom of your browser when recording a test with LiquidTest, called Dynamic Element.”link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/10/testing_dynamic_elements_having_a_plan_b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsibility Driven Design with Mock Objects</title>
		<link>http://www.testdriven.com/2009/09/responsibility_driven_design_with_mock_objects/</link>
		<comments>http://www.testdriven.com/2009/09/responsibility_driven_design_with_mock_objects/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 22:19:52 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2420</guid>
		<description><![CDATA[Responsibility driven design is an approach that helps you shift focus from object state to interactions and responsibilities. This article shows how test driven development with mock objects facilitates responsibility driven design and drives you towards a more cohesive, loosely coupled design. Examples in Java.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/09/responsibility_driven_design_with_mock_objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behavior Driven Database Development</title>
		<link>http://www.testdriven.com/2009/01/behavior_driven_database_development/</link>
		<comments>http://www.testdriven.com/2009/01/behavior_driven_database_development/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 19:20:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2403</guid>
		<description><![CDATA[This article shows how the behavior driven development can be applied to database development and how it can be used to develop and design databases in an iterative and incremental way, writing code and test in the same time.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/01/behavior_driven_database_development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outsourced Testing – Friend or Foe?</title>
		<link>http://www.testdriven.com/2008/10/outsourced_testing_friend_or_foe/</link>
		<comments>http://www.testdriven.com/2008/10/outsourced_testing_friend_or_foe/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 19:19:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2392</guid>
		<description><![CDATA[A practical guide on when and how to outsource some of your software testing activities.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2008/10/outsourced_testing_friend_or_foe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New xUnit Test Pattern</title>
		<link>http://www.testdriven.com/2008/10/a_new_xunit_test_pattern/</link>
		<comments>http://www.testdriven.com/2008/10/a_new_xunit_test_pattern/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 19:19:09 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2394</guid>
		<description><![CDATA[This article describes a xUnit pattern called &#8216;Own Library Interface&#8217;, which enables TDD for classes which seem not testable before. Especially TDD beginners can benefit from this pattern.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2008/10/a_new_xunit_test_pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceptance TDD Explained</title>
		<link>http://www.testdriven.com/2008/08/acceptance_tdd_explained/</link>
		<comments>http://www.testdriven.com/2008/08/acceptance_tdd_explained/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 00:22:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2389</guid>
		<description><![CDATA[Acceptance test-driven development is what helps developers build high-quality software that fulfills the business’s needs as reliably as TDD helps ensure the software’s technical quality.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2008/08/acceptance_tdd_explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BugHuntress QA Lab. Mobile usability testing: problems and solutions</title>
		<link>http://www.testdriven.com/2008/03/bughuntress_qa_lab_mobile_usability_testing_problems_and_solutions/</link>
		<comments>http://www.testdriven.com/2008/03/bughuntress_qa_lab_mobile_usability_testing_problems_and_solutions/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 22:04:35 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2378</guid>
		<description><![CDATA[High-quality usability of mobile applications can be a winning competitive advantage in the today&#8217;s software market. Nonetheless, BugHuntress QA Lab experience in independent software testing showed that high-quality user interfaces occurred in about 70% of desktop applications, while a similar number for mobile applications is about 40%. This article covers the following topics: &#8211; What [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2008/03/bughuntress_qa_lab_mobile_usability_testing_problems_and_solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measuring Integrated Progress on Agile Software Development Projects</title>
		<link>http://www.testdriven.com/2007/10/measuring_integrated_progress_on_agile_software_development_projects/</link>
		<comments>http://www.testdriven.com/2007/10/measuring_integrated_progress_on_agile_software_development_projects/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 03:48:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2365</guid>
		<description><![CDATA[Earned Value Management (EVM) is a well known project management technique which measures the integration of technical performance, cost and schedule against planned performance within a given project. The result is a simple set of metrics providing early warnings of performance issues, allowing for timely and appropriate adjustments. In addition, EVM improves the definition of [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/10/measuring_integrated_progress_on_agile_software_development_projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Driven Development with Visual Studio for Database Professionals</title>
		<link>http://www.testdriven.com/2007/10/test_driven_development_with_visual_studio_for_database_professionals/</link>
		<comments>http://www.testdriven.com/2007/10/test_driven_development_with_visual_studio_for_database_professionals/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 13:38:15 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2357</guid>
		<description><![CDATA[For many years now, developers have had the upper hand when it comes to Test-Driven Development. No matter the language, there was a handy toolset to use &#8211; NUnit, JUnit, and xUnits for Perl, Python, Ruby, Delphi, and many others. But when it came time to implement the logic in the database, the options were [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/10/test_driven_development_with_visual_studio_for_database_professionals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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

