ok.. now we’re getting somewhere with ActionScript. There’s now a testing framework for ActionScript2. Nice stuff. It can be found here: http://www.as2unit.org/
ok.. now we’re getting somewhere with ActionScript. There’s now a testing framework for ActionScript2. Nice stuff. It can be found here: http://www.as2unit.org/
What is it, and what does it do? Read about it here: http://www.flashmagazine.com/html/863.htm
basically it’s a component that you add to your AS2 code and you can then run tests on the classes in your application. You set up what you expect from your code, and if it deviates from it AS2Unit will record it as a failure. You can develop your apps and build classes independent of one another, have each one tested before connecting them all together, and know that each one is working before you assemble them.