UpdateTestSpecification
Updates a QA test specification record in the material database.
Syntax
Material
.UpdateTestSpecification
(TestSpecification
As TestSpecification)The
UpdateTestSpecification
method syntax has these parts:Part | Description |
---|---|
Material | Instance of the Material interface to which the method is directed. |
TestSpecification | An instance of a TestSpecification object. |
Remarks
This interface will allow for the modification of a QA test specification after it is added to the material database.
Provide Feedback