ITest2 Interface Members
Public Methods
Public Method CoverRequirementAdds the specified requirement to the list of requirements covered by this test.
Public Method GetCoverListGets the list of all requirements covered by this test.
Public Method LockObjectLocks the object. Returns True if the object has been changed on the server.
Public Method MailMails the list of IBase Factory Items. 'Items' is a list of ID numbers.
Public Method PostPosts all changed values into database.
Public Method RefreshReads saved values, overwriting values in memory.
Public Method RemoveCoverageRemoves a requirement from the list of requirements this test covers.
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 CheckoutPathIfExistThe checkout path for the test.
Public Property DesignStepFactoryThe design steps factory for the current test.
Public Property DesStepsNumThe number of design steps in the test.
Public Property ExecDateThe test execution date and time.
Public Property ExecStatusThe test execution status.
Public Property ExtendedStorageThe Extended Storage object for the current test.
Public Property FieldThe value of the specified field.
Public Property FullPathThe full file system path for the test.
Public Property HasAttachmentChecks if the object has one or more attachments.
Public Property HasCoverageChecks if the test covers at least one requirement.
Public Property HasCriteriaChecks whether the test has criteria.
Public Property HasParamChecks if the test has at least one parameter.
Public Property IDThe item ID.
Public Property IsLockedChecks if object is locked for editing.
Public Property LastRunThe last Run object for this test.
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 test name.
Public Property NumOfConfigurationsNumber of configurations the Test has.
Public Property ParamsDeprecated. Use TestParameterFactory of ISupportTestParameters. The current test parameters.
Public Property TemplateTestIndicates if this test is a template test.
Public Property TestConfigFactoryThe test configuration factory for the test.
Public Property TestCriterionFactoryThe test criterion factory for the test.
Public Property TypeThe test type.
Public Property VCSThe VCS version control object for this test.
Public Property VirtualChecks if this is a virtual item, that is, an item that does not have a corresponding database record.
See Also