public void Homepage_IdentifyDeadLinks_WS_1145() { if (!DataParser.ReturnExecution("WS_1145")) { Assert.Ignore(); } else { MainHomePage mainPage = InitialPage.Go().Logon().ClickLogin(); Assert.IsTrue(mainPage.GetAllHttpLinkResponses(url), "No all Responses Get an successfully validation"); } }