This is a migrated thread and some comments may be shown as answers.

[Solved] Test Initialization Error with Latest WebAii framework

1 Answer 83 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vinay
Top achievements
Rank 1
Vinay asked on 04 Jun 2018, 05:40 PM

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,

1 Answer, 1 is accepted

Sort by
0
Elena
Telerik team
answered on 06 Jun 2018, 02:32 PM
Hi Ranjeet,

Thank you for your query. 

Please note this current post duplicates another posted by you and therefore will be closed. Please find further details in the other forum thread

Regards,
Elena Tsvetkova
Progress Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
Vinay
Top achievements
Rank 1
Answers by
Elena
Telerik team
Share this question
or