Question
Thingworx Automated Unit Testing and Test Driven Development
Normally writing in Java I'd write unit tests for my code and although not always possible I try to write them prior to the code (Test First) this means I can run all me test with the click of a button
I'm struggling to see how to automate my testing for Thingworx and I'd be interested in hearing how other people have built automated unit tests?

