Interface ITSTest3

    • Method Detail

      • generateXMLDescription

        java.lang.String generateXMLDescription​(boolean showDesignSteps)

        Generates an XML description of the test instance.

        Parameters:
        showDesignSteps - Mandatory boolean parameter.
        Returns:
        Returns a value of type java.lang.String
      • testConfiguration

        com4j.Com4jObject testConfiguration()

        The test configuration used by this test instance for the run.

        Getter method for the COM property "TestConfiguration"

        Returns:
        Returns a value of type com4j.Com4jObject
      • generateTestConfiguration

        int generateTestConfiguration​(java.lang.String testConfigurationName)

        Generates a new Configuration based on this test instance. Connects the instance to the new created configuration, and returns its ID.

        Parameters:
        testConfigurationName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type int