/// <summary>
        /// Performs the playback of actions in this module.
        /// </summary>
        /// <remarks>You should not call this method directly, instead pass the module
        /// instance to the <see cref="TestModuleRunner.Run(ITestModule)"/> method
        /// that will in turn invoke this method.</remarks>

        void ITestModule.Run()
        {
            Preconditions.Init();
            Helper.WaitTillPageIsLoaded();
            PrivateFacilityPageObj.OpeningPrivateFacilityScreen();
            Helper.WaitTillPageIsLoaded();
            Helper.WaitForTimeInMilliSeconds(3000);
            PrivateFacilityPageObj.LandingPrivateScreen_Validation();
            Helper.WaitTillPageIsLoaded();
            PrivateFacilityPageObj.EnterSearchTextinPrivateFacility(PrivateFacilityCNQName, PrivateFacilityCCESName);
        }
        /// <summary>
        /// Performs the playback of actions in this module.
        /// </summary>
        /// <remarks>You should not call this method directly, instead pass the module
        /// instance to the <see cref="TestModuleRunner.Run(ITestModule)"/> method
        /// that will in turn invoke this method.</remarks>

        void ITestModule.Run()
        {
            Preconditions.Init();
            Helper.WaitTillPageIsLoaded();
            PrivateFacilityPageObj.OpeningPrivateFacilityScreen();
            Helper.WaitTillPageIsLoaded();
            Helper.WaitForTimeInMilliSeconds(3000);
            PrivateFacilityPageObj.LandingPrivateScreen_Validation();
            Helper.WaitTillPageIsLoaded();
            PrivateFacilityPageObj.EnterSearchTextinPrivateFacility(PrivateFacilityCNQName, PrivateFacilityCCESName);
            var innervalx = Helper.GetDropdownvalue(PrivateFacilityPageObj.FacilityStatus_DataDic);

            Report.Log(ReportLevel.Info, "Entered FacilityCode '" + innervalx + "'.");
        }
Beispiel #3
0
        /// <summary>
        /// Performs the playback of actions in this module.
        /// </summary>
        /// <remarks>You should not call this method directly, instead pass the module
        /// instance to the <see cref="TestModuleRunner.Run(ITestModule)"/> method
        /// that will in turn invoke this method.</remarks>
        void ITestModule.Run()
        {
            Preconditions.Init();
            Helper.WaitTillPageIsLoaded();
            PrivateFacilityPageObj.OpeningPrivateFacilityScreen();
            Helper.WaitTillPageIsLoaded();
            Helper.WaitForTimeInMilliSeconds(3000);
            PrivateFacilityPageObj.LandingPrivateScreen_Validation();
            Helper.WaitTillPageIsLoaded();
            PrivateFacilityPageObj.EnterSearchTextinPrivateFacility(PrivateFacilityCNQNameverif, PrivateFacilityCCESNameverif);
            string Facility_Id = Helper.GetValueTxtField(facilitydataobj.txtFacID);
            string client_id   = Helper.GetClientId();

            facilitydataobj.MatchFacilityScreenData(client_id, Facility_Id);
        }