public void TC006_VerifyVisibleFieldsInFieldOptionsSection(String Bname) { TestFixtureSetUp(Bname, "TC006-Verify 'Visible Fields' in Field options section."); try { loginPage.navigateToLoginPage().VerifyLoginPageScreenInDetail(); loginPage.loginUsingValidEmailIdAndPassword(); homePage.VerifyHomePage().clickUserMenuAndSelectAccountFromList(userName); homePage.clickSiteNavigationMenuIconAndSelectOptionFromListOnPage("Dashboard"); promoDashboard.VerifyPromoDashboardScreen().clickButtonOnViewActionSection("Field Options"); promoDashboard.VerifyFieldsOptionsSectionOnDashboardScreen(); promoDashboard.VerifyVisibleFieldsInFieldsOptionsSection(); } catch (Exception e) { Logging.LogStop(this.driver, test, e, MethodBase.GetCurrentMethod(), Bname + "_TestSuite004_PromoFieldOptions_TC006"); throw; } driver.Quit(); }