ALM Open Test Architecture API Type Library Version 12.55
FindSimilarBugs Method
Specifies the similarity ratio (0-100).
Description
Searches the defect summaries for similarities to this defect.
Syntax
Visual Basic
Public Function FindSimilarBugs( _
   Optional ByVal SimilarityRatio As Long = 10 _
) As List
Parameters
SimilarityRatio
Specifies the similarity ratio (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

IBug2 Interface  | IBug2 Members