ALM Open Test Architecture API Type Library Version 12.55
FindTestInstances Method
Description
Gets the list of test instances in all test sets in given folder and its subfolders that match the specified pattern.
Syntax
Visual Basic
Public Function FindTestInstances( _
   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 TSTest Objects.
See Also

ITestSetFolder4 Interface  | ITestSetFolder4 Members