APITestResult Class
The result of an API test run.

C# Syntax

public class APITestResult 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.APITesting.UFT.APITestResult

Public Constructors
 NameDescription
Public ConstructorAPITestResult ConstructorCreates an instance of the APITestResult class with its run status.  
Top
Public Properties
 NameDescription
Public PropertyOutParamsThe output parameter values returned from the test run.  
Public PropertyStatusIndicates whether this test run passed.  
Top