This topic describes how to use Groovy script to run a test case from another project.
There are two ways to run this script:
As a Groovy Script test step.
As a setup or teardown script on the project, test suite, or test case level in functional tests.
Important
The getWorkspace
method works only when you run a test containing a script from the ReadyAPI user interface. When you run the test from command-line runners or on a LoadUI agent, the method returns null
.