ALM Open Test Architecture API Type Library Version 12.55
FindTestSets Method
Description
Gets the list of test sets contained in the folder that match the specified pattern.
Syntax
Visual Basic
Public Function FindTestSets( _
   ByVal Pattern As String, _
   Optional ByVal MatchCase As Boolean = False, _
   Optional ByVal Filter As String = "" _
) As List
Parameters
Pattern
MatchCase
Filter
Return Type
A list of TestSet Objects.
See Also

TestSetFolder Object  | TestSetFolder Members