Example #1
0
        public void GetMortgageInsurance()
        {
            //BaseSeleniumPage.CreateDriver(BaseSeleniumPage.WebDrivers.Chrome);
            //BaseSeleniumPage.NavigateToURL(@"https://www.mortgage-application.net/myaccount/accountlogin.aspx");

            //BorrowerLoanCenterLogIn.Initialize()
            //	.txt_Email_SendKeys("*****@*****.**")
            //	.txt_Password_SendKeys("P@ramount1")
            //	.btn_Login_Click();

            //CheckLoanStatus
            //	.Initialize()
            //	.fn_SelectFirstRow();

            //BaseSeleniumPage.CloseDriver();

            AttachToProcess(Processes.Encompass, 5);

            BorrowerSummary.Initialize().chk_AmortizationType_Check("Fixed Rate").txt_NoteRate_SendKeys("4").txt_Term_SendKeys("360").txt_LoanAmount_SendKeys("250000").chk_LoanPurpose_Check("No Cash-Out Refi");

            URLA_Page3.OpenForm_FromFormsTab().btn_EnterDataManually_Refinance_Click().txt_Refinance_SendKeys("250000");

            MortgageInsurance.OpenFrom_MainMenu().lstbx_Provider_Select("Genworth - Direct Connect").btn_Submit_Click(); Thread.Sleep(2000);

            GenworthMortgageInsuranceRequest.Initialize().cmb_PremiumPaymentOption_SendKeys("s").txt_MI_Coverage_SendKeys("6").chk_PremiumFinanced_Check(true).btn_RateQuote_Click(); Thread.Sleep(10000);

            EncompassDialog.Initialize().btn_OK_Click(); Thread.Sleep(2000);

            //MI_FeeImport.Initialize().btn_ImportFee_Click();Thread.Sleep(2000);

            //EncompassDialog.Initialize().btn_OK_Click(); Thread.Sleep(2000);

            //GenworthMortgageInsuranceRequest.Initialize().btn_Cancel_Click();

            //OB_ProductandPricing.OpenFrom_MainMenu().lstbx_Provider_Select("Optimal Blue - Enhanced").btn_Submit_Click();

            //OB_Login
            //    .Initialize()
            //    .txt_LoginName_SendKeys("stg_testlo_direct")
            //    .txt_Password_SendKeys("12345")
            //    .chk_SaveLoginInformation_Check(true)
            //    .chk_UpdateUpfrontMIdataforFHAloans_Check(true)
            //    .btn_Continue_Click();

            //OB_ProductSearch.Initialize().btn_Submit_Click(); Thread.Sleep(10000);

            //OB_LockForm
            //    .Initialize()
            //    .btn_RequestLock_Click();

            //OB_PricingImportEncompassUpdate
            //    .Initialize()
            //    .btn_Close_Click();

            //OB_LockRequestDialog.Initialize().btn_ExitLoan_Click();
        }
Example #2
0
        public void _05_CompleteApplication()
        {
            AttachToProcess(Processes.Encompass, 5);

            DisclosureTracking.Initialize().btn_InitialDisclosureRecord_Click(); DisclosureDetails.Initialize().btn_SendDateManualEntry_Click().txt_DisclosureSentDate_SetBack().txt_ActualReceivedDate_SetDate().chk_IntentToProceed_Check(true).btn_OK_Click();

            BankerLoanSubmission.OpenForm_FromFormsTab().btn_CopyCashBackSTC_Click(); EncompassDialog.Initialize().btn_OKtoCertify_Click(); BankerLoanSubmission.Initialize().btn_BankerCertificationBLS_Click();

            Application.Open_FromLogTab().cmb_UnderwritingRiskAccessType_SendKeys("DU").cmb_LoanInfoRefiPurpose_SendKeys("No Cash-Out Other").chk_Finish_Check();

            BorrowerSummary.OpenForm_FromFormsTab().CopyLoanNumber();

            EncompassMain.Initialize().ExitEncompass(); EncompassDialog.Initialize().btn_Yes_Click(); ComplianceAlert.Initialize().btn_Close_Click(); TestedApplication.Kill();
        }
        public void Loan_Creation(IDictionary <string, string> data)
        {
            MasterData     = new objMasterData(data);
            className      = System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.Name;
            testMethodName = System.Reflection.MethodBase.GetCurrentMethod().Name;
            //MasterData.TestResultPathStem = string.Format(FileUtilities.DefaultTestResultDirectory, className);
            MasterData.TestResultPathStem = string.Format("{0}\\{1}\\{2}\\{3} - {4}", FileUtilities.DefaultTestResultDirectory_ShareDrive, className, testMethodName, Environment.UserName, runTime);
            path = string.Format("{0}\\{1}.html", MasterData.TestResultPathStem, TestReportName);

            if (!Directory.Exists(string.Format("{0}", MasterData.TestResultPathStem)))
            {
                Directory.CreateDirectory(string.Format("{0}", MasterData.TestResultPathStem));
            }

            if (BaseTest.HtmlReport == null)
            {
                InitializeExtentReports(path, TestReportName);
            }

            BaseTest.extentTest = ExtentReport.CreateTest(runTime);

            string StepDetails = string.Format("Smoke Test");
            bool   StepStatus  = true;
            string MethodName  = System.Reflection.MethodBase.GetCurrentMethod().Name;

            try
            {
                LaunchApplication(DesktopApps.Encompass);

                Launcher
                .Initialize()
                .cmb_EnvironmentID_SelectByText(MasterData.EnvironmentID)
                .btn_Login_Click();

                extentTest.Pass("Launched Encompass environment " + MasterData.EnvironmentID, MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_Launch"), true)).Build());

                AttachToProcess(Processes.Encompass, 5);

                Login
                .Initialize()
                .txt_Username_SendKeys("test_qa_lo")
                .txt_Password_SendKeys("P@ramount1")
                .btn_Login_Click();

                extentTest.Pass("Logged in as Loan Officer, test_qa_lo", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_Login"), true)).Build());

                Thread.Sleep(10000); EncompassMain.Initialize().Resize().tab_Pipeline_Select(); Pipeline.Initialize().btn_NewLoan_Click();

                NewLoan
                .Initialize()
                .cmb_LoanTemplateFolder_SelectByText("PEM Direct")
                .SelectItem_DirectConvRefinance();

                extentTest.Pass("Created new Direct Conventional Refinance loan from Pipeline", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_LoanTemplate"), true)).Build());

                FormsTab.Initialize().chk_Show_Check(true).chk_ShowInAlpha_Check(true);

                TestConsole.OpenForm_FromFormsTab().btn_CreateNewLoan_Click(MasterData.LoanCreator); EncompassDialog.Initialize().btn_OK_Click();

                CreditReport.Initialize().lstbx_Provider_Select("Equifax Mortgage Solutions").btn_Submit_Click();

                CreditReportRequest
                .Initialize()
                .txt_UserName_SendKeys("PARAMOUNTIT")
                .txt_Password_SendKeys("P@ramount2")
                .chk_SaveLoginInformation_Check(true)
                .chk_Equifax_Check(true)
                .chk_Experian_Check(true)
                .chk_TransUnion_Check(true)
                .btn_Finish_Click();

                EncompassMain.Initialize().tab_ServicesView_Select(); extentTest.Pass("Credit Report successfully generated", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_CreditReport"), true)).Build()); Thread.Sleep(500); EncompassMain.Initialize().tab_Loan_Select();

                TestConsole
                .Initialize()
                .rdb_NoCashOutRefi_Select()
                .rdb_Direct_Select()
                .txt_BorrowerEmail_SendKeys(MasterData.BorrowerEmail);

                TestConsole.Initialize().btn_BLSCertification_Click(); QuickEntryBankerLoanSubmission.Initialize().ScrollDown().btn_BankerCertificationBLS_Click(); extentTest.Pass("Banker Loan Submission Form certified", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_BLS"), true)).Build()); QuickEntryBankerLoanSubmission.Initialize().btn_Close_Click();

                TestConsole
                .Initialize()
                .txt_SubjectProperty_Address_SendKeys(MasterData.Address)
                .txt_SubjectProperty_City_SendKeys(MasterData.City)
                .txt_SubjectProperty_State_SendKeys(MasterData.State)
                .txt_SubjectProperty_County_SendKeys(MasterData.County)
                .txt_SubjectProperty_ZipCode_SendKeys(MasterData.Zip);

                BorrowerSummary.OpenForm_FromFormsTab(); Thread.Sleep(500); extentTest.Pass("Borrower Summary successfully completed with Borrower email address " + MasterData.BorrowerEmail, MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_BorrowerSummary"), true)).Build());

                URLA_Page1.OpenForm_FromFormsTab(); Thread.Sleep(2000); extentTest.Pass("1003 Page 1 successfully completed with address " + MasterData.Address + ", " + MasterData.City + ", " + MasterData.State + ", " + MasterData.Zip + " (" + MasterData.County + " County)", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_1003Page1"), true)).Build());

                URLA_Page2.OpenForm_FromFormsTab(); Thread.Sleep(2000); extentTest.Pass("1003 Page 2 successfully completed", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_1003Page2"), true)).Build());

                URLA_Page3.OpenForm_FromFormsTab(); Thread.Sleep(2000); extentTest.Pass("1003 Page 3 successfully completed", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_1003Page3"), true)).Build());

                FormsTab.Initialize().lstbx_Forms_SelectForm("VOE"); Thread.Sleep(1000); extentTest.Pass("Verification of Employment successfully completed", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_VOE"), true)).Build());

                FormsTab.Initialize().lstbx_Forms_SelectForm("VOD"); Thread.Sleep(1000); extentTest.Pass("Verification of Depository successfully completed", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_VOD"), true)).Build());

                TransmittalSummary.OpenForm_FromFormsTab(); Thread.Sleep(1000); extentTest.Pass("Transmittal Summary successfully completed", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_TransmittalSum"), true)).Build());

                #region eConsent

                eConsentNotYetReceived.Open_FromAlertsandMessagesTab().btn_Request_eConsent_Click();

                SendConsent
                .Initialize()
                .chk_BorrowerConsent_Check(true)
                .chk_NotifyWhenBorrowerReceives_Check(true)
                .btn_Send_Click();

                BaseSeleniumPage.CreateDriver(BaseSeleniumPage.WebDrivers.Chrome); BaseSeleniumPage.NavigateToURL(@"https://www.mortgage-application.net/myaccount/accountlogin.aspx");

                BorrowerLoanCenterLogIn.Initialize()
                .txt_Email_SendKeys("*****@*****.**")
                .txt_Password_SendKeys("P@ramount1")
                .btn_Login_Click();

                CheckLoanStatus.Initialize().fn_SelectFirstRow();

                //LoanDetail.Initialize().btn_View_Click();

                AgreeToReceiveDisclosuresElectronically.Initialize().btn_Agree_Click(); BaseSeleniumPage.CloseDriver();

                eConsentNotYetReceived.Initialize().btn_View_eConsent_Click();

                extentTest.Pass("eConsent accepted", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_eConsentAccepted"), true)).Build());

                #endregion eConsent

                #region Product and Pricing

                OB_ProductandPricing.OpenFrom_MainMenu().lstbx_Provider_Select("Optimal Blue - Enhanced").btn_Submit_Click();

                OB_Login
                .Initialize()
                .txt_LoginName_SendKeys(MasterData.OB_Login)
                .txt_Password_SendKeys(MasterData.OB_Password)
                .chk_SaveLoginInformation_Check(true)
                .chk_UpdateUpfrontMIdataforFHAloans_Check(true)
                .btn_Continue_Click();

                OB_ProductSearch.Initialize().btn_Submit_Click(); extentTest.Pass("Loan is ready to execute pricing through Optimal Blue", MediaEntityBuilder.CreateScreenCaptureFromPath(Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format(MasterData.TestID + "_Pricing"), true)).Build());

                #endregion Run Product and Pricing
            }

            catch (Exception ex)
            {
                StepStatus = false;
                BaseTest.ExtentFailStep(ex, StepDetails, "ErrorOccured");
                //step.ModalText = ex.ToString();
                //step.Status = "Fail";
                //step.ScreenShotLocation = Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format("Failure\\{0}", System.Reflection.MethodBase.GetCurrentMethod().Name));
                Assert.Fail(ex.ToString());
            }
            finally
            {
                if (StepStatus)
                {
                    extentTest.Pass("Test Passed - reached the end of script");
                }
                //Report.addStep(step);
            }
        }
Example #4
0
        public void Regression(IDictionary <string, string> data)
        {
            MasterData = new objMasterData(data);
            MasterData.TestResultPathStem = pathStem;
            className = System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.Name;
            Step step = new Step();

            step.Action         = string.Format("Test: {0}", MasterData.TestID);
            step.ExpectedResult = string.Format("");
            step.ActualResult   = string.Format("");
            step.Status         = "Pass";
            step.Time           = DateTime.Now.ToString();

            try
            {
                AttachToProcess(Processes.Encompass, 5);

                #region Launch and Login

                //LaunchApplication(DesktopApps.Encompass); Launcher.Initialize().cmb_EnvironmentID_SelectByText(MasterData.EnvironmentID).btn_Login_Click(); AttachToProcess(Processes.Encompass, 5);

                //Login.Initialize().txt_Username_SendKeys(MasterData.LoanOfficer).txt_Password_SendKeys("P@ramount1").btn_Login_Click();

                //Thread.Sleep(10000); EncompassMain.Initialize().Resize().tab_Pipeline_Select();

                //Pipeline.Initialize().btn_NewLoan_Click(); NewLoan.Initialize().cmb_LoanTemplateFolder_SelectByText("PEM Direct").SelectItem_DirectConvRefinance();

                //FormsTab.Initialize().chk_Show_Check(true).chk_ShowInAlpha_Check(true);

                #endregion Launch and Login

                #region Loan Creation w/o Test Console

                //BorrowerSummary
                //	.OpenForm_FromFormsTab()
                //	.txt_FirstName_SendKeys(MasterData.BorrowerFirstName)
                //	.txt_LastName_SendKeys(MasterData.BorrowerLastName)
                //	.txt_SocialSecurityNumber_SendKeys(MasterData.BorrowerSSN)
                //	.txt_DOB_SendKeys(MasterData.BorrowerDOB)
                //	.txt_HomePhone_SendKeys(MasterData.HomePhone)
                //	.txt_MaritalStatus_SendKeys("u")
                //	.txt_HomeEmail_SendKeys(MasterData.HomeEmail)
                //	.txt_PresentAddress_SendKeys(MasterData.Address)
                //	.txt_PresentZip_SendKeys(MasterData.Zip)
                //	.txt_NumberofYears_SendKeys("10")
                //	.txt_NumberofMonths_SendKeys("11")
                //	.chk_PresentAddress_OwnRent_Check("Own")
                //	.cmb_InformationProvidedBy_SendKeys(MasterData.InformationProvidedBy)
                //	.chk_BorrowerVerbalAuthForCreditPull_Check(true)
                //	.btn_CopyfromPresent_Click()
                //	.txt_EstimatedValue_SendKeys(MasterData.EstimatedValue)
                //	.txt_AppraisedValue_SendKeys(MasterData.AppraisedValue)
                //	.chk_LoanPurpose_Check("No Cash-Out Refi")
                //	.chk_PropertyWillBe_Check(MasterData.PropertyWillBe)
                //	.txt_LoanAmount_SendKeys(MasterData.LoanAmount);

                //EncompassDialog
                //	.Initialize()
                //	.btn_OK_Click();

                //URLA_Page1
                //	.OpenForm_FromFormsTab()
                //	.txt_NoUnits_SendKeys("1")
                //	.txt_YearBuilt_SendKeys("2006")
                //	.txt_OriginalCost_SendKeys(MasterData.LoanAmount)
                //	.txt_ExistingLien_SendKeys(MasterData.LoanAmount)
                //	.cmb_SourceofDownPayment_SendKeys("Checking/Savings")
                //	.txt_School_SendKeys("20")
                //	.txt_Dependents_SendKeys("0")
                //	.chk_MailingAddress_Check("Same as present");

                //VerificationOfEmployment
                //	.OpenFromURLA_Page1()
                //	.btn_VOENewVerif_Click();

                //VOE_NewEmployment
                //	.Initialize()
                //	.rdb_Borrower_Select()
                //	.rdb_EmploymentStatus_Select()
                //	.btn_OK_Click();

                //VerificationOfEmployment
                //	.Initialize()
                //	.txt_EmployerName_SendKeys("test")
                //	.txt_EmployerAttn_SendKeys("test")
                //	.txt_EmployerAddress_SendKeys("test")
                //	.txt_EmployerZip_SendKeys("90210")
                //	.txt_EmployerPhone_SendKeys("5646546544")
                //	.txt_EmployerEmail_SendKeys("*****@*****.**")
                //	.txt_BusinessName_SendKeys("test")
                //	.txt_BusinessPhone_SendKeys("5646546544")
                //	.txt_BusinessPosition_SendKeys("test")
                //	.txt_DateHired_SendKeys("063000")
                //	.txt_YearsinthisJob_SendKeys("17")
                //	.txt_MonthsinthisJob_SendKeys("0")
                //	.txt_YearsinLineofWork_SendKeys("17")
                //	.txt_BasePay_SendKeys("6500")
                //	.btn_VOEClose_Click();

                //URLA_Page2
                //	.OpenForm_FromFormsTab()
                //	.btn_EditFieldValueBorrowerBase_Click();

                //URLA_Page2_CalculateBaseIncome
                //	.Initialize()
                //	.chk_CopyfrompresentjobinVOE_Check(true)
                //	.btn_OK_Click();

                //VerificationOfDepository
                //	.OpenFromURLA_Page2()
                //	.btn_VODNewVerif_Click()
                //	.cmb_VODisfor_SendKeys("Borrower")
                //	.txt_DepositoryName_SendKeys("test")
                //	.txt_DepositoryAttn_SendKeys("test")
                //	.txt_DepositoryAddress_SendKeys("test")
                //	.txt_DepositoryZip_SendKeys("90210")
                //	.txt_DepositoryPhone_SendKeys("5646546544")
                //	.txt_DepositoryEmail_SendKeys("*****@*****.**")
                //	.txt_AccountType1_SendKeys("Checking Account")
                //	.txt_AccountNumber1_SendKeys("32132132113")
                //	.txt_AccountBalance1_SendKeys("10000")
                //	.txt_AccountType2_SendKeys("Savings Account")
                //	.txt_AccountNumber2_SendKeys("56454656465")
                //	.txt_AccountBalance2_SendKeys("100000")
                //	.btn_VODClose_Click();

                //URLA_Page3
                //	.OpenForm_FromFormsTab()
                //	.btn_EnterDataManually_Refinance_Click()
                //	.txt_Refinance_SendKeys(MasterData.LoanAmount)
                //	.txt_Declaration_a_SendKeys("N")
                //	.txt_Declaration_b_SendKeys("N")
                //	.txt_Declaration_c_SendKeys("N")
                //	.txt_Declaration_d_SendKeys("N")
                //	.txt_Declaration_e_SendKeys("N")
                //	.txt_Declaration_f_SendKeys("N")
                //	.txt_Declaration_g_SendKeys("N")
                //	.txt_Declaration_h_SendKeys("N")
                //	.txt_Declaration_i_SendKeys("N")
                //	.txt_Declaration_j_SendKeys("Y")
                //	.txt_Declaration_k_SendKeys("N")
                //	.txt_Declaration_l_SendKeys("Y")
                //	.txt_Declaration_m_SendKeys("Y")
                //	.txt_Declaration_m1_SendKeys("PR")
                //	.txt_Declaration_m2_SendKeys("S")
                //	.chk_PrimaryBorrower_Ethnicity_Check(MasterData.BorrowerEthnicity)
                //	.chk_PrimaryBorrower_Race_Check(MasterData.BorrowerRace)
                //	.chk_PrimaryBorrower_Sex_Check(MasterData.BorrowerSex);

                //BorrowerSummary
                //	.OpenForm_FromFormsTab()
                //	.btn_OrderCredit_Click();

                //CreditReport
                //	.Initialize()
                //	.lstbx_Provider_Select("Equifax Mortgage Solutions")
                //	.btn_Submit_Click();

                //CreditReportRequest
                //	.Initialize()
                //	.txt_UserName_SendKeys("PARAMOUNTIT")
                //	.txt_Password_SendKeys("P@ramount2")
                //	.chk_SaveLoginInformation_Check(true)
                //	.chk_Equifax_Check(true)
                //	.chk_Experian_Check(true)
                //	.chk_TransUnion_Check(true)
                //	.btn_Finish_Click();

                //EncompassMain
                //	.Initialize()
                //	.tab_Loan_Select();

                //TransmittalSummary
                //	.OpenForm_FromFormsTab()
                //	.cmb_PropertyType_SendKeys("1 unit");

                //BankerLoanSubmission
                //	.OpenForm_FromFormsTab()
                //	.txt_ClosingMonthPayment_SendKeys("test")
                //	.txt_LastMortgagePayment_SendKeys("081517")
                //	.cmb_CreditOnNonBorrowingSpouse_SendKeys("CONFIRMED")
                //	.btn_BankerCertificationBLS_Click();

                //#region eFolder Bypass

                //EncompassMain.Initialize().ExitEncompass();EncompassDialog.Initialize().btn_Yes_Click();ComplianceAlert.Initialize().btn_Close_Click();

                //LaunchApplication(DesktopApps.Encompass);Launcher.Initialize().cmb_EnvironmentID_SelectByText(MasterData.EnvironmentID).btn_Login_Click();

                //Login.Initialize().txt_Username_SendKeys("test_qa_admin").txt_Password_SendKeys("P@ramount1").btn_Login_Click();EncompassMain.Initialize();Thread.Sleep(10000);EncompassMain.Initialize().Resize().tab_Pipeline_Select();

                //Pipeline.Initialize().cmb_PipelineView_SelectByText("QA View").cmb_LoanFolder_SelectByText(MasterData.LoanFolder).Pipeline_SelectCurrentLoan(MasterData.LoanNumber);

                //Encompass_eFolder.Open_eFolder().btn_New_Click();AddDocument.Initialize().rdb_NewDocument_Select().btn_OK_Click();DocumentDetails.Initialize().btn_BrowseAndAttach_Click();Thread.Sleep(10000);

                //DocumentDetails.Initialize().cmb_DocumentName_SelectByText("Underwriting").chk_Requested_Check(true).btn_Close_Click();Encompass_eFolder.Initialize().btn_Close_Click();

                //EncompassMain.Initialize().ExitEncompass();EncompassDialog.Initialize().btn_Yes_Click();ComplianceAlert.Initialize().btn_Close_Click();

                //LaunchApplication(DesktopApps.Encompass);

                //Launcher
                //	.Initialize()
                //	.cmb_EnvironmentID_SelectByText(MasterData.EnvironmentID)
                //	.btn_Login_Click();

                //Login
                //	.Initialize()
                //	.txt_Username_SendKeys("test_qa_lo")
                //	.txt_Password_SendKeys("P@ramount1")
                //	.btn_Login_Click();

                //EncompassMain
                //	.Initialize();
                //	Thread.Sleep(10000);

                //EncompassMain
                //	.Initialize()
                //	.Resize()
                //	.tab_Pipeline_Select();

                //Pipeline
                //	.Initialize()
                //	.cmb_PipelineView_SelectByText("QA View")
                //	.cmb_LoanFolder_SelectByText(MasterData.LoanFolder)
                //	.Pipeline_SelectCurrentLoan(MasterData.LoanNumber);

                //#endregion eFolder Bypass

                #endregion Loan Creation w/o Test Console

                #region eConsent

                //eConsentNotYetReceived.Open_FromAlertsandMessagesTab().btn_Request_eConsent_Click();

                //SendConsent.Initialize().chk_BorrowerConsent_Check(true).chk_NotifyWhenBorrowerReceives_Check(true).btn_Send_Click();

                //BaseSeleniumPage.CreateDriver(BaseSeleniumPage.WebDrivers.Chrome); BaseSeleniumPage.NavigateToURL(@"https://www.mortgage-application.net/myaccount/accountlogin.aspx");

                //BorrowerLoanCenterLogIn.Initialize().txt_Email_SendKeys(MasterData.BorrowerEmail).txt_Password_SendKeys("P@ramount1").btn_Login_Click();

                //CheckLoanStatus.Initialize().fn_SelectFirstRow(); LoanDetail.Initialize().btn_View_Click();

                //AgreeToReceiveDisclosuresElectronically.Initialize().btn_Agree_Click(); BaseSeleniumPage.CloseDriver();

                //eConsentNotYetReceived.Initialize().btn_View_eConsent_Click();

                #endregion eConsent

                #region Floating Product and Pricing

                //OB_ProductandPricing.OpenFrom_MainMenu().lstbx_Provider_Select("Optimal Blue - Enhanced").btn_Submit_Click();

                //OB_Login.Initialize().txt_LoginName_SendKeys(MasterData.OB_Login).txt_Password_SendKeys(MasterData.OB_Password).chk_SaveLoginInformation_Check(true).btn_Continue_Click();

                //OB_ProductSearch.Initialize().btn_Submit_Click(); Thread.Sleep(10000); OB_LockForm.Initialize().btn_UpdateEncompass_Click(); Thread.Sleep(10000); OB_PricingImportEncompassUpdate.Initialize().btn_Close_Click();

                #endregion

                #region Floating Product and Pricing

                //OB_ProductandPricing.OpenFrom_MainMenu().lstbx_Provider_Select("Optimal Blue - Enhanced").btn_Submit_Click();

                //OB_Login.Initialize().txt_LoginName_SendKeys(MasterData.OB_Login).txt_Password_SendKeys(MasterData.OB_Password).chk_SaveLoginInformation_Check(true).btn_Continue_Click();

                //OB_ProductSearch.Initialize().btn_Submit_Click();OB_SearchResults.Initialize().SelectLoanProgram_Click("LP CONF 30YR FIXED");Thread.Sleep(10000); OB_LockForm.Initialize().btn_RequestLock_Click(); Thread.Sleep(10000); OB_PricingImportEncompassUpdate.Initialize().btn_Close_Click();

                //OB_LockRequestDialog.Initialize().btn_ExitLoan_Click();

                #endregion

                BorrowerSummary.OpenForm_FromFormsTab().CopyLoanNumber();
            }

            catch (Exception ex)
            {
                //step.ModalText = ex.ToString();
                //step.Status = "Fail";
                //step.ScreenShotLocation = Screenshot.TakeScreenShot(Screenshot.TakeSS_FullDesktop(), string.Format("Failure\\{0}", System.Reflection.MethodBase.GetCurrentMethod().Name));
                //Assert.Fail(ex.ToString());
            }
            finally
            {
                //Report.addStep(step);
            }
        }