Flash Testing

I recently worked on several larger projects in Flash and would like to be able to use Test Driven Development, but I did not find a great way to do this. I would think that it is a little more difficult to do in flash, since most of his projects require a lot of interactivity for the user (drag and drop, keyboard input for moving, etc.).

Does anyone know how I can use this effectively?

+4
source share
2 answers

Conrad Winchester talked about TDD with FlexUnit and Hudson as a user group for the Flash Flash platform in London . Slides and videos are available.

NTN

+1
source

For several Flash projects that I have been working on, we use ASUnit to test the components individually and Selenium-Flex for functional testing.

There are undoubtedly alternatives, but this seems to work for us.

+1
source

All Articles