C# Syntax
public static APITestResult Run( string testPath, IDictionary<string,object> inParams, string profileName )
Parameters
- testPath
- The path to the folder containing the .st test file.
- inParams
- The input parameters of this test.
- profileName
- The name of the profile to use for this test. The profiles are created in UFT in each test.
Return Value