Interface TestRunPermissions

All Superinterfaces:
ModelObjectPermissions, ModelPermissions, WorkflowObjectPermissions

public interface TestRunPermissions extends WorkflowObjectPermissions
Since:
3.10.0
  • Method Details

    • execute

      boolean execute()
      Checks if current user can execute Test Runs.
    • importTestResultsFromXUnit

      boolean importTestResultsFromXUnit()
      Checks if current user can import Test Results from xUnit xml files.
    • executeTestsUsingExcel

      boolean executeTestsUsingExcel()
      Checks if current user can import and execute Test Results from Excel files.