TesteListagemTarefas | ||
open | elefante | |
type | corbucci@ime.usp.br | |
type | senha | hugo |
clickAndWait | login | |
clickAndWait | link=Ir para a pagina inicial | |
verifyTextPresent | Bem vindo Hugo | |
verifyTextPresent | Tarefa | |
assertXpathCount | //*[@class="tarefa"] | 3 |
verifyEval | var id1='Corrigir Fase 1'; var id2='Preparar Fase 2'; var first=this.browserbot.findElement(id1); var second=this.browserbot.findElement(id2); var next=first.nextSibling; var result=false; while(next&&!result){ if(next==second){ result=true; } next=next.nextSibling; } result; |
true |
clickAndWait | Data Crescente | |
assertXpathCount | //*[@class="tarefa"] | 3 |
verifyEval | var id1='Preparar Fase 2'; var id2='Corrigir Fase 1'; var first=this.browserbot.findElement(id1); var second=this.browserbot.findElement(id2); var next=first.nextSibling; var result=false; while(next&&!result){ if(next==second){ result=true; } next=next.nextSibling; } result; |
true |
clickAndWait | Data Decrescente | |
assertXpathCount | //*[@class="tarefa"] | 3 |
verifyEval | var id1='Corrigir Fase 1'; var id2='Preparar Fase 2'; var first=this.browserbot.findElement(id1); var second=this.browserbot.findElement(id2); var next=first.nextSibling; var result=false; while(next&&!result){ if(next==second){ result=true; } next=next.nextSibling; } result; |
true |
clickAndWait | Prioridade Decrescente | |
assertXpathCount | //*[@class="tarefa"] | 3 |
verifyEval | var id1='Corrigir Fase 1'; var id2='Preparar Fase 2'; var first=this.browserbot.findElement(id1); var second=this.browserbot.findElement(id2); var next=first.nextSibling; var result=false; while(next&&!result){ if(next==second){ result=true; } next=next.nextSibling; } result; |
true |
clickAndWait | Estimativa Decrescente | |
assertXpathCount | //*[@class="tarefa"] | 3 |
verifyEval | var id1='Preparar Fase 2'; var id2='Corrigir Fase 1'; var first=this.browserbot.findElement(id1); var second=this.browserbot.findElement(id2); var next=first.nextSibling; var result=false; while(next&&!result){ if(next==second){ result=true; } next=next.nextSibling; } result; |
true |
clickAndWait | Estimativa Crescente | |
assertXpathCount | //*[@class="tarefa"] | 3 |
verifyEval | var id1='Corrigir Fase 1'; var id2='Preparar Fase 2'; var first=this.browserbot.findElement(id1); var second=this.browserbot.findElement(id2); var next=first.nextSibling; var result=false; while(next&&!result){ if(next==second){ result=true; } next=next.nextSibling; } result; |
true |
clickAndWait | sair | |
clickAndWait | link=OK |