Tagged Questions
9
votes
7answers
1k views
Best way to test a Delphi application
I have a Delphi application that has many dependencies, and it would be difficult to refactor it to use DUnit (it's huge), so I was thinking about using something like AutomatedQA's TestComplete to do ...