I have a VM set up to run nunit tests, which in turn use Selenium 2.0a7, on a Hudson slave VM. I have no problem running the tests on the vm manually, but when they are started by the hudson-slave process (running as a Windows XP service) the following comes up:
Runtime Environment -
OS Version: Microsoft Windows NT 5.1.2600 Service Pack 3
CLR Version: 2.0.50727.3615 ( Net 2.0 )
ProcessModel: Default DomainUsage: Single
Execution Runtime: Default
Unhandled exception thrown in OnSetVisible
W15:37:56:910 .\webdriver.cpp(366) Last error: 0
.F.F.F.F.F.F.F.FUnhandled exception thrown in OnSetVisible
...
Tests run: 35, Errors: 0, Failures: 35, Inconclusive: 0, Time: 0.941094 seconds
Not run: 0, Invalid: 0, Ignored: 0, Skipped: 0
...
1) SetUp Error : MyNamespace.MyTests
SetUp : OpenQA.Selenium.WebDriverException : Cannot create new browser instance: ExpectedError
at OpenQA.Selenium.IE.InternetExplorerDriver..ctor() in e:\Projects\webdriver\trunk\jobbie\src\csharp\webdriver-ie\IE\InternetExplorerDriver.cs:line 68
Any ideas of what the problem could be?