public void _04_InitialDisclosures() { AttachToProcess(Processes.Encompass, 5); Order_eDisclosures.Initialize().InitialDisclosures_SelectTopPlanCode().btn_Order_eDisclosures_Click(); DisclosuresAudit.Initialize().btn_Order_eDisclosures_Click(); SelectDocumentsInitial.Initialize().btn_Send_Click(); SendDisclosuresInitial.Initialize().txt_BorrowerAuthorization_SendKeys(AuthorizationCode).btn_Send_Click(); DisclosuresDialog.Initialize().btn_No_Click(); EncompassDialog.Initialize().btn_OK_Click(); BaseSeleniumPage.CreateDriver(BaseSeleniumPage.WebDrivers.Chrome); BaseSeleniumPage.NavigateToURL(@"https://encompass.mortgage-application.net/EncompassAccount/AccountLogin.aspx"); LoanOfficerLoanCenterLogIn.Initialize().txt_ClientID_SendKeys(ClientID).txt_UserID_SendKeys(LoanOfficer).txt_Password_SendKeys(LoanCenterPassword).btn_Login_Click(); CheckLoanStatus.Initialize().fn_SelectFirstRow(); LoanDetail.Initialize().btn_View_Click(); DocuSign.Initialize().fn_ESignWholeDocument(); BaseSeleniumPage.NavigateToURL(@"https://www.mortgage-application.net/myaccount/accountlogin.aspx"); BorrowerLoanCenterLogIn.Initialize().txt_Email_SendKeys(BorrowerEmail).txt_Password_SendKeys(LoanCenterPassword).btn_Login_Click(); CheckLoanStatus.Initialize().fn_SelectFirstRow(); LoanDetail.Initialize().btn_View_Click(); AgreeToReceiveDisclosuresElectronically.Initialize().btn_Agree_Click(); VerifyIdentity.Initialize().txt_AuthorizationCode_SendKeys(AuthorizationCode).btn_Next_Click(); DocuSign.Initialize().fn_ESignWholeDocument(); BaseSeleniumPage.CloseDriver(); Retrieve.OpenFrom_eFolder().btn_Download_Click(); FileManager.Initialize().btn_Close_Click(); Encompass_eFolder.Initialize().btn_Close_Click(); }
public void EnterSearchTerm() { BaseSeleniumPage.CreateDriver(BaseSeleniumPage.WebDrivers.Chrome); BaseSeleniumPage.NavigateToURL(@"https://www.yahoo.com/"); new YahooMain() .txt_Search_SendKeys("Gibberish") .btn_Search_Click(); }
public void DocuSignProd() { BaseSeleniumPage.CreateDriver(BaseSeleniumPage.WebDrivers.Chrome); BaseSeleniumPage.NavigateToURL(@"https://encompass.mortgage-application.net/EncompassAccount/AccountLogin.aspx"); LoanOfficerLoanCenterLogIn.Initialize().txt_ClientID_SendKeys("3000799584").txt_UserID_SendKeys("test_qa_lo").txt_Password_SendKeys("P@ramount1").btn_Login_Click(); CheckLoanStatus.Initialize().fn_SelectFirstRow(); LoanDetail.Initialize().btn_View_Click(); DocuSign.Initialize().fn_ESignWholeDocument(); 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(); VerifyIdentity.Initialize().txt_AuthorizationCode_SendKeys("13188").btn_Next_Click(); DocuSign.Initialize().fn_ESignWholeDocument(); BaseSeleniumPage.CloseDriver(); }
public void _12_DocsOut() { LaunchApplication(DesktopApps.Encompass); Launcher.Initialize().cmb_EnvironmentID_SelectByText(EnvironmentID).btn_Login_Click(); AttachToProcess(Processes.Encompass, 5); Login.Initialize().Login_Username_SendKeys(DocFunder); Pipeline.Initialize().Pipeline_SelectCurrentLoan(LoanNumber); BorrowerInformationVesting.OpenForm_FromFormsTab().btn_BuildFinal_Click(); ClosingForm.OpenForm_FromFormsTab().btn_DocsAddData_Click(); ClosingTracking.OpenForm_FromFormsTab().txt_CD_Ordered_SetTodaysDate().txt_EarliestClosingDate_CopyField(); RegZCD.OpenForm_FromFormsTab().txt_DocumentDate_SendKeys().txt_ClosingDate_SendKeys().txt_DocSigningDate_SendKeys().btn_Audit_Click(); SelectPlanCode.Initialize().ClosingDocs_SelectPlanCode(); SelectReportType.Initialize().rdb_Preview_Select().btn_OK_Click(); ClosingDocsAudit.Initialize().cmb_OrderType_SelectByText("Pre-Closing").btn_OrderDocs_Click(); SelectDocumentsClosing.Initialize().btn_Send_Click(); SendDisclosuresClosing.Initialize().txt_BorrowerAuthorization_SendKeys(AuthorizationCode).btn_Send_Click(); EncompassDialogCDSent.Initialize().btn_OK_Click(); BaseSeleniumPage.CreateDriver(BaseSeleniumPage.WebDrivers.Chrome); BaseSeleniumPage.NavigateToURL(@"https://www.mortgage-application.net/myaccount/accountlogin.aspx"); BorrowerLoanCenterLogIn.Initialize().txt_Email_SendKeys(BorrowerEmail).txt_Password_SendKeys(LoanCenterPassword).btn_Login_Click(); CheckLoanStatus.Initialize().fn_SelectFirstRow(); LoanDetail.Initialize().btn_View_Click(); VerifyIdentity.Initialize().txt_AuthorizationCode_SendKeys(AuthorizationCode).btn_Next_Click(); DocuSign.Initialize().fn_ESignWholeDocument(); BaseSeleniumPage.CloseDriver(); DocsOut.Open_FromLogTab().txt_PropertyInfoParcelNumber_SendKeys().chk_ReviewTasks_Check().chk_Finish_Check(); }
public void eConsent() { #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 }
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); } }