Author Topic: Unit testing for AutoCAD add-ins  (Read 1597 times)

0 Members and 1 Guest are viewing this topic.

vegbruiser

  • Guest
Unit testing for AutoCAD add-ins
« on: March 02, 2011, 04:36:31 AM »
Hi folks,

I've been reading (well, listening to some audio books I made of it) this and got to thinking about how I test the applications/automations I create for AutoCAD..

Have any of you created any unit tests for your projects and if so, would mind sharing the implementation details?

*Historically, I've always created a drawing that contained a configuration of the objects I required in order for my code to run correctly; However, as has been proven to me recently, no test is better than actual usage.*