开发者

Test Driven Development in Flash

开发者 https://www.devze.com 2023-01-12 08:51 出处:网络
I\'ve recently been working on some bigger projects in Flash and would really like to be able to use Test Driven Development but haven\'t found a great way to do so. I\'d imagine its a bit harder to d

I've recently been working on some bigger projects in Flash and would really like to be able to use Test Driven Development but haven't found a great way to do so. I'd imagine its a bit harder to do in flash as most of its projects require heavy user interactivity (drag and drop with mouse, keyboard input to move 开发者_如何学Cetc...).

Does anybody know how I could effectively use this?


Conrad Winchester had a talk on TDD with FlexUnit and Hudson at the London Flash Platform User Group. Slides and Video avaialble.

HTH


For a couple of the Flash projects I've been working on, we use ASUnit to test components in isolation, and Selenium-Flex to handle functional testing.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消