Forum Discussion

Felixg's avatar
Felixg
Occasional Contributor
6 years ago
Solved

Problem with Object Extended Properties and Actions recognition in one specific case

Hi all,   We have a set of tests coded with TestComplete 12.50 (12.50.4142.7 to be perfectly exact), working with common functions, and one day, one of these tests started logging errors dealing ...
  • Felixg's avatar
    Felixg
    6 years ago

    Hi,

     

    Thanks for your reply but finaly we solved the issue. It was not directly caused by TestComplete, but I put the answer if it can help someone in the future.

     

    Our tests are launched automaticaly on our VMs running TestExecute by Jenkins. So we have a Jenkins slave on each VM, and the first step is to do an update of SVN repo.

    It seems, this update was not done completely, so we cleared the workspace manualy and then it works well. There was certainly a TestComplete file corrupted (for an unknown reason) and not updated on each test.

    So to solve our problem, in Jenkins we added on our job end an auto-clear of workspace.