-
8788 readersWe are glad to announce our first ever ColdBox online course: http://www.udemy.com/coldbox-platform-developer-week-2012/ This course covers materials from our live webinars hosted by the ColdBox Team and seasoned ColdBox developers from around the world during ColdBox Developer Week 2012 and a lot more content. These sessions covered topics from the basics and essentials of ColdBox Platform
-
2884 readersUnit 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
-
3810 readersFollowing on from the news that Cairngorm has been moved to Adobe Open Source, it is my pleasure to announce that FlexUnit, the unit testing framework for Flex applications, now has a new home on Adobe Open Source. FlexUnit started its life almost 5 years ago, when I first wrote AS2Unit; at that time, it
-
4652 readersAlex Uhlmann (Adobe Consulting, Edinburgh) and Herve Dupriez (Adobe Consulting, London) are teaming up to present on all things related to the unit-testing, test-driven development, test-coverage analysis and optimisation of the kind of "Experiences on both sides of the glass" that we create when we build innovative and complex RIA front-ends in Flex or AIR
-
4618 readersAlex Uhlmann (Adobe Consulting, Edinburgh) and Herve Dupriez (Adobe Consulting, London) are teaming up to present on all things related to the unit-testing, test-driven development, test-coverage analysis and optimisation of the kind of "Experiences on both sides of the glass" that we create when we build innovative and complex RIA front-ends in Flex or AIR
-
2671 readersNo sure if you know, there has been a minimal basic unit testing package, haxe.unit, bundled in the Haxe std library, since Haxe 1.02! Although its functionality is minimal, but it is enough for most of the projects and being very target independent. I would definitely recommend it to any beginner of writing unit test. The haxe.unit
-
4074 readersBack in the early days of Flex there wasn’t much for doing unit testing, automated testing, performance testing, etc. Thanks to the community there are now numerous open source testing tools for Flex. Here are some recent updates you should definitely check out if you are building production Flex apps: FlexUnit 4.1 Beta 1 FlexMonkey
-
5467 readersFlex-Mojos is a set of Maven plugins that allow you to do command-line builds for Flex projects. The real power comes from being able to leverage the power of Maven to do your entire build (front-end, back-end, unit testing, and integration testing) on...
-
5793 readersMoov2 aficionado Peter Keating has finally started blogging, so far posts have been a very thorough introduction to unit testing, test-driven development and project best practices for Flex. Definitely worth a look so check it out over at peterkeating....
-
4604 readersWhat is Travis-CI? Travis-CI is “a hosted continuous integration service for the open source community”. It is tightly integrated with github, once we enabled its commit hook, whenever there is a new commit, or a pull request, on any branch, it will automatically build and run the unit test and notify us any problem respecting to