﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digital Primates&#187; dpUInt</title>
	<atom:link href="http://www.digitalprimates.net/author/category/dpuint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalprimates.net</link>
	<description>Development and Consulting</description>
	<lastBuildDate>Thu, 06 Jun 2013 18:13:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>The King is Dead. Long Live the King!</title>
		<link>http://www.digitalprimates.net/author/codeslinger/2008/09/03/the-king-id-dead-long-live-the-king/</link>
		<comments>http://www.digitalprimates.net/author/codeslinger/2008/09/03/the-king-id-dead-long-live-the-king/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 05:09:00 +0000</pubDate>
		<dc:creator>codeslinger</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[dpUInt]]></category>
		<category><![CDATA[Fluint]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://test.digitalprimates.net/2008/09/03/the-king-id-dead-long-live-the-king/</guid>
		<description><![CDATA[Some of you may know that Digital Primates released a beta-quality testing framework some time back called dpUInt ( digital primates unit and integration). This started an internal framework we developed for testing UIComponent derivatives. One day we decided it &#8230; <a href="http://www.digitalprimates.net/author/codeslinger/2008/09/03/the-king-id-dead-long-live-the-king/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
Some of you may know that Digital Primates released a beta-quality testing framework some time back called dpUInt ( digital primates unit and integration). This started an internal framework we developed for testing UIComponent derivatives. One day we decided it was useful enough to share with the world, so we started a google code project and sent it off into the wild.
</p><p>
Then, wow. More people than we initially expected were running into the same problems we had encountered when testing Flex applications. Soon we were receiving emails and calls from companies using dpUInt who were curious about support and the future of the project. As of this moment, I know of at least a dozen well-known and respected software firms using it for their testing framework and hundreds of developers who have written me with question and suggestions.
</p><p>
Well, I am happy to say that dpUInt has grown up a bit and finally reached the 1.0 stage of its life. Based strongly on the feedback of its users, it is also adopting a new project name, Fluint (pronounced Fluent). 
</p><p>
The new google code project, which can be found at <a href="http://fluint.googlecode.com/">http://fluint.googlecode.com/</a> has been refactored a bit. Instead of acting as a single library project, the new repository has top level directories for each of the following sub-projects: 
</p><p>
<b>fluint</b> &#8211; Library project used to build fluint.swc <br/>
<b>fluint_FlexTestRunner</b> &#8211; Simple Flex project with a sample test runner <br/>
<b>fluint_AIRTestRunner</b> &#8211; AIR project designed to run tests from an automated build environment of simply via command line <br/>
<b>fluint_AntTask</b> &#8211; Ant Tasks that facilitate running the AIRTestRunner 
from ANT <br/>
<b>fluint_Samples</b> &#8211; Samples project that will grow to contain samples uses and modules<br/>
</p><p>
The source for all component, including the AIR test runner and ant tasks are now included. 
Further, a few new features have made the jump to the new project as well: 
<ul>
<li>Ant tasks / AIR testing modules now supported (No need to recompile the test runner for new tests) 
<li>AIR Test Runner with full source for command line and ANT invocation 
<li>Improved performance 
<li>Tests can now be marked by [Test] metadata which allows the inclusion of descriptions and additional metadata carried through to the testing UI
<li>And of course, bug fixes 
</ul>
While the code and the name are in better shape, we can still use help adding more documentation. So if you are up for helping improve the Wiki pages or for providing any additional forms of documentation including tutorials and videos, we are game.
</p><p>
The google code project has an issues tab for reporting any issues found during use. So, please report bugs or simply file enhancement requests. Planning for the 1.1 release is soon to be under way. We are already committed to simplifying the syntax and readability of testing sequences, but we need help to define what else is going to be on that list.
</p><p>
Thanks,<br/>
Labriola<br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.digitalprimates.net/author/codeslinger/2008/09/03/the-king-id-dead-long-live-the-king/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing framework seeks contributors to extend, document and form a long term relationship</title>
		<link>http://www.digitalprimates.net/author/codeslinger/2008/05/22/testing-framework-seeks-contributors-to-extend-document-and-form-a-long-term-relationship/</link>
		<comments>http://www.digitalprimates.net/author/codeslinger/2008/05/22/testing-framework-seeks-contributors-to-extend-document-and-form-a-long-term-relationship/#comments</comments>
		<pubDate>Thu, 22 May 2008 12:05:00 +0000</pubDate>
		<dc:creator>codeslinger</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[dpUInt]]></category>

		<guid isPermaLink="false">http://test.digitalprimates.net/2008/05/22/testing-framework-seeks-contributors-to-extend-document-and-form-a-long-term-relationship/</guid>
		<description><![CDATA[dpUInt started as an internal project needed to test frameworks we were developing. FlexUnit was falling short for us and we couldn&#8217;t build an enterprise component framework without a way to test it continually and reliably. It worked for our &#8230; <a href="http://www.digitalprimates.net/author/codeslinger/2008/05/22/testing-framework-seeks-contributors-to-extend-document-and-form-a-long-term-relationship/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://code.google.com/p/dpuint/">dpUInt</a> started as an internal project needed to test frameworks we were developing. FlexUnit was falling short for us and we couldn&#8217;t build an enterprise component framework without a way to test it continually and reliably. 
It worked for our needs, so we documented some of it, provided some examples and put it online for the community.  Now the community seems to be adopting it quickly, which is fantastic, but our to-do list of features and extensions is growing faster than we can tackle it.
</p><p>
So, we are looking for contributors. People who are serious about helping us take the next <a href="http://code.google.com/p/dpuint/">dpUInt</a> release (the actual 1.0 version) to a better place with more support for automated build systems, automated test running and to realize the integrated code coverage tool completely.
</p><p>
If you have some spare cycles for a worthy testing framework in need of additional love, please let us know. Join the <a href=" http://groups.google.com/group/dpuint-discussion">google code group</a> and give us a hand..
</p>
<br/>
Labriola]]></content:encoded>
			<wfw:commentRss>http://www.digitalprimates.net/author/codeslinger/2008/05/22/testing-framework-seeks-contributors-to-extend-document-and-form-a-long-term-relationship/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
