Run Object
Description
Represents a test run.
Remarks
Get a Run object from the RunFactory.
Interfaces
Implemented InterfaceDescription
IBaseField2Represents a basic data field or entity, such as an attachment.
IBaseField3Represents a basic data field or entity, such as an attachment.
IBaseField4Represents a basic data field or entity, such as an attachment.
IFollowUpManagerManages the user-defined follow-ups.
ILinkableServices for managing links.
IMailableEntityMail support for entities.
ISubtypedEntityRepresents an entity with support for subtypes.
ISupportParameterValuesServices to support parameterization.
Public Methods
Public Method CancelFollowUpRemoves the current entity's follow-up.
Public Method CancelRunCancels the run.
Public Method CopyDesignStepsCopies design steps into the test run of an executed test.
Public Method CopyStepsToTestCopies all run execution steps, including new added steps, into the design steps of the corresponding planning test.
Public Method CreateBptRunStepsCopies design steps into the test run of an executed test.
Public Method GetFollowUpGets the date and description for the follow-up associated with the current object.
Public Method HasFollowUpChecks if the object has at least one follow-up associated with it.
Public Method IsFollowUpOverdueChecks if the date of the unsent follow-up is earlier than the current database server date.
Public Method LockObjectLocks the object. Returns True if the object has been changed on the server.
Public Method MailMails the item.
Public Method MailExMails the IMailableEntity field item.
Public Method PostPosts all changed values into database.
Public Method RefreshReads saved values, overwriting values in memory.
Public Method ResolveStepsParametersUpdates the texts of the run's steps by resolving the parameter values at run time.
Public Method SetFollowUpSets an alert for follow-up for the current object.
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 AutoUnlockIndicates whether to make the item changeable to other users automatically after a Refresh or Post.
Public Property BPStepParamFactoryThe BPStepParamFactory for the current run.
Public Property BugLinkFactoryThe bug link factory that manages the links of the current object to its associated defects.
Public Property EntitySubtypeThe current subtype of the entity.
Public Property ExtendedStorageThe ExtendedStorage object for the current run.
Public Property FieldThe value of the specified field.
Public Property FieldMultiValueThe MultiValue object of the specified field.
Public Property HasAttachmentChecks if the object has one or more attachments.
Public Property HasLinkageChecks if the current object has at least one associated Bug.
Public Property HasOthersLinkageChecks if the current Bug object has at least one associated object that is not another Bug object. Defined only for Bug objects.
Public Property IDThe item ID.
Public Property IsLockedChecks if object is locked for editing.
Public Property LinkFactoryThe link factory of the current defect object that enables viewing the links. Defined only for Bug objects.
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 run name.
Public Property ParameterValueFactoryThe parameter value factory that manages the parameter values of the current object.
Public Property ParamsDeprecated. Use ParameterValueFactory of ISupportParameterValues. The step parameters of this run.
Public Property ResultFactoryThe ResultFactory for the current entity.
Public Property ResultLocationThe run result location, a UNC path.
Public Property RunCriterionFactoryThe run criterion factory for the current run.
Public Property RunIterationFactoryThe run iterations factory for the current run.
Public Property RunIterationsParamsValuesThe run iterations parameters values.
Public Property StatusThe run status.
Public Property StepFactoryThe Step Factory for the current run.
Public Property TestIdThe test ID of the test that has been run.
Public Property TestInstanceThe number of this instance of the design test in the test set.
Public Property TestInstanceIDThe ID of the test instance for the current run.
Public Property TestSetIDThe ID of the test set to which the run belongs.
Public Property TypeNameThe field's type.
Public Property VirtualChecks if this is a virtual item, that is, an item that does not have a corresponding database record.
See Also