Ref Node (Test Case Reference)
The Ref Node (Reference) allows you to execute another test case from within the current test flow. This is the primary mechanism for creating reusable test modules and composing larger workflows from smaller, independent test cases (e.g., a “Login” test case that is called by many other tests).
Configuration
id: The ID of the test case to execute.serverId: Optionally override the Server for the referenced test case.authId: Optionally override the Authentication profile for the referenced test case.beforeRequestHooks/afterResponseHooks: Optionally attach hooks to the execution of the referenced test case.