ITSTest4 Interface Members
Public Methods
Public Method GenerateTestConfigurationGenerates a new Configuration based on this test instance. Connects the instance to the new created configuration, and returns its ID.
Public Method GenerateXMLDescriptionGenerates an XML description of the test instance.
Public Method LockObjectLocks the object. Returns True if the object has been changed on the server.
Public Method PostPosts all changed values into database.
Public Method RefreshReads saved values, overwriting values in memory.
Public Method UndoUndoes changes to field values that have not been posted.
Public Method UnLockObjectUnlocks the object.
Public Properties
Public Property AttachmentsThe Attachment factory for the object.
Public Property AutoPostIf true, the database is updated immediately when the field value changes.
Public Property ExecutionParamsThe execution parameters for this test instance.
Public Property ExecutionSettingsThe execution settings for this test instance.
Public Property FieldThe value of the specified field.
Public Property HasAttachmentChecks if the object has one or more attachments.
Public Property HasCoverageChecks if the test instance covers at least one requirement.
Public Property HasStepsChecks if the planning test specified by the Test property has design steps.
Public Property HostNameThe name of the host planned to run this test instance.
Public Property IDThe item ID.
Public Property InstanceThe instance number of this test instance in the test set, within the other instances of the same test.
Public Property IsLockedChecks if object is locked for editing.
Public Property LastRunThe Run object of the last run.
Public Property ModifiedChecks if the item has been modified since last refresh or post operation. If true, the field properties on the server side are not up to date.
Public Property NameThe name of this test instance. By convention, this is the test instance number and the test name.
Public Property ParamsDeprecated. Use ParameterValueFactory of ISupportParameterValues. The step parameters for this execution test.
Public Property RunFactoryThe Run Factory for this test instance.
Public Property StatusThe test instance's execution status.
Public Property SubjectIdThe ID of the Subject field.
Public Property TestThe planning test of which this is an instance.
Public Property TestConfigurationThe test configuration used by this test instance for the run.
Public Property TestIdThe ID of the planning test of which this is an instance.
Public Property TestNameThe name of the planning test of which this is an instance.
Public Property TestSetThe test set to which the test instance belongs.
Public Property TypeThe test type.
Public Property VirtualChecks if this is a virtual item, that is, an item that does not have a corresponding database record.
See Also