예제 #1
0
        public void SetUp()
        {
            sacneresolution = new ScaningResolutionLib();
            commFunc        = new CommonFunctions();
            excelUtil       = ExcelUtil.GetExcelUtilInstance(CommonConstants.TEST_DATA_EXL, "ScaningResolution");

            // Launch Portal Application
            //   sacneresolution.SetUpPreCondition("STA_PORTAL");

            // Login to appliation and navigate to respective form

            sacneresolution.LoginAndNavigatToScaningException(excelUtil.GetDataFromExcel("UserName"), excelUtil.GetDataFromExcel("Password"));
        }