Click or drag to resize

Test Class

Describes a single test in a series of test that an tester makes (both human or automation) in the course of testing a production unit.
Inheritance Hierarchy
SystemObject
  CFX.StructuresTest

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class Test

The Test type exposes the following members.

Constructors
 NameDescription
Public methodTest Default constructor
Top
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