Examples of inserirLogin()


Examples of br.com.pixeon.pages.Login.inserirLogin()

 
  //@Test (groups = {"header1"})
  public void loginSucesso() {
    Login lp = new Login();
    Header h = new Header();
    lp.inserirLogin("99999999999");
    lp.inserirSenha("123");
    lp.pressionarBotaoEntrar();
    Assert.assertTrue(h.menuUsuarioVisivel());
  }
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.