Page 1 of 1

Unit Testing

Posted: Tue Jan 31, 2012 9:26 pm
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.