Unit Testing

General Discussion of Scripting for Flex, Flash & CS SDK

Moderators: Tom, Kukurykus

AaronPowers

Unit Testing

Post by AaronPowers »

Has anyone tried unit testing their custom panels in Photoshop? For any plugins that have significant complexity, unit testing can be an easy way to know and manage your bugs:
https://www.google.com/search?sourceid= ... +unit+test ... +unit+test

I've done some basic unit testing with JSX files in the ExtendScript toolkit, with my own very limited and simple unit test framework.

I'm wondering if anyone else has unit tested, too? Especially have you unit tested flash panels for photoshop built with Flash Builder? It would be great to share our tips, tricks, and challenges.