source: devel/testlink/automation2.0/test-output/testng-results.xml @ 3766

Revision 3766, 2.4 KB checked in by luiz-fernando, 13 years ago (diff)

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

Line 
1<testng-results>
2  <reporter-output>
3  </reporter-output>
4  <suite name="[FUN02.1] Compor Mensagem" duration-ms="19170" started-at="2011-02-15T16:59:28Z" finished-at="2011-02-15T16:59:47Z">
5    <groups>
6    </groups>
7    <test name="Compor e enviar emails" duration-ms="19170" started-at="2011-02-15T16:59:28Z" finished-at="2011-02-15T16:59:47Z">
8      <class name="br.gov.serpro.expresso.cte.email.compor.SalvarEmailTestCase">
9        <test-method status="PASS" signature="login()" name="login" is-config="true" duration-ms="2053" started-at="2011-02-15T16:59:28Z" finished-at="2011-02-15T16:59:30Z">
10        </test-method>
11        <test-method status="PASS" signature="init()" name="init" duration-ms="2638" started-at="2011-02-15T16:59:30Z" finished-at="2011-02-15T16:59:33Z">
12        </test-method>
13        <test-method status="PASS" signature="test()" name="test" duration-ms="3205" started-at="2011-02-15T16:59:33Z" finished-at="2011-02-15T16:59:36Z">
14        </test-method>
15        <test-method status="PASS" signature="logout()" name="logout" is-config="true" duration-ms="1209" started-at="2011-02-15T16:59:36Z" finished-at="2011-02-15T16:59:38Z">
16        </test-method>
17      </class>
18      <class name="br.gov.serpro.expresso.cte.email.compor.EnviarEmailRascunhoTestCase">
19        <test-method status="PASS" signature="beforeSuite()" name="beforeSuite" is-config="true" duration-ms="4980" started-at="2011-02-15T16:59:23Z" finished-at="2011-02-15T16:59:28Z">
20        </test-method>
21        <test-method status="PASS" signature="login()" name="login" is-config="true" duration-ms="1581" started-at="2011-02-15T16:59:38Z" finished-at="2011-02-15T16:59:39Z">
22        </test-method>
23        <test-method status="PASS" signature="init()" name="init" duration-ms="2348" started-at="2011-02-15T16:59:39Z" finished-at="2011-02-15T16:59:41Z">
24        </test-method>
25        <test-method status="PASS" signature="test()" name="test" duration-ms="5007" started-at="2011-02-15T16:59:41Z" finished-at="2011-02-15T16:59:46Z">
26        </test-method>
27        <test-method status="PASS" signature="logout()" name="logout" is-config="true" duration-ms="897" started-at="2011-02-15T16:59:47Z" finished-at="2011-02-15T16:59:47Z">
28        </test-method>
29        <test-method status="PASS" signature="afterSuite()" name="afterSuite" is-config="true" duration-ms="17" started-at="2011-02-15T16:59:47Z" finished-at="2011-02-15T16:59:48Z">
30        </test-method>
31      </class>
32    </test>
33  </suite>
34</testng-results>
Note: See TracBrowser for help on using the repository browser.