/// <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();
            PrivateWellPageObj.OpeningPrivateWellScreen();
            Helper.WaitTillPageIsLoaded();
            Helper.WaitForTimeInMilliSeconds(3000);
            PrivateWellPageObj.LandingPrivateWellScreen_Validation();
            Helper.WaitTillPageIsLoaded();
            PrivateWellPageObj.EnterSearchTextinPrivateWell(PrivateWellCNQName, PrivateWellCCESName);
        }
Beispiel #2
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();
     PrivateWellDataObj.OpeningPrivateWellScreen();
     Helper.WaitTillPageIsLoaded();
     Helper.WaitForTimeInMilliSeconds(3000);
     PrivateWellDataObj.LandingPrivateWellScreen_Validation();
     PrivateWellDataObj.EnterSearchTextinAutoPrivateWell(WellStringcnq, WellStringcces);
     Helper.WaitTillPageIsLoaded();
     Helper.AutoPopulationVerification(PrivateWellDataObj.FirstsearchElementLi1);
 }
        /// <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();
            Helper.WaitForTimeInMilliSeconds(5000);
            PrivateWellPageObj.OpeningPrivateWellScreen();
            Helper.WaitTillPageIsLoaded();
            Helper.WaitForTimeInMilliSeconds(5000);
            PrivateWellPageObj.LandingPrivateWellScreen_Validation();
            Helper.WaitTillPageIsLoaded();
            PrivateWellPageObj.EnterSearchTextinPrivateWell(PrivateWellCNQNameverif, PrivateWellCCESNameverif);
            string Well_Id   = Helper.GetValueTxtField(Welldataobj.txtUWI);
            string client_id = Helper.GetClientId();

            Welldataobj.MatchWellScreenData(client_id, Well_Id);
        }