<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: &quot;Getting started&quot; with NaturalSpec &#8211; (Updated 08.11.2009)</title>
	<atom:link href="http://www.navision-blog.de/2009/11/08/getting-started-with-naturalspec/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.navision-blog.de/2009/11/08/getting-started-with-naturalspec/</link>
	<description>This Blog is about Microsoft Dynamics NAV (f.k.a Navision incl. C/SIDE and C/AL), C#, F# and .NET in general.</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:13:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Learning F# with TDD: Part 2 &#124; The Endless Obsession</title>
		<link>http://www.navision-blog.de/2009/11/08/getting-started-with-naturalspec/comment-page-1/#comment-142000</link>
		<dc:creator>Learning F# with TDD: Part 2 &#124; The Endless Obsession</dc:creator>
		<pubDate>Thu, 12 Jan 2012 04:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/02/23/getting-started-with-naturalspec/#comment-142000</guid>
		<description>[...] Test(s)&#8221; for a project or solution, the tests would not be found as described in the getting started post, so I would see something like &#8220;0 passed, 0 failed, 0 skipped, [...]</description>
		<content:encoded><![CDATA[<p>[...] Test(s)&#8221; for a project or solution, the tests would not be found as described in the getting started post, so I would see something like &#8220;0 passed, 0 failed, 0 skipped, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learning F# with TDD: Part 1</title>
		<link>http://www.navision-blog.de/2009/11/08/getting-started-with-naturalspec/comment-page-1/#comment-130137</link>
		<dc:creator>Learning F# with TDD: Part 1</dc:creator>
		<pubDate>Sun, 21 Aug 2011 22:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/02/23/getting-started-with-naturalspec/#comment-130137</guid>
		<description>[...] doing TDD, so we need some sort of testing framework.  I decided to go with NaturalSpec.  This means we&#8217;ll need to download the package from github, build it, and also download and [...]</description>
		<content:encoded><![CDATA[<p>[...] doing TDD, so we need some sort of testing framework.  I decided to go with NaturalSpec.  This means we&#8217;ll need to download the package from github, build it, and also download and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mocking objects with NaturalSpec &#187; Rash thoughts about .NET, C#, F# and Dynamics NAV.</title>
		<link>http://www.navision-blog.de/2009/11/08/getting-started-with-naturalspec/comment-page-1/#comment-103974</link>
		<dc:creator>Mocking objects with NaturalSpec &#187; Rash thoughts about .NET, C#, F# and Dynamics NAV.</dc:creator>
		<pubDate>Sun, 08 Nov 2009 14:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/02/23/getting-started-with-naturalspec/#comment-103974</guid>
		<description>[...] my last articles I gave an introduction in NaturalSpec, showed how to get started and demonstrated how we can use NaturalSpec to write automatically testable scenarios for C# [...]</description>
		<content:encoded><![CDATA[<p>[...] my last articles I gave an introduction in NaturalSpec, showed how to get started and demonstrated how we can use NaturalSpec to write automatically testable scenarios for C# [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Introducing NaturalSpec &#8211; A Domain-specific language (DSL) for testing &#8211; Part I &#187; Rash thoughts about .NET, C#, F# and Dynamics NAV.</title>
		<link>http://www.navision-blog.de/2009/11/08/getting-started-with-naturalspec/comment-page-1/#comment-103969</link>
		<dc:creator>Introducing NaturalSpec &#8211; A Domain-specific language (DSL) for testing &#8211; Part I &#187; Rash thoughts about .NET, C#, F# and Dynamics NAV.</dc:creator>
		<pubDate>Sun, 08 Nov 2009 10:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/02/23/getting-started-with-naturalspec/#comment-103969</guid>
		<description>[...] can download NaturalSpec at GoogleCode and follow the “Getting started” tutorial in order to write your first automatically testable [...]</description>
		<content:encoded><![CDATA[<p>[...] can download NaturalSpec at GoogleCode and follow the “Getting started” tutorial in order to write your first automatically testable [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using NaturalSpec to create a spec for C# projects &#187; Rash thoughts about .NET, C#, F# and Dynamics NAV.</title>
		<link>http://www.navision-blog.de/2009/11/08/getting-started-with-naturalspec/comment-page-1/#comment-103967</link>
		<dc:creator>Using NaturalSpec to create a spec for C# projects &#187; Rash thoughts about .NET, C#, F# and Dynamics NAV.</dc:creator>
		<pubDate>Sun, 08 Nov 2009 10:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/02/23/getting-started-with-naturalspec/#comment-103967</guid>
		<description>[...] my last two articles I gave an introduction in NaturalSpec and showed how to get started. This time I will show how we can use NaturalSpec to write automatically testable scenarios for C# [...]</description>
		<content:encoded><![CDATA[<p>[...] my last two articles I gave an introduction in NaturalSpec and showed how to get started. This time I will show how we can use NaturalSpec to write automatically testable scenarios for C# [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Minerich's Development Wonderland : F# for Testing and Analysis at Code Camp 11 New England</title>
		<link>http://www.navision-blog.de/2009/11/08/getting-started-with-naturalspec/comment-page-1/#comment-90740</link>
		<dc:creator>Rick Minerich's Development Wonderland : F# for Testing and Analysis at Code Camp 11 New England</dc:creator>
		<pubDate>Fri, 27 Mar 2009 22:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/02/23/getting-started-with-naturalspec/#comment-90740</guid>
		<description>[...] More about NaturalSpec Steffen Forkmann’s “Getting Started” with NaturalSpec Steffen Forkmann’s Testing QuickSort with NaturalSpec Steffen Forkmann’s Using NaturalSpec to [...]</description>
		<content:encoded><![CDATA[<p>[...] More about NaturalSpec Steffen Forkmann’s “Getting Started” with NaturalSpec Steffen Forkmann’s Testing QuickSort with NaturalSpec Steffen Forkmann’s Using NaturalSpec to [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

