I am trying to run a number of unit tests for a MFC application; I have set it up according to the MFC unit test sample that is bundled with TestComplete. The problem is that my test methods always su...
Enabling "Advanced exception handling" in Project properties -> Open Applications -> Debug Agent seems to have done the trick, now I get the result I expect.