RaelB 4 Posted July 15, 2020 Hello, I'm using 10.3.2. I created a VCL Project, then added a Test Project and Test Case (DUnit). When I run the test project, it runs and exits, without doing anything. What is wrong? I have not made any changes to Conditional Defines, so it should be GUI runner. Thanks Rael Share this post Link to post
santiago 36 Posted July 15, 2020 Check your project options and make sure that the 'Generate console application' is unchecked. Share this post Link to post
RaelB 4 Posted July 15, 2020 It is unchecked. I did find the problem. There was no call to RegisterTest in initialization section of test unit. Share this post Link to post