IRun4 Interface
Description
Represents a test run.
Public Methods
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 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 ResolveStepsParametersUpdates the texts of the run's steps by resolving the parameter values at run time.
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 BPStepParamFactoryThe BPStepParamFactory for the current run.
Public Property ExtendedStorageThe ExtendedStorage object for the current run.
Public Property FieldThe value of the specified field.
Public Property HasAttachmentChecks if the object has one or more attachments.
Public Property IDThe item ID.
Public Property IsLockedChecks if object is locked for editing.
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 ParamsDeprecated. Use ParameterValueFactory of ISupportParameterValues. The step parameters of this run.
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 VirtualChecks if this is a virtual item, that is, an item that does not have a corresponding database record.
See Also