public void Tc_ShortUrl_002() { testStarts("Tc_ShortUrl_002", "Verify the Labels are displaying properly"); openBrowser(URL); LoginPage.login(UserName, Password); clickOn(OR.Home_Menu_urlshortener); ShortURl.verificationDisplayColumn(); ShortURl.verificationlabel(); }
public void Tc_ShortUrl_001() { testStarts("Tc_ShortUrl_001", "Verify the shorturl functionality is working fine"); openBrowser(URL); LoginPage.login(UserName, Password); clickOn(OR.Home_Menu_urlshortener); ShortURl.PaginationFunction(); ShortURl.page(); ShortURl.verificationlabel(); clickOn(OR.Communication_AddNew_Btn); ShortURl.verificationShortUrlAddpage(); ShortURl.verifyfunctionurl(); }