TestFactory Object
Description
Services for managing tests.
Remarks
Get a TestFactory object from TDConnection.TestFactory or SubjectNode.TestFactory
Interfaces
Implemented InterfaceDescription
IAlertableEntityFactoryA factory implements this interface to indicate that it can instantiate objects that implement the IAlertable interface.
IBaseFactory2Provides basic object basic factory services, such as adding and removing factory child objects and creating lists of child objects.
IBaseFactoryExEnhances the IBaseFactory interface to support mailing.
IMailableFactoryMail support for factories.
ISearchableFactoryServices to support text searches in properties of objects managed by a factory.
ISupportCopyPaste2Services for supporting copy and paste.
ISupportCopyPaste4Services for supporting copy and paste.
ISupportEntitySubtypesRepresents a factory with support for subtypes.
Public Methods
Public Method AddItemCreates a new item object.
Public Method BuildMultiProjectProgressGraphCreates graph showing number of tests in a test set executed over a period of time.
Public Method BuildMultiProjectSummaryGraphCreates summary graph showing number of tests executed in a test set according to test and test run.
Public Method BuildMultiProjectTrendGraphCreates graph that shows the number of defect status changes over time.
Public Method BuildPerfGraphBuilds Performance Graph.
Public Method BuildProgressGraphBuilds Req progress graph.
Public Method BuildProgressGraphExBuilds Requirement progress graph. Extends BuildProgressGraph with ability to display Null parent folders.
Public Method BuildSummaryGraphBuilds Req summary graph.
Public Method BuildTrendGraphCreates graph that shows the number of defect status changes over time.
Public Method CreateSearchOptionsCreates a new SearchOptions object.
Public Method GetSubtypeSubtype corresponding to the given subtype ID.
Public Method IsSearchableChecks if the Search method can be called by this factory.
Public Method MailMails the list of IBase Factory Items. 'Items' is a list of ID numbers.
Public Method MailExMails the list of IBase Factory Items. 'Items' is a list of ID numbers.
Public Method NewListCreates a list of objects according to the specified filter.
Public Method RemoveItemRemoves item from the database. Removal takes place immediately, without a Post.
Public Method SearchGets a list of objects matching the search query.
Public Properties
Public Property CheckedOutEntitiesCountReturns the number of entities of the type managed by this factory that are checked out by the current user.
Public Property FetchLevelThe Fetch level for a field.
Public Property FieldsThe list of all available fields for the entity managed by the factory.
Public Property FilterThe TDFilter object for the factory.
Public Property GroupingManagerThe GroupingManager for this factory.
Public Property GroupingSupportedCheck whether the factory supports grouping.
Public Property HistoryThe History object for this entity.
Public Property ItemGets an object managed by the factory by its key.
Public Property RepositoryStorageDeprecated. Use Test.Attachments.
Public Property SubtypesList of subtypes supported by this entity.
See Also