Forum Discussion

bgran05's avatar
bgran05
Occasional Contributor
8 years ago
Solved

Trouble running Code Snippet from other project

Hi,   I am trying to run a code snippet from Project A in Project B. Ultimately, I want to run Nunit Selenium tests in Project B after Project A's test has run.   Here is my directory structure: ...
  • tristaanogre's avatar
    8 years ago

    Everything that is in Unit1's section for "USEUNIT" needs to be in project B as well.  Anything that is a dependancy needs to be brought over.  You might not need to bring EVERYTHING over from Project B but, if there is a dependancy, it needs to be in both projects.

     

    An alternative solution is to convert commonly executed code into Script Extensions to make it easier to share code between projects.