xavjer
10 years agoNew Contributor
Sorry, I just saw that with this TestStep its not possible with an other project, only within the same project
But this can be achieved by a simple 1liner groovyscript testStep
Create a new Groovy TestStep, with the following content:
testRunner.getTestCase().getTestSuite().getProject().getWorkspace().getProjectByName("TargetProject").getTestSuiteByName("TargetTestSuite").getTestCaseByName("TargetTestCase").run(context.getProperties(),false);
Related Content
- 7 years ago
- 2 years ago
- 2 years ago