ALM Open Test Architecture API Type Library Version 12.55
FindSimilarBugs Method
The search text.
Specifies the percentage of similarity (0-100).
Description
Searches defect summaries and descriptions for matches to Pattern.
Syntax
Visual Basic
Public Function FindSimilarBugs( _
   ByVal Pattern As String, _
   Optional ByVal SimilarityRatio As Long = 10 _
) As List
Parameters
Pattern
The search text.
SimilarityRatio
Specifies the percentage of similarity (0-100).
Return Type
FactoryList of Bug objects.
Remarks

For more information on the similarity ratio, see 'Matching Defects' under 'Adding New Defects' in the ALM User Guide.

The list created by FindSimilarBugs is cached. To retrieve data that may have changed, dispose of the list and create a new one.

See Also

BugFactory Object  | BugFactory Members