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/responder/ResponderTodosEmailSemHistoricoTestCase.java

    r3745 r3766  
    66 
    77/** 
     8 * Suite:[FUN02.5] Responder Mensagem 
     9 *  
     10 * Caso de Teste: EL-604:Responder a todos remetentes sem historico 
     11 *  
     12 * Link: http://testlink.expressolivre.org/linkto.php?tprojectPrefix=EL&item= 
     13 * testcase&id=EL-604 
     14 *  
     15 * @see br.gov.serpro.expresso.cte.email.compor.EnviarEmailMultiplosDestinatariosTestCase 
     16 *  
    817 * @author L.F.Estivalet (Serpro) 
    918 *  
     
    1322public class ResponderTodosEmailSemHistoricoTestCase extends BaseEmailTestCase { 
    1423 
     24        /** 
     25         * Le e responde emails a todos sem historico. 
     26         */ 
    1527        @Test 
    1628        public void test() { 
    17                 String id = mp.readEmail(EMAIL_ASSUNTO); 
     29                String id = mp.readEmail(EMAIL_ASSUNTO_MULTIPLOS_DESTINATARIOS); 
    1830                mp.replyAllEmailWithoutHistory(id); 
     31                mp.assertMessage(MSG_EMAIL_ENVIADO); 
    1932        } 
    2033 
Note: See TracChangeset for help on using the changeset viewer.