public void Home_VerificaAcessoMyView() { HomePageObjects homePageObjects = new HomePageObjects(); LoginPageObjects loginPageObjects = new LoginPageObjects(); ViewIssuesPageObjects viewIssuesPageObjects = new ViewIssuesPageObjects(); MyViewPageObjects myViewPageObjects = new MyViewPageObjects(); loginPageObjects.Login(); homePageObjects.VerificarAcessaLogin(); homePageObjects.EscolherProjeto(ConfigurationManager.AppSettings["Projeto"].ToString()); homePageObjects.AcessarAbaMyView(); myViewPageObjects.VerificaAcessoMyView(); NUnit.Framework.Assert.Pass(); }