<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Explaining MbUnit GUI tree.</title>
	<atom:link href="http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/feed/" rel="self" type="application/rss+xml" />
	<link>http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/</link>
	<description>Never stop learning.</description>
	<lastBuildDate>Fri, 18 Dec 2009 16:34:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mona</title>
		<link>http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-678</link>
		<dc:creator>Mona</dc:creator>
		<pubDate>Fri, 28 Aug 2009 21:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-678</guid>
		<description>I kind of agree and I am looking for option as BVT, Smoke, Acceptance test etc. currently I have workaround as    [FixtureCategory(&quot;BVT&quot;)]so on UI, it shows as &quot;BVT&quot;.

Also, I am looking for some way to categorize individual test cases in a class. My current automation suit may not be best designed so I am exploring all options.</description>
		<content:encoded><![CDATA[<p>I kind of agree and I am looking for option as BVT, Smoke, Acceptance test etc. currently I have workaround as    [FixtureCategory("BVT")]so on UI, it shows as &#8220;BVT&#8221;.</p>
<p>Also, I am looking for some way to categorize individual test cases in a class. My current automation suit may not be best designed so I am exploring all options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Englestone</title>
		<link>http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-675</link>
		<dc:creator>Lee Englestone</dc:creator>
		<pubDate>Tue, 04 Aug 2009 12:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-675</guid>
		<description>This is fantastic. Thanks!

-- Lee</description>
		<content:encoded><![CDATA[<p>This is fantastic. Thanks!</p>
<p>&#8211; Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vkreynin</title>
		<link>http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-337</link>
		<dc:creator>vkreynin</dc:creator>
		<pubDate>Fri, 07 Dec 2007 20:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-337</guid>
		<description>PLS, I just tried syntax below and it worked.

&lt;strong&gt;&lt;TestFixture(), TestsOn(GetType(String))&gt;&lt;/strong&gt; _
Public Class Class1

&#160;&#160;&lt;Test()&gt; _
&#160;&#160;Public Sub Test()

&#160;&#160;End Sub
End Class</description>
		<content:encoded><![CDATA[<p>PLS, I just tried syntax below and it worked.</p>
<p><strong>&lt;TestFixture(), TestsOn(GetType(String))&gt;</strong> _<br />
Public Class Class1</p>
<p>&nbsp;&nbsp;&lt;Test()&gt; _<br />
&nbsp;&nbsp;Public Sub Test()</p>
<p>&nbsp;&nbsp;End Sub<br />
End Class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PLS</title>
		<link>http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-336</link>
		<dc:creator>PLS</dc:creator>
		<pubDate>Fri, 07 Dec 2007 19:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-336</guid>
		<description>vkreymin, your last response was incomplete.  I used 
 but kept getting a 
syntax error.  Any ideas?  Thanks.</description>
		<content:encoded><![CDATA[<p>vkreymin, your last response was incomplete.  I used<br />
 but kept getting a<br />
syntax error.  Any ideas?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vkreynin</title>
		<link>http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-333</link>
		<dc:creator>vkreynin</dc:creator>
		<pubDate>Thu, 06 Dec 2007 21:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-333</guid>
		<description>I believe that VB.Net syntax will be .</description>
		<content:encoded><![CDATA[<p>I believe that VB.Net syntax will be .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PLS</title>
		<link>http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-332</link>
		<dc:creator>PLS</dc:creator>
		<pubDate>Thu, 06 Dec 2007 20:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-332</guid>
		<description>What would be the visual basic version of [TestsOn(typeOf(Employee))]?  

 doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>What would be the visual basic version of [TestsOn(typeOf(Employee))]?  </p>
<p> doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Brown</title>
		<link>http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-190</link>
		<dc:creator>Jeff Brown</dc:creator>
		<pubDate>Wed, 10 Oct 2007 07:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-190</guid>
		<description>Of course as you know the metadata story in MbUnit Gallio is much more powerful.  Likewise we&#039;ll probably opt for some other GUI filtering mechanism because the tree has proven too confusing and hard to use (trust me, you&#039;re not the only one).

I&#039;ve never found TestImportance useful myself but for system testing I&#039;d be very keen to have a Suite attribute (smoke tests, functional tests, post-deployment tests, stress tests, ...).  Likewise I&#039;m looking forward to slicing and dicing based on Feature and Product metadata.

The whole idea with Gallio metadata is to allow users of the framework to define their own conventions appropriately for their needs.</description>
		<content:encoded><![CDATA[<p>Of course as you know the metadata story in MbUnit Gallio is much more powerful.  Likewise we&#8217;ll probably opt for some other GUI filtering mechanism because the tree has proven too confusing and hard to use (trust me, you&#8217;re not the only one).</p>
<p>I&#8217;ve never found TestImportance useful myself but for system testing I&#8217;d be very keen to have a Suite attribute (smoke tests, functional tests, post-deployment tests, stress tests, &#8230;).  Likewise I&#8217;m looking forward to slicing and dicing based on Feature and Product metadata.</p>
<p>The whole idea with Gallio metadata is to allow users of the framework to define their own conventions appropriately for their needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vkreynin</title>
		<link>http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-163</link>
		<dc:creator>vkreynin</dc:creator>
		<pubDate>Sun, 30 Sep 2007 14:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-163</guid>
		<description>Peli, what would you use &#039;Suite&#039; for?</description>
		<content:encoded><![CDATA[<p>Peli, what would you use &#8216;Suite&#8217; for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peli</title>
		<link>http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-162</link>
		<dc:creator>Peli</dc:creator>
		<pubDate>Sun, 30 Sep 2007 00:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/09/29/explaining-mbunit-gui-tree/#comment-162</guid>
		<description>Ooops, I might have gone overboard when I designed the UI :)
Importance should probably be renamed &#039;Suite&#039; and structure in &#039;Build, Checkin, TheRest&#039;...</description>
		<content:encoded><![CDATA[<p>Ooops, I might have gone overboard when I designed the UI :)<br />
Importance should probably be renamed &#8216;Suite&#8217; and structure in &#8216;Build, Checkin, TheRest&#8217;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
