Import Actions

Bring in specific Actions from your other test cases as well as Page Objects with Import Action.

Import Actions from a Test Case

  1. Open your Test.
  2. Open the Actions Menu. Select Import Actions.
    Import1Menu.png
  3. Select the source type of your import, a Page Object or a Test Case. See below for importing a Page Object.
    Import2Type.png
  4. Select the Test Case from the drop down.
    Import3Select.png
  5. The left panel now displays the selected test's action log. Scroll through each test to find the Action to import on the left panel and where you want it inserted on the right panel.
  6. Drag the Action from the left panel to the desired location on the right panel.
    Import4Drag.png
  7. Release the Action, make adjustments as needed.
    Import5Release.png
  8. Click Save.
  9. The new Action is now added into the test for the next execution.
    Import7Added.png

Import a Page Object

  1. Open your Test.
  2. Open the Actions Menu. Select Import Actions.
    Import1Menu.png
  3. Select the source type of your import, a Page Object or a Test Case.
    Import8POType.png
  4. Select the Page Object from the drop down.
    Import9POselect.png
  5. The left panel now displays the selected Page Object.
    Import10Drag.png 
  6. Drag the Page Object from the left panel to the desired location on the right panel.
  7. Release the Action, make adjustments as needed.
    Import11Release.png
  8. Click Save.
  9. Add Parameterization to the Page Object as needed.
    Import12Param.png
  10. The Page Object is now added into the test for the next execution.
    Import12aDDED.png