Hi All,
I was following this link :http://docs.telerik.com/teststudio/testing-framework/using-nunit and trying to execute test using NUnit.
I can't use this.ExecutionContext.DeploymentDirectory, But i am unable to find a similar function like "this.ExecutionContext.DeploymentDirectory;".
Is there anything we can use for Nunit execution.
I tried AppDomain.CurrentDomain.BaseDirectory; and getting directory.But when i tried
Console.WriteLine("currentExecutionDirectory is :" + ArtOfTest.WebAii.Design.Execution.ExecutionContext.Current.DeploymentDirectory);
I am getting object reference not set to instance of an object.
Kindly let me know.
Thanks,
VVP