Interface ISupportRBTAnalysisParent2

    • Method Detail

      • testingEffortForFCLevel

        int testingEffortForFCLevel​(int fcLevel)

        Hours needed to test a requirement with the given Functional Complexity.

        Getter method for the COM property "TestingEffortForFCLevel"

        Parameters:
        fcLevel - Mandatory int parameter.
        Returns:
        Returns a value of type int
      • testingEffortForFCLevel

        void testingEffortForFCLevel​(int fcLevel,
                                     int pHours)

        Hours needed to test a requirement with the given Functional Complexity.

        Setter method for the COM property "TestingEffortForFCLevel"

        Parameters:
        fcLevel - Mandatory int parameter.
        pHours - Mandatory int parameter.