Пример #1
0
        public void Home_VerificaAcessoSummary()
        {
            HomePageObjects    homePageObjects    = new HomePageObjects();
            LoginPageObjects   loginPageObjects   = new LoginPageObjects();
            SummaryPageObjects summaryPageObjects = new SummaryPageObjects();



            loginPageObjects.Login();

            homePageObjects.VerificarAcessaLogin();
            homePageObjects.EscolherProjeto(ConfigurationManager.AppSettings["Projeto"].ToString());

            homePageObjects.AcessarAbaSummary();
            summaryPageObjects.AcessarAbaSummary();
            NUnit.Framework.Assert.Pass();
        }