Exemple #1
0
        public void VerifyPrintInUnclaimedProperty()
        {
            EllisHome.LaunchEllisAsPRMUser();
            EllisHome.ClickOnUnClaimedProperty();
            Playback.Wait(3000);
            var datarows = ExcelReader.ImportSpreadsheet(ExcelFileNames.UnclaimedProperty);

            foreach (var datarow in datarows)
            {
                UnclaimedProperty.EnterDataInPrintLetterTab(datarow);
                UnclaimedProperty.ClickOnPrintLetterBtnPrintLetter();
                Factory.AssertIsTrue(UnclaimedProperty.VerifyPrintWindowDisplayed(), "Print Window Not Displayed");
                UnclaimedProperty.ClosePrintWindow();
                UnclaimedProperty.CloseUnclaimedPropertyWindow();
            }
        }