Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2022.1

In this section:

Table of Contents

Add

...

Extension Tool

The Extensions Extension Tool provides the primary mechanism for interfacing with the Extensibility API. It allows you to extend tests with actions that may not be directly supported by built-in features. The tool supports Java, JavaScript, Python/Jython, and Groovy for writing custom scripts that address unique system needs. It also enables you to perform complex validation or transformation operations on tool outputs, or execute any custom actions as part of test scenarios. You can also refer to the Extensibility API, found under the Help menu.

  1. In the left pane, select the test artifact where you want the new extension tool added.
  2. Choose Add Extension Tool from the page-level action menu.
  3. (Optional) Modify the name of the newly - created tool.
  4. Configure the tool as described below.
  5. Save the new tool configuration.

...