Esempio 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);
 }
Esempio n. 2
0
 public void AntesDosTestes()
 {
     firefox = new FirefoxDriver();
     firefox.Navigate().GoToUrl("http://*****:*****@caelum.com.br");
     usuario.novo().cadastra("Paulo", "*****@*****.**");
 }