コード例 #1
0
        public void Setup()
        {
            MyWebDriver driver = new MyWebDriver();

            driver.GetDriver();
            _driver          = driver;
            _testCaseHandler = new TestCaseHandler(_driver);
            report           = new BasicReport();
            report.StartReport();
            _screenShotGenerator = new ScreenshotGenerator(_driver);
        }
コード例 #2
0
 public static void ClassIniti(TestContext context)
 {
     BasicReport.StartReport("DashboardMenu");
     Thread.Sleep(50000);
 }
コード例 #3
0
 public static void ClassInit(TestContext context)
 {
     BasicReport.StartReport("LoginSteps");
 }
コード例 #4
0
 public static void ClassInit(TestContext context)
 {
     BasicReport.StartReport("AddLeaveType");
     Thread.Sleep(50000);
 }
コード例 #5
0
 public static void ClassIniti(TestContext context)
 {
     BasicReport.StartReport("AdminPage");
     Thread.Sleep(50000);
 }