Run(String) Method
Runs the specified API Test.
Remarks
Your API test must have been run in UFT once or compiled before running it with UFT Developer.

C# Syntax

public static APITestResult Run( 
   string testPath
)

Parameters

testPath
The path to the folder containing the .st test file.

Return Value

The run results of this test run.