If all the business logic is present in a datamodule (TSQLDataSets and TDataSetProviders) how would you refactor the code to make the application more appropiate for unit testing?
|
feedback
|
|
After the last question about this, I wrote a blog post about how to do it. | |||
|
feedback
|
|
Some basic tips:
Hope this helps. | |||||||||||
feedback
|
|
For automated construction of tests for DUnit, you could use OpenCTF, which is able to find all components and create test cases automatically at test run time. The example tests include some basic data access layer tests. http://sourceforge.net/projects/openctf/ and http://cc.embarcadero.com/Item/24136
| ||||
|
feedback
|
