Ejemplo n.º 1
0
        public void RunBeforeAllTests()
        {
            CommonLogic commonLogic = new CommonLogic();

            webDriver     = WebDriverSingleton.GetInstance();
            webDriver.Url = commonLogic.GetAppUrl();
        }
 public BaseTest()
 {
     exceptionLog = ExceptionLogSingleton.GetInstance();
     webDriver    = WebDriverSingleton.GetInstance();
     commonLogic  = new CommonLogic();
 }