<?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>FlexMan &#187; FlexUnit</title>
	<atom:link href="http://flexman.info/tag/flexunit/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexman.info</link>
	<description>Everything is Flex</description>
	<lastBuildDate>Sun, 30 Oct 2011 12:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0</title>
		<link>http://flexman.info/2009/01/05/flexunit-an-testing-framework-for-flex-and-actionscript-3-0/</link>
		<comments>http://flexman.info/2009/01/05/flexunit-an-testing-framework-for-flex-and-actionscript-3-0/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 11:33:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[FlexUnit]]></category>
		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/01/05/flexunit-an-testing-framework-for-flex-and-actionscript-3-0/</guid>
		<description><![CDATA[When you do own flex project, sometimes you will need something to test your project. Now we will introduce the FlexUnit which is a unit testing framework for Flex and ActionScript 3.0 applications to you. If you are familiar with JUnit, then you will easily handle the FlexUnit. Why not have a try now? URL [...]]]></description>
			<content:encoded><![CDATA[<p>When you do own flex project, sometimes you will need something to test your project. Now we will introduce the FlexUnit which is a unit testing framework for Flex and ActionScript 3.0 applications to you. If you are familiar with JUnit, then you will easily handle the FlexUnit. Why not have a try now?</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-233"></span>
<p>URL on Google Code: <a href="http://opensource.adobe.com/wiki/display/flexunit/">http://opensource.adobe.com/wiki/display/flexunit/</a></p>
<p>More tutorials about FlexUnit for your reference:</p>
<ul>
<li><a target="_blank" href="http://ntt.cc/2008/08/12/how-to-use-flexunit-in-flex.html">How to use FlexUnit in Flex</a> Ntt.cc
<li><a href="http://www.darronschall.com/weblog/archives/000216.cfm">Getting Started with FlexUnit</a> Darron Schall
<li><a href="http://weblogs.macromedia.com/pmartin/archives/2006/06/flexunit_ant.cfm#more">Using FlexUnit with Ant</a> Peter Martin
<li><a href="http://www.amazon.com/Advanced-ActionScript-3-Design-Patterns/dp/0321426568">Advanced ActionScript 3 with Design Patterns Book</a> Chapter 1 includes a section on how to setup FlexUnit and write your first test.
<li><a href="http://airrunner.org/">AIRRunner</a> Desktop based application for running unit tests. (supports FlexUnit). </li>
</ul>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li><li><a href="http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/" title="Java-based Spring Framework Written in ActionScript 3 &#8211; Spring Actionscript">Java-based Spring Framework Written in ActionScript 3 &#8211; Spring Actionscript</a></li><li><a href="http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/" title="Application Framework For Flex and Flash in AS3 &#8211; Parsley">Application Framework For Flex and Flash in AS3 &#8211; Parsley</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/01/05/flexunit-an-testing-framework-for-flex-and-actionscript-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fluint: An Open Source Testing Framework Based on FlexUnit and JUnit With Graphical Test Runner</title>
		<link>http://flexman.info/2008/10/20/fluint-an-open-source-testing-framework-based-on-flexunit-and-junit-with-graphical-test-runner/</link>
		<comments>http://flexman.info/2008/10/20/fluint-an-open-source-testing-framework-based-on-flexunit-and-junit-with-graphical-test-runner/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 12:25:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[FlexUnit]]></category>
		<category><![CDATA[Fluint]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Graphical]]></category>
		<category><![CDATA[JUnit]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/10/20/fluint-an-open-source-testing-framework-based-on-flexunit-and-junit-with-graphical-test-runner/</guid>
		<description><![CDATA[We have introduced some testing tool: FlexMonkey: Another Open Source Flex UI Testing Tool , Fluorida &#8211; An Open Source (Maybe) Auto-testing Tool for Flex/Flash . Now let see another: Flunit. What is Fluint? Generall to say it is a testing framework based on the concepts of FlexUnit and JUnit. It enhanced the function of [...]]]></description>
			<content:encoded><![CDATA[<p>We have introduced some testing tool: <a href="http://flexman.info/2008/10/17/flexmonkey-another-open-source-flex-ui-testing-tool/">FlexMonkey: Another Open Source Flex UI Testing Tool </a>, <a href="http://flexman.info/2008/10/16/fluorida-an-open-source-auto-testing-tool-for-flex-flash/">Fluorida &#8211; An Open Source (Maybe) Auto-testing Tool for Flex/Flash </a>. Now let see another: Flunit. What is Fluint? Generall to say it is a testing framework based on the concepts of FlexUnit and JUnit. It enhanced the function of asynchronous. At the same time it is a graphical testing runner and integrated continuous building systems with an optional Adobe AIR client for directory watching. What is important is it&#8217;s an open source software. You could use it free. Its features as below:</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-110"></span></p>
<blockquote><p>* Multiple simultaneous asynchronous operations<br />* Asynchronous setup and teardown<br />* Asynchronous returns before method body completion<br />* Support for UIComponent testing<br />* Support for test sequences<br />* Support for testing Cairngorm commands and controllers<br />* XML output of testing results<br />* Support for externalizing tests in modules</p>
</blockquote>
<p><a href="http://flexman.info/wp-content/uploads/2008/10/fluint2.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="fluint2" src="http://flexman.info/wp-content/uploads/2008/10/fluint2-thumb.png" width="468" height="263"></a>
<p>Following is the URL of Flunit google code:
<p><a href="http://code.google.com/p/fluint/">http://code.google.com/p/fluint/</a>
<p>An excellent tutorial:
<p><a href="http://www.insideria.com/2008/10/automated-testing-and-you-self.html">http://www.insideria.com/2008/10/automated-testing-and-you-self.html</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/01/05/flexunit-an-testing-framework-for-flex-and-actionscript-3-0/" title="FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0">FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0</a></li><li><a href="http://flexman.info/2010/03/18/lightweight-actionscript-3-metadata-driven-ioc-application-framework-mioc/" title="Lightweight ActionScript 3 Metadata-driven IoC Application Framework &#8211; MIoC">Lightweight ActionScript 3 Metadata-driven IoC Application Framework &#8211; MIoC</a></li><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li><li><a href="http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/" title="A Very Useful AIR-Java Tool &#8211; SomaUI">A Very Useful AIR-Java Tool &#8211; SomaUI</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/10/20/fluint-an-open-source-testing-framework-based-on-flexunit-and-junit-with-graphical-test-runner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 6/27 queries in 0.442 seconds using disk
Object Caching 250/473 objects using disk

Served from: flexman.info @ 2012-05-23 19:02:11 -->
