source: devel/testlink/automation2.0/test-output/junitreports/TEST-br.gov.serpro.expresso.cte.calendar.TesteCompromisso.xml @ 3766

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

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

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated by org.testng.reporters.JUnitReportReporter -->
3<testsuite hostname="luiz-VirtualBox" name="br.gov.serpro.expresso.cte.calendar.TesteCompromisso" tests="2" failures="0" timestamp="8 Feb 2011 12:40:58 GMT" time="4.711" errors="1">
4  <testcase name="init" time="4.552" classname="br.gov.serpro.expresso.cte.calendar.TesteCompromisso"/>
5  <testcase name="test" time="0.159" classname="br.gov.serpro.expresso.cte.calendar.TesteCompromisso">
6    <error type="org.openqa.selenium.WebDriverException" message="Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIWebNavigation.loadURI]
7System info: os.name: &#039;Linux&#039;, os.arch: &#039;i386&#039;, os.version: &#039;2.6.35-22-generic&#039;, java.version: &#039;1.6.0_22&#039;
8Driver info: driver.version: RemoteWebDriver">
9      <![CDATA[org.openqa.selenium.WebDriverException: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIWebNavigation.loadURI]
10System info: os.name: 'Linux', os.arch: 'i386', os.version: '2.6.35-22-generic', java.version: '1.6.0_22'
11Driver info: driver.version: RemoteWebDriver
12        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
13        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
14        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
15        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
16        at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:131)
17        at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:105)
18        at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:395)
19        at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:157)
20        at br.gov.serpro.expresso.cte.pages.calendar.CalendarPage.openTodayView(CalendarPage.java:27)
21        at br.gov.serpro.expresso.cte.calendar.TesteCompromisso.test(TesteCompromisso.java:19)
22        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
23        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
24        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
25        at java.lang.reflect.Method.invoke(Method.java:597)
26        at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74)
27        at org.testng.internal.Invoker.invokeMethod(Invoker.java:673)
28        at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:846)
29        at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1168)
30        at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
31        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
32        at org.testng.TestRunner.runWorkers(TestRunner.java:1125)
33        at org.testng.TestRunner.privateRun(TestRunner.java:749)
34        at org.testng.TestRunner.run(TestRunner.java:600)
35        at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
36        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
37        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
38        at org.testng.SuiteRunner.run(SuiteRunner.java:223)
39        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
40        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
41        at org.testng.TestNG.runSuitesSequentially(TestNG.java:954)
42        at org.testng.TestNG.runSuitesLocally(TestNG.java:883)
43        at org.testng.TestNG.run(TestNG.java:817)
44        at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:110)
45        at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:205)
46        at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:174)
47Caused by: org.openqa.selenium.remote.ErrorHandler$UnknownServerException: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIWebNavigation.loadURI]
48System info: os.name: 'Linux', os.arch: 'i386', os.version: '2.6.35-22-generic', java.version: '1.6.0_22'
49Driver info: driver.version: unknown
50]]>
51    </error>
52  </testcase>
53</testsuite>
Note: See TracBrowser for help on using the repository browser.