Click or drag to resize

Test Properties

[This is preliminary documentation and is subject to change.]

The Test type exposes the following members.

Properties
  NameDescription
Public propertyComments
Optional comments from the tester who tested the unit
Public propertyDefectsFound
The defects that were discovered in the course of this test
Public propertyError
In the case that the test cannot be completed, the error that was the cause of this outcome.
Public propertyMeasurements
The measurements that were taken in the course of performing this test. NOTE - Only measurements not related to particular defects or symptoms should be recorded here.
Public propertyResult
The overall result of the test
Public propertySymptomsFound
The symptoms that were discovered in the course of this test
Public propertyTestConditions
A list of environmental conditions (temperature, humidity, etc.) which were in place when the test was performed.
Public propertyTestEndTime
Indicates the time when this particular test ended (if known)
Public propertyTestName
Identifies the nature of the test performed
Public propertyTestProcedure
Procedure to be followed to perform this test (primarily for human driven test).
Public propertyTestStartTime
Indicates the time when this particular test began (if known)
Public propertyUniqueIdentifier
A unique indentifier describing a particular instance of a test that was undertaken. Each new occurrence or recurrence of this same inspection gets a new unique identifier.
Top
See Also