Forum Discussion
Hi,
According to your screenshot, the TC20 test runs correctly. The "The element to be run was not specified" informative message corresponds to the parent test item - 101_Anmeldung. This message is posted for the same reason as that I described - the test to be executed is not specified for this test item. However, it is just an informative message, not an error, and the issue with the uncompleted project run is unlikely to be connected with this message.
TestComplete may stop the project execution prematurely if you use the Runner.Stop method in your tests. For example:
if Sys.OS == Vista then Runner.Stop
This code explains why TestComplete runs the project on Windows XP successfully, and why it stops the project run on Windows Vista prematurely.
Please make sure that you do not use this method in your tests.
If you still face the problem, could you please send us your project suite?