Forum Discussion

JennyH11's avatar
JennyH11
Frequent Contributor
6 years ago
Solved

Object errors on run in newly created projectsuite with keywordtests shared from other suite

Hi   I have created a new project suite this morning and have added the items I need from another suite including the specific keyword tests I need, testedapps, stores, namemapping. It seems to r...
  • tristaanogre's avatar
    tristaanogre
    6 years ago

    What it sounds like is converstion.

     

    When you create a project in TestComplete, one of the things you select is the code language for the project (JavaScript, DelphiScript, etc).  Even if you're using only keyword tests, there is some aspect of that which uses that code language (code expressions, code snippets, etc).  

    So, if Project A was created for one language and Project B was created for another language, when you added stuff from A into B, a conversion most likely took place of those portions that are code dependant.

     

    This MAY actually be the cause of your first problem, that when you added your items to Project B, they converted improperly (or didn't convert at all) and hence wouldn't run in the new project.