public void FFT47_pre_CreateRecurringBooking10AMto11AM() { LoginMainPage gg = new LoginMainPage(this.Driver); gg.Navigate(); gg.Login(); Thread.Sleep(2000); DiaryMainPage diary = new DiaryMainPage(this.Driver); diary.FFT47_selectDiaryCellForRecurBooking(); Thread.Sleep(1000); diary.SelectRecurBooking_Checkbox(); Thread.Sleep(2000); diary.FFTTest46_EnterFromandToDateSlot_10111(); diary.SelectDailyRecurringBooking(); diary.SelectDailyRecurBookingDates(); diary.ShowTargetDate_ContinueBooking_recur(); diary.FFTTest46_clickOncontinuewithbookingTime_1011(); Thread.Sleep(4000); diary.EnterTitleForRecurringBooking(); Thread.Sleep(2000); BookingSummaryMainPage bookingsummary = new BookingSummaryMainPage(this.Driver); bookingsummary.clickonsaveAndExit(); Thread.Sleep(10000); bookingsummary.clickonGoToDIary(); }
public void FFT85_MainTest() { LoginMainPage logint = new LoginMainPage(this.Driver); logint.Navigate(); logint.Login(); Thread.Sleep(2000); DiaryMainPage diary = new DiaryMainPage(this.Driver); diary.FFTTest49_SelectAndContinueWithBooking_UDF(); Thread.Sleep(2000); diary.FFTTest46_EnterFromandToDateSlot_10111(); diary.FFTTest46_clickOncontinuewithbookingTime_1011(); BookingSummaryMainPage bookingsummary = new BookingSummaryMainPage(this.Driver); bookingsummary.FFT49_ENterUDFValues(); bookingsummary.EnterTitle(); Thread.Sleep(2000); bookingsummary.clickonsave(); }
public void FFT46() { LoginMainPage logint = new LoginMainPage(this.Driver); logint.Navigate(); logint.Login(); DiaryMainPage dd = new DiaryMainPage(this.Driver); dd.FFTTest46_SelectAndContinueWithBookingFirst(); dd.FFTTest46_EnterFromandToDateSlot_10111(); dd.FFTTest46_clickOncontinuewithbookingTime_1011(); BookingSummaryMainPage bookingsummary = new BookingSummaryMainPage(this.Driver); Thread.Sleep(3000); bookingsummary.EnterTitleFFT_46Case1(); Thread.Sleep(1000); bookingsummary.clickonsaveAndExit(); Thread.Sleep(9000); bookingsummary.clickonGoToDIary(); Thread.Sleep(7000); dd.FFTTest46_SelectAndContinueWithBookingTarget(); Thread.Sleep(5000); bookingsummary.EnterTitleFFT_46Case2(); Thread.Sleep(1000); bookingsummary.clickonsaveAndExit(); Thread.Sleep(7000); bookingsummary.clickonGoToDIary(); Thread.Sleep(7000); dd.FFTTest46_DragandDrop(); Thread.Sleep(3000); Driver.SwitchTo().Frame(Driver.FindElement(By.Id("frmPnlMove"))); Thread.Sleep(1000); dd.ClickOn_confirmMoveBooking(); Thread.Sleep(8000); bookingsummary.BookingSummaryValidate().DisplayAlternteResource(); Thread.Sleep(5000); }