Unit test is an important stage for an project. For Java projects, we can use the great unit testing framework such as JUnit, for C++ project, the similar tool CPPUnit also be used popularly. For ActionScript developers, are there similar frameworks for us? That’s sure, here is a collect of unit testing frameworks for Flex and Flash applications and libraries. Enjoy!
Posts Tagged ‘framework’
10 Unit Testing Frameworks for Flex/Flash Applications and Libraries
March 4th, 2011 as3corelib Tutorial:An Adobe AIR class that provides a log target for the Flex logging framework
January 7th, 2009
Part of the newest corelib 0.92.1, an Adobe AIR only class that provides a log target for the Flex logging framework, that logs files to a file on the user’s system.I think it’s useful when you want to write the logs into a specified file instead of the default one.
How to Use the ASUnit Framework to Write Unit Tests for ActionScript
September 28th, 2008
AsUnit is the first choice for Test-Driven Development using pure Flash applications.It is an Open-Source, Unit Test Framework for Macromedia Flash ActionScript 2.0 and 3.0. AsUnit 2.x is fully integrated with the Flash IDE, and there is a Mozilla XUL UI that works alongside any other ActionScript authoring tools. This framework allows developers to easily create and manage Classes, Test Cases, Test Suites and view the results of extensive test fixtures. This article will explain in detail how to use the ASUnit framework to write unit tests for ActionScript. It is aimed at an experienced AS developer who is curious about unit testing but has been frustrated by the lack of documentation for ASUnit.
Using Flex file system to build desktop applications
January 24th, 2008
Adobe® Flex™ 2 is a cross-platform development framework for creating rich Internet applications (RIAs).Flex enables you to create expressive, high-performance applications that run identically on all major browsers and operating systems.But Flex NOT only for web applications,we can build desktop applications using flex file system.
Make an AJAX call with the Extjs framework
January 22nd, 2008 
Posted in
Tags: