Class SimpleAPI

java.lang.Object
com.smartbear.loadninja.api.SimpleAPI

public class SimpleAPI extends Object
  • Constructor Details

    • SimpleAPI

      public SimpleAPI()
  • Method Details

    • validateAPIKey

      public static boolean validateAPIKey(Secret apiKey)
    • getScenarioFromId

      public static String getScenarioFromId(Secret apiKey, String scenarioId)
    • runTest

      public static String runTest(Secret apiKey, String scenario)
    • getTestStatus

      public static String getTestStatus(Secret apiKey, String testId)
    • getTestSummary

      public static String getTestSummary(Secret apiKey, String testId)
    • getFinalTestSummary

      public static TestSummary getFinalTestSummary(Secret apiKey, String testId)