Hi Team,
I have tried below code but it isn't working
using System.Runtime.Serialization;
Log.WriteLine(this.ExecutionContext.Test.Name.ToString());
Below is the error i am getting after compiling above code
d:\Financials Panel\fgdg.tstest.cs(87,49) : error CS0012: The type 'System.Runtime.Serialization.IExtensibleDataObject' is
defined in an assembly that is not referenced.
You must add a reference to assembly 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
d:\Financials Panel\fgdg.tstest.cs(87,49) : error CS0012: The type 'Telerik.TestStudio.Interfaces.Storage.IDataTransport' is
defined in an assembly that is not referenced.
You must add a reference to assembly 'Telerik.TestStudio.Interfaces, Version=2016.2.630.0, Culture=neutral, PublicKeyToken=b9f4c4e36181b3de'.
Thanks
Abdul