Esempio n. 1
0
        public void FFT202()
        {
            LoginMainPage logint = new LoginMainPage(this.Driver);

            logint.Navigate();
            logint.Login();
            Thread.Sleep(3000);
            DiaryMainPage dd = new DiaryMainPage(this.Driver);

            dd.FFTTest202_SelectAndContinueWithBooking();
            Thread.Sleep(3000);
            BookingSummaryMainPage bookingsummary = new BookingSummaryMainPage(this.Driver);

            bookingsummary.EnterTitleFFT_202();
            Thread.Sleep(2000);
            bookingsummary.ENterSetUPtime();
            Thread.Sleep(2000);
            bookingsummary.ENterBreakdowntime();
            Thread.Sleep(2000);
            bookingsummary.clickonsaveAndExit();
            Thread.Sleep(7000);
            bookingsummary.clickonGoToDIary();
            Thread.Sleep(7000);
            dd.FFTTest202_DragandDrop();
            Thread.Sleep(6000);
            Driver.SwitchTo().Frame(Driver.FindElement(By.Id("frmPnlMove")));
            dd.ClickOn_confirmMoveBooking();
            Thread.Sleep(6000);
            dd.FFTTest202_ClickOnMovedBooking_Time();
            Thread.Sleep(4000);
            bookingsummary.VerifySetUpBreakdownTime_ForMovedBooking();
        }
Esempio n. 2
0
        public void FFT203_SetUPBreakdownOverlap()
        {
            //createFirstBookingWithsetUPbreakdownTime12To1
            LoginMainPage gg = new LoginMainPage(this.Driver);

            gg.Navigate();
            Thread.Sleep(3000);
            gg.Login();
            Thread.Sleep(2000);
            DiaryMainPage diary = new DiaryMainPage(this.Driver);

            diary.FFTTest203_SelectAndContinueWithBookingFirst12to1PM();
            diary.EnterFromandToDateSlot_12to1PM();
            diary.FFTTest46_clickOncontinuewithbookingTime_1011(); //JustClickingOnContinuewithBooking
            BookingSummaryMainPage bookingsummary = new BookingSummaryMainPage(this.Driver);

            Thread.Sleep(3000);
            bookingsummary.ENterSetUPtime();
            bookingsummary.ENterBreakdowntime();
            bookingsummary.EnterTitle();
            bookingsummary.clickonsave();
            Thread.Sleep(2000);
            bookingsummary.clickonGoToDIary();
            Thread.Sleep(3000);

            //CreateBooking with setUp Breakdown Time 2to3
            diary.FFTTest203_SelectAndContinueWithBookingFirst2PMto3PM();
            diary.EnterFromandToDateSlot_2PMto3PM();
            diary.FFTTest46_clickOncontinuewithbookingTime_1011();
            Thread.Sleep(3000);
            bookingsummary.ENterSetUPtime();
            bookingsummary.ENterBreakdowntime();
            bookingsummary.EnterTitle();
            bookingsummary.clickonsave();
            Thread.Sleep(2000);
            bookingsummary.clickonGoToDIary();
            Thread.Sleep(3000);
            diary.FFTTest203_DragandDropto_NewTime();
            Thread.Sleep(5000);
            Driver.SwitchTo().Frame(Driver.FindElement(By.Id("frmPnlMove")));
            Thread.Sleep(2000);
            diary.FFTTest203_ChangeDateTime_ForMoveBooking();
            Thread.Sleep(4000);
            diary.ClickOn_confirmMoveBooking();
        }