Esempio n. 1
0
 public void HomePage_TopNav_Verifylinksload_WS_1327()
 {
     if (!DataParser.ReturnExecution("WS_1327"))
     {
         Assert.Ignore();
     }
     else
     {
         MainHomePage home = InitialPage.Go().Logon().ClickLogin();
         Assert.IsTrue(home.AllHeaderLinksWorkFine(url), "there is a link that is not working fine");
     }
 }