Methods Specific to Test Configurations

Use

This section describes the methods that are specific to access to test configurations. The object methods can be called after instantiation (see section API Access to Test Scripts, Test Configurations, and System Data Containers).

Method Category

Assigned Methods

Read Access

  • GET_TEST_SCRIPT: Returns the test script name.

  • GET_START_PROFILE_OBJECT: Returns the start profile name.

  • GET_SYSTEM_DATA_CONTAINER: Returns the system data container name.

  • GET_TARGET_SYSTEM: Returns the target system name.

  • GET_TEST_DATA_CONTAINER: Returns the test data container name.

  • GET_VARIANT_CONTENT: Returns the variant values.

  • GET_VARIANT_LIST: Returns the list of variants.

  • GET_EXTERNAL_VARIANT: Returns the path, file name, and mode for external variants.

Write Access

  • COPY_VARIANT: Creates a new variant by copying an existing variant.

  • CREATE_VARIANTS: Creates a set of variants (mass processing).

  • DELETE_VARIANT: Deletes variants.

  • DELETE_TDC_ASSIGNMENT: Deletes the test data container assignment.

  • SET_EXTERNAL_VARIANT: Makes the settings for using external variants.

  • SET_START_PROFILE_OBJECT: Writes the name of the default profile for this object.

  • SET_SYSTEM_DATA_CONTAINER: Writes the system data container.

  • SET_TARGET_SYSTEM: Writes the target system.

  • SET_TEST_DATA_CONTAINER: Writes the list of referenced test data containers.

  • SET_TEST_SCRIPT: Writes the test script.

  • SET_VARIANT_CONTENT: Writes a table of parameter values of a variant.

Class Methods

  • CHECK_VARIANT: Checks the existence of a variant.

  • CHECK_VARIANTS: Lists the list of variants.

  • ADD_VARIANT: Adds a new variant to the local list.

  • DELETE_VARIANT: Deletes a variant.

There is an exception class CX_ECATT_TC_API, which inherits from the class CX_ECATT_API.