Forum Discussion

aaronpliu's avatar
aaronpliu
Frequent Contributor
5 years ago
Solved

Call test step of another test case through Groovy

Hi friends,   A common test scenario to call test step of another test case in SoapUI. My question is that how does called test step (REST GET request) retrieve property value? (i.e. one paramete...
  • Radford's avatar
    5 years ago

    While I have not actually tried this, the documentation...

     

    https://support.smartbear.com/readyapi/docs/testing/properties/expansion.html#scopes

     

    ...states "To refer to properties in other test suites or test cases, use the full "path" to specify the desired scope.
    The "path" part is enclosed in square brackets.", with the example:

     

    ${#[Suite name#Case name#Step name]#Property name} 

     

    Take a read of the docs for a more complete explanation.