Previous Topic: Deploy a Custom Java Test StepNext Topic: Native Test Steps


Define a Custom Java Test Step

This procedure describes defining a custom Java test step in the model editor.

Follow these steps:

  1. Change the Type of the node to Custom Test Step Execution.
  2. Specify the custom test step to test.

    Enter or select the fully qualified name of the Java class in the Class Name field.

    To specify a custom Java test step class easily, click the ellipsis (...) next to the Class Name field to launch the Class Path Navigator. The Path Navigator only looks for custom test steps. Select the test step class that you want to test and click OK.

    Custom Test Step Execution - Java Step - Class Path Navigator

  3. Set the parameters to the custom test step.

    For each parameter in the Parameters list, supply a value.

    Custom Test Step Execution - Java step - Parameters