Forum Discussion

chicks's avatar
chicks
Regular Contributor
9 years ago

TestExecute project suite stops before all test items are run

I have submitted a ticket on this but am hoping somebody may have already encountered it.

 

I am using test execute 11.3 running on windows 7 with service pack 1. 

 

When running my project using test execute and specifying only the project name using the /p option but NOT the unit (/unit) or routine (/routine) options Execution stops prematurely, that is only the first three test items are run out of about 32 total test items. There is no error indication in the logs, test execute just stops as if it had reached the end of the project.

I tried disabling the test items after which test execute was stopping prematurely and it continued to stop. That is: my first three active test items are 1) signup issue redeem 2) member stats 3) member stats account with points. When I deactivated #3 from the project, test execute stopped early after item 2. When I deactivated item 2, test execute stopped early after item 1.

Running the project has been working for me up until late September....

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Are you running the TestExecute tests on the same machine you developed the project on or is it a different machine?

    If it's a different machine, it is possible that, on that machine, the test items that are not running have become de-selected if someone was doing some sort of debugging on that machine. I believe this is something that is typically stored in the tcLS file for the project. I think that file can be safely deleted on the machine in question and it will be recreated with the defaults when the project is re-opened. Try that and see if this corrects your problem.

    • chicks's avatar
      chicks
      Regular Contributor

      Thanks Robert.  I am running Test Execute on a different machine.   That machine is dedicated for my testing however I willl experiment with the tcls file and see whether I can get any different results and will post back

    • chicks's avatar
      chicks
      Regular Contributor

      I deleted both the .tcls and tcls extender and did not see any difference.   

      • chicks's avatar
        chicks
        Regular Contributor

        It is believed that this is related to the other issue (Test Complete crashes with no log produced).