Ignore:
Timestamp:
02/15/11 16:04:00 (13 years ago)
Author:
luiz-fernando
Message:

Ticket #1402 - Novos casos de teste implementados usando WebDriver?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/testlink/automation2.0/src/test/java/br/gov/serpro/expresso/cte/email/pastas/CriarPastaTestCase.java

    r3708 r3766  
    66 
    77/** 
     8 * Suite:[FUN02.6] Gerenciar Pastas 
     9 *  
     10 * Caso de Teste: EL-611:Criar pasta 
     11 *  
     12 * Link: http://testlink.expressolivre.org/linkto.php?tprojectPrefix=EL&item= 
     13 * testcase&id=EL-611 
     14 *  
    815 * @author L.F.Estivalet (Serpro) 
    916 *  
     
    1320public class CriarPastaTestCase extends BaseEmailTestCase { 
    1421 
     22        /** 
     23         * Cria uma pasta padrao para teste. 
     24         *  
     25         */ 
    1526        @Test 
    16         public void test() throws Exception { 
    17                 mp.createNewFolder("Selenium"); 
     27        public void test() { 
     28                mp.createNewFolder(EMAIL_PASTA_TESTE); 
    1829        } 
    1930 
Note: See TracChangeset for help on using the changeset viewer.