<?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: My MbUnit first experience</title>
	<atom:link href="http://damieng.com/blog/2007/06/19/my-mbunit-first-experience/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2007/06/19/my-mbunit-first-experience?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-mbunit-first-experience</link>
	<description>A .NET developer in silicon valley</description>
	<lastBuildDate>Fri, 18 May 2012 15:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Julian Hidalgo</title>
		<link>http://damieng.com/blog/2007/06/19/my-mbunit-first-experience#comment-1925</link>
		<dc:creator>Julian Hidalgo</dc:creator>
		<pubDate>Mon, 25 Jun 2007 07:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2007/06/19/my-mbunit-first-experience.aspx#comment-1925</guid>
		<description>Hi&lt;br /&gt;&lt;br /&gt;I &lt;a href=&quot;http://hpoffice.cl/julian/archive/2007/06/24/Reply-to-My-MbUnit-first-experience.aspx.&quot;&gt;replied here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I <a href="http://hpoffice.cl/julian/archive/2007/06/24/Reply-to-My-MbUnit-first-experience.aspx.">replied here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Stopford</title>
		<link>http://damieng.com/blog/2007/06/19/my-mbunit-first-experience#comment-1924</link>
		<dc:creator>Andy Stopford</dc:creator>
		<pubDate>Mon, 25 Jun 2007 02:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2007/06/19/my-mbunit-first-experience.aspx#comment-1924</guid>
		<description>Hi,&lt;br /&gt;&lt;br /&gt;I am lead on the MbUnit project, I have only just become aware of this as I was away on vacation (but you have my undivided attention now ;-))&lt;br /&gt;&lt;br /&gt;I appreicate you taking the time to raise these concerns but I ask that if you do have any further concerns that these are outlined on the mailing lists that Ben has pointed out. The issues are unlikely to get fixed if the team are not aware of them and the very best way of doing this is to send a mail to the list.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Andy</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am lead on the MbUnit project, I have only just become aware of this as I was away on vacation (but you have my undivided attention now ;-))</p>
<p>I appreicate you taking the time to raise these concerns but I ask that if you do have any further concerns that these are outlined on the mailing lists that Ben has pointed out. The issues are unlikely to get fixed if the team are not aware of them and the very best way of doing this is to send a mail to the list.</p>
<p>Thanks</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hall</title>
		<link>http://damieng.com/blog/2007/06/19/my-mbunit-first-experience#comment-1923</link>
		<dc:creator>Ben Hall</dc:creator>
		<pubDate>Sat, 23 Jun 2007 21:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2007/06/19/my-mbunit-first-experience.aspx#comment-1923</guid>
		<description>Hello Damien.&lt;br /&gt;&lt;br /&gt;My name is Ben Hall, I help develop the MbUnit project. &lt;br /&gt;&lt;br /&gt;I&#039;m sorry you have had a bad experience, I would just like to comment on your points.&lt;br /&gt;&lt;br /&gt;1) Installer abandons you.  I agree with you on this and I feel start menu items would be helpful for new users.  Once installed, the framework assemblies can easily be referenced from within Visual Studio and tests can be executed from TestDriven.NET and via CruiseControl.NET.&lt;br /&gt;&lt;br /&gt;2) Web site &quot;Overview&quot; and &quot;Getting Started&quot; pages have nothing about running tests.  We are in the process of doing a complete rework of every bit of documentation on both the main site and on the wiki to help users coming to the framework and we have some great people working on this to help improve the experience.  Not sure on the timescales of this at the moment, the changes you start to become apparent within the next month.&lt;br /&gt;&lt;br /&gt;3) Silently failing tests in GUI app.  Interesting problem.  Because it failed in the Test Setup and not within an actual test, the GUI did not display the error.  There might be a reason for this, however it does need looking at.  Thank you for bring this to our attention.&lt;br /&gt;&lt;br /&gt;4) Inconsistent GUI.  We are currently working on the development of Mbunit Gallio which includes a brand new UI however we feel TestDriven.Net and other test runners provide a good base for executing tests.&lt;br /&gt;&lt;br /&gt;Thank you for your comments and screencast, they will be feed back into the development team and will be taken into account to improve the project.  I hope the problems you have experience does not distract away from the core framework which does provide some excellent features.&lt;br /&gt;&lt;br /&gt;I wrote an article on &lt;a href=&quot;http://www.nxtgenug.net/Article.aspx?ArticleID=107&quot;&gt;getting started&lt;/a&gt; which other users reading this might find useful .&lt;br /&gt;&lt;br /&gt;If you have any questions then please email me or the &lt;a href=&quot;http://groups.google.com/group/mbunituser&quot;&gt;mailing list&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;&lt;br /&gt;Ben</description>
		<content:encoded><![CDATA[<p>Hello Damien.</p>
<p>My name is Ben Hall, I help develop the MbUnit project. </p>
<p>I&#8217;m sorry you have had a bad experience, I would just like to comment on your points.</p>
<p>1) Installer abandons you.  I agree with you on this and I feel start menu items would be helpful for new users.  Once installed, the framework assemblies can easily be referenced from within Visual Studio and tests can be executed from TestDriven.NET and via CruiseControl.NET.</p>
<p>2) Web site &#8220;Overview&#8221; and &#8220;Getting Started&#8221; pages have nothing about running tests.  We are in the process of doing a complete rework of every bit of documentation on both the main site and on the wiki to help users coming to the framework and we have some great people working on this to help improve the experience.  Not sure on the timescales of this at the moment, the changes you start to become apparent within the next month.</p>
<p>3) Silently failing tests in GUI app.  Interesting problem.  Because it failed in the Test Setup and not within an actual test, the GUI did not display the error.  There might be a reason for this, however it does need looking at.  Thank you for bring this to our attention.</p>
<p>4) Inconsistent GUI.  We are currently working on the development of Mbunit Gallio which includes a brand new UI however we feel TestDriven.Net and other test runners provide a good base for executing tests.</p>
<p>Thank you for your comments and screencast, they will be feed back into the development team and will be taken into account to improve the project.  I hope the problems you have experience does not distract away from the core framework which does provide some excellent features.</p>
<p>I wrote an article on <a href="http://www.nxtgenug.net/Article.aspx?ArticleID=107">getting started</a> which other users reading this might find useful .</p>
<p>If you have any questions then please email me or the <a href="http://groups.google.com/group/mbunituser">mailing list</a></p>
<p>Thank you</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://damieng.com/blog/2007/06/19/my-mbunit-first-experience#comment-1922</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 20 Jun 2007 09:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2007/06/19/my-mbunit-first-experience.aspx#comment-1922</guid>
		<description>Never heard of it before today. Having quickly skimmed the site the main thing that struck me was how weird it seemed to use the term &#039;RTM&#039; for your releases when you&#039;re download-only ;) Taking MS naming convention a little far I think.&lt;br /&gt;&lt;br /&gt;My best experience with unit testing was with JUnit. Eclipse integration is really good, interactive and batch running worked great (the latter via ant, mailing error reports etc), coverage analysis through Clover - generally very good. boost::test is the best I&#039;ve found in C++ but it hasn&#039;t got as much of an ecosystem around it like JUnit had.&lt;br /&gt;</description>
		<content:encoded><![CDATA[<p>Never heard of it before today. Having quickly skimmed the site the main thing that struck me was how weird it seemed to use the term &#8216;RTM&#8217; for your releases when you&#8217;re download-only ;) Taking MS naming convention a little far I think.</p>
<p>My best experience with unit testing was with JUnit. Eclipse integration is really good, interactive and batch running worked great (the latter via ant, mailing error reports etc), coverage analysis through Clover &#8211; generally very good. boost::test is the best I&#8217;ve found in C++ but it hasn&#8217;t got as much of an ecosystem around it like JUnit had.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

