bgran05
8 years agoOccasional Contributor
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: ...
- 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.