Note that there are some explanatory texts on larger screens.

plurals
  1. POSelenium Webdriver throws RemotingException during test run
    primarykey
    data
    text
    <p>I recently inherited a c# based web project that is using Selenium Webdriver for acceptance testing. From the beginning I have been unsuccessful in getting the tests to have a complete run. The typical behavior that I am seeing is the test will throw an exception (see below) while it's traversing the test fixtures. The order of the test run does not see to be important because I have tried to alter the order to see if the errors were the result of a bad test. </p> <p>I have tried running using an nAnt script and also via Resharper inside Visual studio. Regardless of the method or the test fixtures I choose the result is the same.</p> <p>My current setup is Selenium Webdriver 2.2, XUnit 1.1, Firefox 10, and using nAnt .91 as my build tool. All of this is running against .net 3.5 version.</p> <p>My end goal is to run these tests on our Hudson box.</p> <p>Let me know if there is any other information I can provide.</p> <p>Thanks, - e r i c</p> <pre><code> System.Runtime.Remoting.RemotingException: Object '/eb473230_0710_4707_866c_9c04ea4a2c5f/9nzwh0chovd81dduvwr_jyj0_2.rem' has been disconnected or does not exist at the server. at System.Object.FieldGetter(String typeName, String fieldName, Object&amp; val) at Xunit.Sdk.Executor.RunTests..ctor(Executor executor, String _type, List`1 _methods, Object _handler) at Xunit.ExecutorWrapper.RethrowWithNoStackTraceLoss(Exception ex) at Xunit.ExecutorWrapper.CreateObject(String typeName, Object[] args) at Xunit.ExecutorWrapper.RunTests(String type, List`1 methods, Predicate`1 callback) at Xunit.TestClass.RunTests(List`1 methods, ITestMethodRunnerCallback callback) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload