<?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"
	>
<channel>
	<title>Comments on: DbFit 0.93: Storing and Comparing Queries</title>
	<atom:link href="http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/</link>
	<description>The Quest for Software++</description>
	<pubDate>Wed, 19 Nov 2008 23:19:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/#comment-36927</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Tue, 18 Nov 2008 09:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/#comment-36927</guid>
		<description>Hi raghavendra,

you can store individual cells of dbfit output into symbols and then use that in the column fixture.</description>
		<content:encoded><![CDATA[<p>Hi raghavendra,</p>
<p>you can store individual cells of dbfit output into symbols and then use that in the column fixture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghavendra</title>
		<link>http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/#comment-36926</link>
		<dc:creator>raghavendra</dc:creator>
		<pubDate>Tue, 18 Nov 2008 09:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/#comment-36926</guid>
		<description>hi gojko,
Can we use the result of Dbfit query as input to coulumn fixture?
We are using Fitness+Selenium for our functional testing.
We want to use values from Database.
Can you pls explain?</description>
		<content:encoded><![CDATA[<p>hi gojko,<br />
Can we use the result of Dbfit query as input to coulumn fixture?<br />
We are using Fitness+Selenium for our functional testing.<br />
We want to use values from Database.<br />
Can you pls explain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/#comment-26369</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Thu, 03 Apr 2008 22:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/#comment-26369</guid>
		<description>Hi Becky,

you said that you could modify the source for your rowfixture. Instead of doing the query and putting it to the screen, store the result into a symbol. 

So don't return the datatable, use Fixture.Save to store the result into a symbol.</description>
		<content:encoded><![CDATA[<p>Hi Becky,</p>
<p>you said that you could modify the source for your rowfixture. Instead of doing the query and putting it to the screen, store the result into a symbol. </p>
<p>So don&#8217;t return the datatable, use Fixture.Save to store the result into a symbol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Becky</title>
		<link>http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/#comment-26366</link>
		<dc:creator>Becky</dc:creator>
		<pubDate>Thu, 03 Apr 2008 20:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/#comment-26366</guid>
		<description>Hi again Gojko,

This is Becky.  I am working with Davesh.  We are trying to figure out the same issue.

We have a fixture (RowFixture) that we are trying to compare the output of with a "store query" from dbfit.

You mentioned above to "store the output of your rowfixture into a DataTable".  How is it that we do that?  If we inherit RowFixture, and try to have it return a DataTable, we get a compiler error (since it needs an array).  If we return an array OF DataTables, that also doesn't seem to work.

Could you point us to a sample of doing this?

I apologize if we are not seeing the obvious here, but we are feeling quite stuck.

Thanks!
- Becky</description>
		<content:encoded><![CDATA[<p>Hi again Gojko,</p>
<p>This is Becky.  I am working with Davesh.  We are trying to figure out the same issue.</p>
<p>We have a fixture (RowFixture) that we are trying to compare the output of with a &#8220;store query&#8221; from dbfit.</p>
<p>You mentioned above to &#8220;store the output of your rowfixture into a DataTable&#8221;.  How is it that we do that?  If we inherit RowFixture, and try to have it return a DataTable, we get a compiler error (since it needs an array).  If we return an array OF DataTables, that also doesn&#8217;t seem to work.</p>
<p>Could you point us to a sample of doing this?</p>
<p>I apologize if we are not seeing the obvious here, but we are feeling quite stuck.</p>
<p>Thanks!<br />
- Becky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/#comment-26359</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Thu, 03 Apr 2008 17:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/12/27/dbfit-093-storing-and-comparing-queries/#comment-26359</guid>
		<description>Hi Davesh,

you need to do that from the code. Set Parameter assigns string values to symbols, and 

!&#124;Set Parameter&#124;FitnesseProject.FitnesseTest.TestRowFixture&#124;testTable&#124;

will actually create a symbol "FitnesseProject.FitnesseTest.TestRowFixture" and give it a value of "testTable". Create a symbol with Fixture.Save and then use that symbol in compare stored queries.</description>
		<content:encoded><![CDATA[<p>Hi Davesh,</p>
<p>you need to do that from the code. Set Parameter assigns string values to symbols, and </p>
<p>!|Set Parameter|FitnesseProject.FitnesseTest.TestRowFixture|testTable|</p>
<p>will actually create a symbol &#8220;FitnesseProject.FitnesseTest.TestRowFixture&#8221; and give it a value of &#8220;testTable&#8221;. Create a symbol with Fixture.Save and then use that symbol in compare stored queries.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
