<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Getting Started with SQL Server Database Unit Testing in SSDT</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/12/07/getting-started-with-sql-server-database-unit-testing-in-ssdt.aspx</link><description>SSDT now enables you to develop, debug and execute database unit tests interactively in Visual Studio, which can then be run from the command line or from a build machine, for example, a Team Foundation Build server configured for continuous integration</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Getting Started with SQL Server Database Unit Testing in SSDT</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/12/07/getting-started-with-sql-server-database-unit-testing-in-ssdt.aspx#10419460</link><pubDate>Thu, 16 May 2013 20:46:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10419460</guid><dc:creator>Ded Medved</dc:creator><description>&lt;p&gt;When is the custom static rules and custom refactoring support going to arrive in SSDT/VS2012.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve made quite an investment of time and effort with these features in VS2010. &amp;nbsp;I&amp;#39;d hate to think I can&amp;#39;t carry it forwards into SQL Server 2012.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10419460" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with SQL Server Database Unit Testing in SSDT</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/12/07/getting-started-with-sql-server-database-unit-testing-in-ssdt.aspx#10402776</link><pubDate>Fri, 15 Mar 2013 21:52:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10402776</guid><dc:creator>Jonathan Burr</dc:creator><description>&lt;p&gt;Is the Test &amp;gt; Windows &amp;gt; Test Explorer window (see below) available in VS Professional with SSDT 2012? &amp;nbsp;I am able to get as far as defining test conditions but can&amp;#39;t get to your next step. &amp;nbsp;I am not sure that VS Professional has Test View or Test Explorer. &amp;nbsp;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10402776" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with SQL Server Database Unit Testing in SSDT</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/12/07/getting-started-with-sql-server-database-unit-testing-in-ssdt.aspx#10395501</link><pubDate>Wed, 20 Feb 2013 09:54:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10395501</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;This all works fine and when asked to to create a new test project when you create yuour first unit test create a the test project at the solution level. Which again all works well.&lt;/p&gt;
&lt;p&gt;However if I try and move the test project into a more appropriate solution folder (i.e. &amp;#39;UnitTests&amp;#39;). I then get an error when I try to add anew test, it states:&lt;/p&gt;
&lt;p&gt;System.ArgumentException&lt;/p&gt;
&lt;p&gt;Project with name Solution1.Server.UnitTest doesn&amp;#39;t exist in solution&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at Microsoft.VisualStudio.Data.Tools.Package.SharedUtilities.VsUtilities.GetProjectFromSolution(String projectName)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at Microsoft.VisualStudio.Data.Tools.Package.UnitTesting.UI.SqlUnitTestWizard.TryEnsureCorrectProjectImportsAndReferences(String projectName, String fileBeingOpened)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at Microsoft.VisualStudio.Data.Tools.Package.UI.DataPackage.OnIdle()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at Microsoft.VisualStudio.Data.Tools.Package.Project.VsPkgIdleProcessingComponent.FDoIdle(UInt32 grfidlef)&lt;/p&gt;
&lt;p&gt;I have tried making the namesapces the same, as well as adding references but nonthing seems to fix this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10395501" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with SQL Server Database Unit Testing in SSDT</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/12/07/getting-started-with-sql-server-database-unit-testing-in-ssdt.aspx#10389549</link><pubDate>Wed, 30 Jan 2013 17:05:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10389549</guid><dc:creator>Paul Arnold</dc:creator><description>&lt;p&gt;Has anyone managed to get automatic deployment of projects working with the SSDT Unit tests when using composite projects?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10389549" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with SQL Server Database Unit Testing in SSDT</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/12/07/getting-started-with-sql-server-database-unit-testing-in-ssdt.aspx#10382674</link><pubDate>Sun, 06 Jan 2013 16:52:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10382674</guid><dc:creator>Bill Gibson MSFT</dc:creator><description>&lt;p&gt;Hi Mikah, assuming that you are following the instructions above and using a VS Pro or higher edition, then the template should be visible. &amp;nbsp;If you have Premium or Ultimate, then in VS 2010 SQL Server Unit Test template should be visible in the Add New Test dialog alongside the existing Database Unit Test - if this applies to you, do you see the old template? &lt;/p&gt;
&lt;p&gt;Try running VS from the command line using the following, which will reset the default templates. &lt;/p&gt;
&lt;p&gt;VS 2012 -&amp;gt; C:\&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe&amp;quot; /ResetSettings&lt;/p&gt;
&lt;p&gt;VS 2010 -&amp;gt; C:\&amp;gt;&amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe&amp;quot; /ResetSettings&lt;/p&gt;
&lt;p&gt;If this doesn&amp;#39;t work then please describe the problem on the forum (link below), including a full description of the environment (edition and versions of VS and SSDT) and the steps you&amp;#39;re using and what you see, and we&amp;#39;ll try and resolve it with you.&lt;/p&gt;
&lt;p&gt;Forum: &lt;a rel="nofollow" target="_new" href="http://social.msdn.microsoft.com/Forums/en-US/ssdt/threads"&gt;social.msdn.microsoft.com/.../threads&lt;/a&gt; &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10382674" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with SQL Server Database Unit Testing in SSDT</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/12/07/getting-started-with-sql-server-database-unit-testing-in-ssdt.aspx#10381377</link><pubDate>Sun, 30 Dec 2012 16:28:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10381377</guid><dc:creator>Mikah Trent</dc:creator><description>&lt;p&gt;I am not finding the SQL Server Unit Test template. I have VS 2010, SSDT 2010, VS 2012, and SSDT 2012 and have not found the template anywhere. Any thoughts?&lt;/p&gt;
&lt;p&gt;Thanks for the article!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10381377" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with SQL Server Database Unit Testing in SSDT</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/12/07/getting-started-with-sql-server-database-unit-testing-in-ssdt.aspx#10378765</link><pubDate>Mon, 17 Dec 2012 19:38:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10378765</guid><dc:creator>Bill Gibson MSFT</dc:creator><description>&lt;p&gt;Denis, VS 2012 Pro is all you need in order to use SQL Server unit testing in SSDT. &amp;nbsp;Obviously the Premium and Ultimate editions have many great features, but they are not specifically leveraged or required by SSDT.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10378765" width="1" height="1"&gt;</description></item><item><title>re: Getting Started with SQL Server Database Unit Testing in SSDT</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/12/07/getting-started-with-sql-server-database-unit-testing-in-ssdt.aspx#10378665</link><pubDate>Mon, 17 Dec 2012 14:09:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10378665</guid><dc:creator>Denis Cilliers</dc:creator><description>&lt;p&gt;Wow great idea, will try this out asap, and let you know how it goes. &lt;/p&gt;
&lt;p&gt;Would you recommend the Premium edition of VS 2012 or would Pro do fine?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10378665" width="1" height="1"&gt;</description></item></channel></rss>