Forum Discussion
AlexeyK
Alumni
14 years agoHi Ziv,
As far as I know, it is impossible to call tests of one project from another project.
A possible solution is to put these projects into one project suite and run the project suite. In this case, the projects will run one after another like you want.
Another possible solution is to share test files, for instance, script units between the projects. In this case, you will be able to use the tests in both projects. But this approach may also require sharing additional files (like name mapping, stores and others).