Exemplo n.º 1
0
 public void AntesDosTestes()
 {
     firefox = new FirefoxDriver();
     firefox.Navigate().GoToUrl("http://localhost:8080/apenas-teste/limpa");
     usuario     = new UsuarioPage(firefox);
     novoUsuario = new NovoUsuarioPage(firefox);
 }
Exemplo n.º 2
0
 public void AntesDosTestes()
 {
     firefox = new FirefoxDriver();
     firefox.Navigate().GoToUrl("http://*****:*****@caelum.com.br");
     usuario.novo().cadastra("Paulo", "*****@*****.**");
 }