<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ORAYLIS BI.Quality</title><link>http://biquality.codeplex.com/project/feeds/rss</link><description>ORAYLIS BI.Quality is a testing suite for BI solutions makes it easier to develop in an agile environment. The suite is based on NUnit and supports quite a lot of different testing methods.</description><item><title>New Comment on "Documentation"</title><link>https://biquality.codeplex.com/documentation?&amp;ANCHOR#C27150</link><description>Hi ,&amp;#10;I am trying to create Test report from this tool and i could not .&amp;#10;Could you help me on this .</description><author>sai123</author><pubDate>Tue, 09 Apr 2013 21:10:17 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20130409091017P</guid></item><item><title>New Post: WITH clause causing tests to fail</title><link>http://biquality.codeplex.com/discussions/319243</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Yes, looks like only expressions starting with SELECT are allowed. Thomas, any update on this?&lt;/p&gt;
&lt;/div&gt;</description><author>pavanbarnala</author><pubDate>Mon, 07 Jan 2013 11:54:10 GMT</pubDate><guid isPermaLink="false">New Post: WITH clause causing tests to fail 20130107115410A</guid></item><item><title>New Post: MSTest</title><link>http://biquality.codeplex.com/discussions/248020</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thanks Thomas. I managed to automate Nunit test execution using MsBuild. Works like a charm.&lt;/p&gt;
&lt;/div&gt;</description><author>pavanbarnala</author><pubDate>Mon, 07 Jan 2013 11:44:23 GMT</pubDate><guid isPermaLink="false">New Post: MSTest 20130107114423A</guid></item><item><title>New Comment on "Documentation"</title><link>http://biquality.codeplex.com/documentation?&amp;ANCHOR#C25322</link><description>At the top of this page you find a download link for the User manual. There you can find much more infos, sampels, quick start and a reference.</description><author>tstrehlo</author><pubDate>Thu, 18 Oct 2012 19:07:26 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20121018070726P</guid></item><item><title>New Post: MSTest</title><link>http://biquality.codeplex.com/discussions/248020</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Pavan,&lt;/p&gt;
&lt;p&gt;thank your for the flowers. Regarding to your question have you seen the chapter 5 of the documentation? There you can find informations for the MSBuild installation, unsefull tools and a sample script.&lt;/p&gt;
&lt;p&gt;Thomas&lt;/p&gt;&lt;/div&gt;</description><author>tstrehlo</author><pubDate>Thu, 18 Oct 2012 19:05:16 GMT</pubDate><guid isPermaLink="false">New Post: MSTest 20121018070516P</guid></item><item><title>New Post: MSTest</title><link>http://biquality.codeplex.com/discussions/248020</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Thomas,&lt;/p&gt;
&lt;p&gt;Your tool is cool. I used it in my project and it is good as a stand alone testing platform with Nunit. My next logical step would be to automate the test case executions from MSBuild. I couldn't find much useful information anywhere in this regard. Could you please give me some pointers on that?&lt;/p&gt;
&lt;p&gt;Thanks in anticipation.&lt;/p&gt;
&lt;p&gt;Pavan&lt;/p&gt;&lt;/div&gt;</description><author>pavanbarnala</author><pubDate>Thu, 18 Oct 2012 15:34:11 GMT</pubDate><guid isPermaLink="false">New Post: MSTest 20121018033411P</guid></item><item><title>New Comment on "Documentation"</title><link>http://biquality.codeplex.com/documentation?&amp;ANCHOR#C25317</link><description>This tool is very useful. Thanks a lot. &amp;#10;Detailed documentation around automating the test executions would be great since ideally build process should kick start the execution without using the GUI.</description><author>pavanbarnala</author><pubDate>Thu, 18 Oct 2012 15:23:07 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20121018032307P</guid></item><item><title>Source code checked in, #79962</title><link>http://biquality.codeplex.com/SourceControl/changeset/changes/79962</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:14:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #79962 20121001091448P</guid></item><item><title>Source code checked in, #79961</title><link>http://biquality.codeplex.com/SourceControl/changeset/changes/79961</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:08:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #79961 20121001090839P</guid></item><item><title>New Post: WITH clause causing tests to fail</title><link>http://biquality.codeplex.com/discussions/319243</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I haven't seen this anywhere, but creating BI.QUALITY test queries that include subqueries using the WITH clause fail, even though the same queries can be executed in MS SQL Management Studio without error. When I run these queries inside N-Unit I get:&lt;/p&gt;
&lt;p&gt;BI.Quality.QueryTest.3-General\5-StaffDimension\DimStaffADPIDoverlappingDates:Exception ouccured while executing the query: Deferred prepare could not be completed.Statement(s) could not be prepared.Incorrect syntax near the keyword 'with'. If this statement  is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I cannot terminate the preceding statement with a semicolon because there is no preceding statement. the WITH clause is effectively the first statement in the query.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any help would be appreciated.&lt;/p&gt;
&lt;p&gt;Rodney Noland&lt;/p&gt;
&lt;p&gt;QA Developer&lt;/p&gt;&lt;/div&gt;</description><author>RodneyNolandBPE</author><pubDate>Thu, 16 Feb 2012 21:32:25 GMT</pubDate><guid isPermaLink="false">New Post: WITH clause causing tests to fail 20120216093225P</guid></item><item><title>New Post: How to test Stored Procedures with this solution? any sample case?</title><link>http://biquality.codeplex.com/discussions/283986</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am having difficulty to test stored procedures with this solution. Can you give some good examples to conduct unit test of stored procedures with this solution?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;Ashik(scornik)&lt;/p&gt;
&lt;/div&gt;</description><author>scornik</author><pubDate>Fri, 23 Dec 2011 08:27:42 GMT</pubDate><guid isPermaLink="false">New Post: How to test Stored Procedures with this solution? any sample case? 20111223082742A</guid></item><item><title>Patch Uploaded: #8528</title><link>http://biquality.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/manowar'&gt;manowar&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Fix&lt;/p&gt;</description><author>manowar</author><pubDate>Wed, 02 Mar 2011 09:45:23 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #8528 20110302094523A</guid></item><item><title>Patch Uploaded: #8527</title><link>http://biquality.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/manowar'&gt;manowar&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Fix&lt;/p&gt;</description><author>manowar</author><pubDate>Wed, 02 Mar 2011 09:44:57 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #8527 20110302094457A</guid></item><item><title>Created Issue: Decimal value should be formatted with an higher number of decimals [8438]</title><link>http://biquality.codeplex.com/workitem/8438</link><description>Decimal values are formatted using the format &lt;br /&gt;&lt;br /&gt;&amp;#35;,0.&amp;#35;&amp;#35;&amp;#35;&lt;br /&gt;&lt;br /&gt;it should be changed to something like&lt;br /&gt;&lt;br /&gt;&amp;#35;,0.&amp;#35;&amp;#35;&amp;#35;&amp;#35;&amp;#35;&amp;#35;&lt;br /&gt;&lt;br /&gt;so that small values can be compared correctly, without excessive roundings&lt;br /&gt;</description><author>manowar</author><pubDate>Wed, 02 Mar 2011 09:37:30 GMT</pubDate><guid isPermaLink="false">Created Issue: Decimal value should be formatted with an higher number of decimals [8438] 20110302093730A</guid></item><item><title>Created Issue: Make the "PrintLimit" value for failed assert configurable [8437]</title><link>http://biquality.codeplex.com/workitem/8437</link><description>The maximum number of rows with failed asserts printed in the error file is set to 5.&lt;br /&gt;It should be set to an arbitrary value, configurable from the .config file.&lt;br /&gt;</description><author>manowar</author><pubDate>Wed, 02 Mar 2011 09:34:22 GMT</pubDate><guid isPermaLink="false">Created Issue: Make the "PrintLimit" value for failed assert configurable [8437] 20110302093422A</guid></item><item><title>New Post: MSTest</title><link>http://biquality.codeplex.com/discussions/248020</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;as we designed the tool it was a main goal to create a unit test without compiling code. Therfore we use a testcase parameter mechanism which is offered by NUnit. All testcases you definie within BI.Quality are parameters for on testcase. We are Microsoft Gold Partner (and fans of Microsoft)&amp;nbsp;but we havn't found anything compareable within the unit test architecture of Microsoft.&amp;nbsp;So BI.Quality works currently only with&amp;nbsp;NUnit.&lt;/p&gt;
&lt;p&gt;Thomas Strehlow&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>tstrehlo</author><pubDate>Tue, 01 Mar 2011 21:44:33 GMT</pubDate><guid isPermaLink="false">New Post: MSTest 20110301094433P</guid></item><item><title>New Post: MSTest</title><link>http://biquality.codeplex.com/discussions/248020</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;in my company we are working with Visual Studio 2010 and MSTest instead of NUnit.&lt;/p&gt;
&lt;p&gt;Does this tool can be used with MSTest? Is this planned in a future that can work with MSTest?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/div&gt;</description><author>Angel_Roche</author><pubDate>Tue, 01 Mar 2011 17:20:20 GMT</pubDate><guid isPermaLink="false">New Post: MSTest 20110301052020P</guid></item><item><title>Reviewed: BI.Quality 2.0.1 (Feb 14, 2011)</title><link>http://biquality.codeplex.com/releases/view/54543#ReviewBy-sundanceca</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - I&amp;#39;ve really enjoyed this project, very, very useful. Great implementation, nice job&amp;#33;</description><author>sundanceca</author><pubDate>Mon, 14 Feb 2011 15:29:04 GMT</pubDate><guid isPermaLink="false">Reviewed: BI.Quality 2.0.1 (Feb 14, 2011) 20110214032904P</guid></item><item><title>New Post: MDX query not working: "Object reference not set to an instance of an object."</title><link>http://biquality.codeplex.com/Thread/View.aspx?ThreadId=241259</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Adrian,&lt;/p&gt;
&lt;p&gt;you are absolutely right. I tried the simplest MDX I could think of, but it turns out that it is too simple.&lt;/p&gt;
&lt;p&gt;Thanks, it is working fine now!&lt;/p&gt;
&lt;p&gt;Bertus&lt;/p&gt;
&lt;/div&gt;</description><author>BertusHolscher</author><pubDate>Fri, 14 Jan 2011 14:35:03 GMT</pubDate><guid isPermaLink="false">New Post: MDX query not working: "Object reference not set to an instance of an object." 20110114023503P</guid></item><item><title>New Post: MDX query not working: "Object reference not set to an instance of an object."</title><link>http://biquality.codeplex.com/Thread/View.aspx?ThreadId=241259</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;the issue you described above could be reconstructed on the AdventureWorks database. To workaround that issue you should select the default measure on the 0-axis.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br&gt;
Adrian&lt;/p&gt;
&lt;/div&gt;</description><author>apolko</author><pubDate>Tue, 11 Jan 2011 18:19:54 GMT</pubDate><guid isPermaLink="false">New Post: MDX query not working: "Object reference not set to an instance of an object." 20110111061954P</guid></item></channel></rss>