ALM Open Test Architecture API Type Library Version 12.55
FindTests Method
Description
Finds tests within the current subject folder whose name matches the specified text pattern.
Syntax
Visual Basic
Public Function FindTests( _
   ByVal Pattern As String, _
   Optional ByVal MatchCase As Boolean = False, _
   Optional ByVal Filter As String = "" _
) As List
Parameters
Pattern
MatchCase
Filter
See Also

ISubjectNode2 Interface  | ISubjectNode2 Members