On Opening the project am getting an" Error Deserializing Object " and an empty project is shown.
Attaching Settings.aiis file . Please let me know how to solve this issue
2 Answers, 1 is accepted
0
Elena
Telerik team
answered on 07 Mar 2024, 01:06 PM
Hello Sreelakshmi,
The described behavior is usually caused because there's anything unexpected in the project file and it cannot be read correctly. I reviewed the provided project Setting.aiis file and it seems that there is a missing coma (,) at the end of line 319. Probably it was deleted when sorting out a merge conflict.
Anyways, here are the steps to fix it:
Open the Setting.aiis file in Notepad++.
Scroll down to line 319 and add a coma (,) at its end.
Save the changes.
And then open the project from Test Studio.
It should open the test project as expected.
Let me know if you have any additional questions.
Regards,
Elena
Progress Telerik
Virtual Classroom is the free self-paced technical training portal that gets you up to speed with Telerik and Kendo UI products including Telerik Test Studio! Check it out at https://learn.telerik.com/.