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

Revision 3663, 1.2 KB checked in by luiz-fernando, 13 years ago (diff)

Ticket #1402 - Nova versão dos casos de testes, agora implementados com WebDriver? (Selenium 2.0)

Line 
1<testng-results>
2  <reporter-output>
3  </reporter-output>
4  <suite name="Default suite" duration-ms="11915" started-at="2011-01-06T10:15:31Z" finished-at="2011-01-06T10:15:43Z">
5    <groups>
6    </groups>
7    <test name="Default test" duration-ms="11915" started-at="2011-01-06T10:15:31Z" finished-at="2011-01-06T10:15:43Z">
8      <class name="br.gov.serpro.expresso.cte.email.listar.LimparLixeiraTestCase">
9        <test-method status="PASS" signature="beforeClass()" name="beforeClass" is-config="true" duration-ms="5057" started-at="2011-01-06T10:15:32Z" finished-at="2011-01-06T10:15:37Z">
10        </test-method>
11        <test-method status="PASS" signature="init()" name="init" duration-ms="4690" started-at="2011-01-06T10:15:37Z" finished-at="2011-01-06T10:15:41Z">
12        </test-method>
13        <test-method status="PASS" signature="test()" name="test" duration-ms="2004" started-at="2011-01-06T10:15:41Z" finished-at="2011-01-06T10:15:43Z">
14        </test-method>
15        <test-method status="PASS" signature="afterClass()" name="afterClass" is-config="true" duration-ms="17" started-at="2011-01-06T10:15:43Z" finished-at="2011-01-06T10:15:43Z">
16        </test-method>
17      </class>
18    </test>
19  </suite>
20</testng-results>
Note: See TracBrowser for help on using the repository browser.