This question is locked. New answers and comments are not allowed.
I'm trying to run WebUI Test Studio automatically using Team Foundation Server. My tests works fine if I run them manually through VS (or directly using MSTest.exe), but when I try to run them through the FTS server I get this thing:
| Overall Result: Fail |
| -------------------------------------------------- |
| System.Runtime.Serialization.SerializationException: The constructor to deserialize an object of type 'ArtOfTest.WebAii.Exceptions.UnsupportedNonInteractiveOperationException' was not found. |
| at ArtOfTest.WebAii.Design.Execution.ITestExecuteProxy.ExecuteTest(Test test, Settings settings, String deploymentFolder, ExecutionType exeType) |
| at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteTest(Test testcase, Settings settings, String testBinaryFolder, String deploymentFolder, ExecutionType exeType) |
| -------------------------------------------------- |
| '2010-03-10 16:58:42' - Overall Result: Fail |
Any ideas?