<?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: Unit Testing VI Properties</title>
	<atom:link href="http://blog.jki.net/labs/vi-tester/unit-testing-vi-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jki.net/labs/vi-tester/unit-testing-vi-properties/</link>
	<description>Pushing the Limits of LabVIEW</description>
	<lastBuildDate>Tue, 15 May 2012 20:06:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jim Kring</title>
		<link>http://blog.jki.net/labs/vi-tester/unit-testing-vi-properties/comment-page-1/#comment-1872</link>
		<dc:creator>Jim Kring</dc:creator>
		<pubDate>Thu, 19 Mar 2009 14:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jkisoft.com/?p=481#comment-1872</guid>
		<description>Alessandro: Please, let us know about your progress and if you have any questions about implementing a VI tester + One Click Build solution for your applications.</description>
		<content:encoded><![CDATA[<p>Alessandro: Please, let us know about your progress and if you have any questions about implementing a VI tester + One Click Build solution for your applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Ricco</title>
		<link>http://blog.jki.net/labs/vi-tester/unit-testing-vi-properties/comment-page-1/#comment-1871</link>
		<dc:creator>Alessandro Ricco</dc:creator>
		<pubDate>Thu, 19 Mar 2009 09:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jkisoft.com/?p=481#comment-1871</guid>
		<description>Omar and Jim  VI tester + One Click Build could be a amazing. here i&#039;m trying to use Agile methods and for sure Test Driven Development and Incremental Releases are what i consider the most valid methods, your tool can help to use this methods, definitivelly i&#039;ll give it a try.</description>
		<content:encoded><![CDATA[<p>Omar and Jim  VI tester + One Click Build could be a amazing. here i&#8217;m trying to use Agile methods and for sure Test Driven Development and Incremental Releases are what i consider the most valid methods, your tool can help to use this methods, definitivelly i&#8217;ll give it a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Kring</title>
		<link>http://blog.jki.net/labs/vi-tester/unit-testing-vi-properties/comment-page-1/#comment-1870</link>
		<dc:creator>Jim Kring</dc:creator>
		<pubDate>Wed, 18 Mar 2009 17:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jkisoft.com/?p=481#comment-1870</guid>
		<description>Alessandro: As Omar mentioned, you can run tests programmatically, now.  If you incorporate this as a step in your &lt;a href=&quot;http://blog.jkisoft.com/jki/can-you-build-your-application-in-one-click/&quot; rel=&quot;nofollow&quot;&gt;One Click Build&lt;/a&gt;, then you can run your tests before building your EXE.</description>
		<content:encoded><![CDATA[<p>Alessandro: As Omar mentioned, you can run tests programmatically, now.  If you incorporate this as a step in your <a href="http://blog.jkisoft.com/jki/can-you-build-your-application-in-one-click/" rel="nofollow">One Click Build</a>, then you can run your tests before building your EXE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar Mussa</title>
		<link>http://blog.jki.net/labs/vi-tester/unit-testing-vi-properties/comment-page-1/#comment-1869</link>
		<dc:creator>Omar Mussa</dc:creator>
		<pubDate>Wed, 18 Mar 2009 17:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jkisoft.com/?p=481#comment-1869</guid>
		<description>Alessandro - you can run tests automatically through the VI Tester programmatic API.  VI Tester is an xUnit based test framework that is completely separate from NI&#039;s test vector based UTF.  You can find more about VI Tester by visiting: http://jkisoft.com/vi-tester</description>
		<content:encoded><![CDATA[<p>Alessandro &#8211; you can run tests automatically through the VI Tester programmatic API.  VI Tester is an xUnit based test framework that is completely separate from NI&#8217;s test vector based UTF.  You can find more about VI Tester by visiting: <a href="http://jkisoft.com/vi-tester" rel="nofollow">http://jkisoft.com/vi-tester</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar Mussa</title>
		<link>http://blog.jki.net/labs/vi-tester/unit-testing-vi-properties/comment-page-1/#comment-1868</link>
		<dc:creator>Omar Mussa</dc:creator>
		<pubDate>Wed, 18 Mar 2009 13:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jkisoft.com/?p=481#comment-1868</guid>
		<description>Another good use case for testing VI Properties is to validate that specific string data is present in the VI Description.</description>
		<content:encoded><![CDATA[<p>Another good use case for testing VI Properties is to validate that specific string data is present in the VI Description.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Ricco</title>
		<link>http://blog.jki.net/labs/vi-tester/unit-testing-vi-properties/comment-page-1/#comment-1867</link>
		<dc:creator>Alessandro Ricco</dc:creator>
		<pubDate>Wed, 18 Mar 2009 09:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jkisoft.com/?p=481#comment-1867</guid>
		<description>Very good example on how to use proficency your VI Tester. Another use case example could test VI for presence of breakpoints.
Just an ipotesis, can a set of test run automatically at deploy\compile time? This could be very usefull.
Another point is how JKI VI tester relates with NI LabVIEW Unit Test Framework Toolkit?

Ciao,
Alessandro</description>
		<content:encoded><![CDATA[<p>Very good example on how to use proficency your VI Tester. Another use case example could test VI for presence of breakpoints.<br />
Just an ipotesis, can a set of test run automatically at deploy\compile time? This could be very usefull.<br />
Another point is how JKI VI tester relates with NI LabVIEW Unit Test Framework Toolkit?</p>
<p>Ciao,<br />
Alessandro</p>
]]></content:encoded>
	</item>
</channel>
</rss>

