CreateTestResult
Inserts a QA test result record associated with a test specification in the material database.
Syntax
TestSpecification.
CreateTestResult
(TestResult
As TestResult, Lot
As Lot)The
CreateTestResult
method syntax has these parts:Part | Description |
---|---|
TestSpecification | Instance of the TestSpecification interface to which the method is directed. |
TestResult | An instance of a TestResult object. |
Lot | An instance of the Lot object that the test specification is being executed against. |
Remarks
This interface allows for the creation of QA test results in the material database.
Provide Feedback