Uses of Class
com.hp.lft.sdk.apitesting.uft.APITestResult

Packages that use APITestResult
Package
Description
Provides the SDK for executing API tests.
  • Uses of APITestResult in com.hp.lft.sdk.apitesting.uft

    Modifier and Type
    Field
    Description
    APITestRunner.ResultWithReport.Result
     
    Modifier and Type
    Method
    Description
    APITestRunner.run(String testPath)
    Runs the specified API Test and returns the test run results.
    Your API test must have been run in OpenText Functional Testing once or compiled before running it with OpenText OpenText Functional Testing for Developers.
    APITestRunner.run(String testPath, String profileName)
    Runs the specified API Test with the specified test profile.
    Your API test must have been run in OpenText Functional Testing once or compiled before running it with OpenText OpenText Functional Testing for Developers.
    APITestRunner.run(String testPath, Map<String,Object> inParams)
    Runs the specified API test with the specified input parameters.
    Your API test must have been run in OpenText Functional Testing once or compiled before running it with OpenText OpenText Functional Testing for Developers.
    APITestRunner.run(String testPath, Map<String,Object> inParams, String profileName)
    Runs the specified API test with the specified input parameters and test profile.
    Your API test must have been run in OpenText Functional Testing once or compiled before running it with OpenText OpenText Functional Testing for Developers.