I have a projec that has recent starting giving the following error when I try and run it:
(note: my other projects work fine)
(note: my other projects work fine)
"C:\Program Files (x86)\Telerik\Test Studio\Bin\ArtOfTest.Runner.exe" list="C:\Automation\Test Studio Projects\AuthAnvil PasswordServer\TestLists\PWS Static Tests.aiilist"
There was an error deserializing the object of type ArtOfTest.WebAii.Design.ProjectModel.Test. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 1, position 252.
at ArtOfTest.WebAii.Design.ProjectModel.Project.LoadTest(String filePath)
at ArtOfTest.WebAii.Design.Execution.CommandLineRunner.ExecuteListInternal(TestList list, String projectPath, Dictionary`2 publishArgs)
at ArtOfTest.WebAii.Design.Execution.CommandLineRunner.ExecuteTestList(String aiiListPath, Dictionary`2 publishArgs)
at ArtOfTest.Runner.Program.CommandLineExecution(String[] args)
at ArtOfTest.Runner.Program.Main(String[] args)