com.hp.lft.unittesting

Annotation Type OutputParameters



  • @Retention(value=RUNTIME)
     @Target(value=METHOD)
    public @interface OutputParameters
    OutputParameters annotation notes the names of the test class fields that serve as output parameters Relevant when this test class is associated with ALM Business Component. For details, see the UFT Developer Help Center.
    • Required Element Summary

      Modifier and TypeRequired Element and Description
      java.lang.String[]value 
    • Element Detail

      • value

        public abstract java.lang.String[] value