I'd like to use a Test-Driven Development (TDD) approach to developing custom functions and procedures. Is there a recommended technique to performing basic Unit Testing within Amibroker?
The question is indeed strange. It is like you asked "is unit testing possible in C"?
Unit testing is possible with any programming language.
Running unit test does not differ from running any other code.
Unit testing is UP TO YOU, not AmiBroker. You write unit tests and You can execute them as any other code.
Hi Tomasz. Thanks for the quick reply.