Test-driven development in Flex
Wednesday, February 6th, 2008I'd like to do some test-driven development in Flex right away, but I'm still looking at the options available.
The two main options seem to be ASUnit and FlexUnit.
ASUnit is the older of the two, but I think from what I've read so far I'm going to look at FlexUnit first, and if it does what I'm looking for, I'll just use it.
As far as how to get started writing tests for ActionScript code, I see there is also the corelib that Adobe is opening up, and it contains FlexUnit-based unit tests.
So, what am I looking for?
I'd like to be able to work on SchevoFlex, write tests for both the Python Side and the ActionScript side, run all of the tests at once using nose, and generally keep a fluid test-driven development cycle going... especially since part of the project is making sure we have rock-solid communications between the client and server!
Lazyweb? :)