Extracting Shared Steps from Libraries

To make a manual test or a shared steps object independent of other shared steps objects, extract the steps from the libraries that contain the shared steps objects.

All called steps are then copied into the manual test or shared steps object.

To extract the shared steps included in a manual test or a shared steps object:

  1. For a shared object, click Tests > Libraries in the menu. For a test, click Tests > Details View in the menu.
  2. In the corresponding tree, click on the node in which you want to resolve the shared steps.
  3. Click the Steps tab.
  4. Select the steps that you want to extract with Ctrl+Click or Shift+Click.
  5. Click Extract Steps and confirm the message box.