예제 #1
0
        public void FFT50()
        {
            LoginMainPage logint = new LoginMainPage(this.Driver);

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

            diary.FFTTest49_SelectAndContinueWithBooking_UDF();

            BookingSummaryMainPage bookingsummary = new BookingSummaryMainPage(this.Driver);

            bookingsummary.FFT_50_ClearChildUDFSelection();
            Thread.Sleep(2000);
            bookingsummary.clickonsave();
            Thread.Sleep(3000);
            bookingsummary.FFT_50InvalidUDFContent();
        }
예제 #2
0
        public void FFT49_And_FFT86()
        {
            LoginMainPage logint = new LoginMainPage(this.Driver);

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

            diary.FFTTest49_SelectAndContinueWithBooking_UDF();

            BookingSummaryMainPage bookingsummary = new BookingSummaryMainPage(this.Driver);

            bookingsummary.FFT_50_ClearParentUDFSelection();
            Thread.Sleep(5000);
            bookingsummary.FFT49and86_PopUPCLearValueFromDependentField();
            Thread.Sleep(2000);
            bookingsummary.clickonsaveAndExit();
            Thread.Sleep(3000);
        }
예제 #3
0
        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();
        }
예제 #4
0
        public void FFT98_DeactivateChildUdfandVerfiyForBooking()
        {
            LoginMainPage logint = new LoginMainPage(this.Driver);

            logint.Navigate();
            logint.Login();
            Thread.Sleep(2000);
            LookUpMainPage lookup = new LookUpMainPage(this.Driver);

            lookup.NavidateToUDF();
            Thread.Sleep(3000);
            lookup.SelectUDF_BookingDropedown();
            Thread.Sleep(2000);
            lookup.UDFSearchFor_deactivateCHildBookingUDF();

            //GOTO dIARY AND VERFIY FOR DEACTIVATED UDF
            BookingSummaryMainPage bookingsummary = new BookingSummaryMainPage(this.Driver);

            bookingsummary.clickonGoToDIary();
            DiaryMainPage diary = new DiaryMainPage(this.Driver);

            Thread.Sleep(4000);
            diary.FFTTest49_SelectAndContinueWithBooking_UDF();
        }