StartTest Method (Reporter)
Starts a new test level for the UFT Developer report.
Remarks
Required only when using Reporter in a class that does not inherit from UnitTestBase.

C# Syntax

public static void StartTest( 
   string testName,
   string testDescription
)

Parameters

testName
The name of the test. This name is the label of the test node in the report.
testDescription
The test description.