Hi Telerik,
We want to upgrade our solutions to latest telerik framework i.e Testing_Framework_2018_1_0418_2_Free. But while launching a browser for any test using any of the browser using RunTest option from visual studio, we are getting following below exception. When I am using Debug Test option from VS 2015, the same test is working for me on IE,chrome and firefox browser. I am only seeing the below issue when i use "Run Test" option.
[TestMethod, Description("This is test.")] public void CbRegression_SmartTag_LoginTest() { Manager.LaunchNewBrowser(BrowserType.InternetExplorer); ActiveBrowser.NavigateTo("http://news.google.com/"); }
"ArtOfTest.WebAii.Messaging.Process.ExecutionMediator" threw an exception. System.Reflection.ReflectionTypeLoadException- unable to load types.
Please note that i am using BaseTest class to intialize the test and my targetted framework is 4.5 and VS2015.
Please see the attached error screenshot on test intialization.
Thanks & Regards,
