Interface ITSTest

    • Method Detail

      • status

        String status()

        The execution test status.

        Getter method for the COM property "Status"

        Returns:
        Returns a value of type java.lang.String
      • status

        void status​(String pVal)

        The execution test status.

        Setter method for the COM property "Status"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • runFactory

        com4j.Com4jObject runFactory()

        The Run Factory for this execution test.

        Getter method for the COM property "RunFactory"

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

        com4j.Com4jObject test()

        The planning test of which this execution test in an instance.

        Getter method for the COM property "Test"

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

        String hostName()

        The name of the host planned to run this test instance.

        Getter method for the COM property "HostName"

        Returns:
        Returns a value of type java.lang.String
      • hostName

        void hostName​(String pVal)

        The name of the host planned to run this test instance.

        Setter method for the COM property "HostName"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • name

        String name()

        The name of this execution test. By convention, this is the test instance number and the test name.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • type

        String type()

        The execution test type.

        Getter method for the COM property "Type"

        Returns:
        Returns a value of type java.lang.String
      • hasSteps

        boolean hasSteps()

        Checks if the planning test specified by the Test property has design steps.

        Getter method for the COM property "HasSteps"

        Returns:
        Returns a value of type boolean
      • executionParams

        String executionParams()

        The execution parameters for this test instance.

        Getter method for the COM property "ExecutionParams"

        Returns:
        Returns a value of type java.lang.String
      • executionParams

        void executionParams​(String pVal)

        The execution parameters for this test instance.

        Setter method for the COM property "ExecutionParams"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • lastRun

        com4j.Com4jObject lastRun()

        The Run object of the last run.

        Getter method for the COM property "LastRun"

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

        com4j.Com4jObject params()

        Deprecated. Use ParameterValueFactory of ISupportParameterValues. The step parameters for this execution test.

        Getter method for the COM property "Params"

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

        com4j.Com4jObject executionSettings()

        The execution settings for this test instance.

        Getter method for the COM property "ExecutionSettings"

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

        Object testId()

        The ID of the design test of which this is an instance.

        Getter method for the COM property "TestId"

        Returns:
        Returns a value of type java.lang.Object
      • instance

        int instance()

        The instance number of this execution test, within the other instances of the same test.

        Getter method for the COM property "Instance"

        Returns:
        Returns a value of type int
      • testName

        String testName()

        The name of the design test of which this is an instance.

        Getter method for the COM property "TestName"

        Returns:
        Returns a value of type java.lang.String
      • testSet

        com4j.Com4jObject testSet()

        The test set to which the execution test belongs.

        Getter method for the COM property "TestSet"

        Returns:
        Returns a value of type com4j.Com4jObject