Description
Use the IssueTracking
object to add new items to or edit existing items stored in issue-tracking systems (Team System or Bugzilla). By default, the IssueTracking
object contains neither methods, nor properties. TestComplete automatically adds a new method to this object when a new issue-tracking template is created. The method name coincides with the template name and the names and the order of method parameters are defined by template fields. For more information on this, see Using Issue-Tracking Templates.
Members
The methods added to the object by TestComplete returns the IssueTrackingItem
object that lets you attach files or file links to the item that is created or edited by this method.
Example
To view an example that demonstrates how to use the IssueTracking
object, see the Using Templates From Scripts section of the Using Issue-Tracking Templates From Tests help topic.
See Also
IssueTrackingItem
Issue-Tracking Template
Using Issue-Tracking Templates