Class TigerDirector


  • public class TigerDirector
    extends Object
    The TigerDirector is the public interface of the high level features of the Tiger test framework.
    • read and apply Tiger test framework configuration from tiger.yaml
    • start monitoring UI, Tiger test environment manager and local Tiger Proxy
    • Sync test cases with Polarion
    • Sync test reports with Aurora and Polarion
    • Create requirement coverage report based on @Afo annotations and requirements downloaded from Polarion
    It also provides access to the Tiger test environment manager, the local Tiger Proxy and the Monitor UI interface.
    • Constructor Detail

      • TigerDirector

        public TigerDirector()
    • Method Detail

      • readConfiguration

        public static void readConfiguration()
      • applyTestLibConfig

        public static void applyTestLibConfig()
      • startMonitorUITestEnvMgrAndTigerProxy

        public static void startMonitorUITestEnvMgrAndTigerProxy()
      • isInitialized

        public static boolean isInitialized()
      • synchronizeTestCasesWithPolarion

        public static void synchronizeTestCasesWithPolarion()
      • createAfoRepoort

        public static void createAfoRepoort()
      • getProxySettings

        public static String getProxySettings()
      • waitForQuit

        public static void waitForQuit()
      • updateStepInMonitor

        public static void updateStepInMonitor​(Step step)