Hi All,
I have been using telerik WebAii framework with great success in the past few years when running UI automation. I am using the SDK directly (writing code) and I am not using the Test Studio UI to run my test.
Test execution is happing via Visual Studio MSTest tool.
I recently change my entire code to use .Net 4.5 instead of 3.5. Everything was working smoothly until I tried to run my UI automation. Most of the UI cases run with no issue until I hit a set of case that utilize 4.5 code. The test case outcome will succeed but it will put WebAii (or the machine) in some kind of odd state. All subsequent cases, regardless of their complexity will fail run trying to launch the browser
this.Manager.LaunchNewBrowser()
The API will timeout with little indication on the failure.
I am not able to repro the issue on my local machine but this repro 100% in a lab environment. My local machine has IIS, SQL, Azure SDK, .Net 3.0, .Net 4.5, and many other component/software install while the lab machine has very little.
I am running Windows 8 locally and the lab is running Windows Server 2012.
Not using .Net 4.5 feature in the scenario I am trying to test is not an option so I need to find out what is causing the error.
Has anyone experienced similar issues with WebAii and .Net 4.5? If so, is there any work around?
Will a 4.5 version of WebAii be available anytime soon?
Thanks.
David.
I have been using telerik WebAii framework with great success in the past few years when running UI automation. I am using the SDK directly (writing code) and I am not using the Test Studio UI to run my test.
Test execution is happing via Visual Studio MSTest tool.
I recently change my entire code to use .Net 4.5 instead of 3.5. Everything was working smoothly until I tried to run my UI automation. Most of the UI cases run with no issue until I hit a set of case that utilize 4.5 code. The test case outcome will succeed but it will put WebAii (or the machine) in some kind of odd state. All subsequent cases, regardless of their complexity will fail run trying to launch the browser
this.Manager.LaunchNewBrowser()
The API will timeout with little indication on the failure.
I am not able to repro the issue on my local machine but this repro 100% in a lab environment. My local machine has IIS, SQL, Azure SDK, .Net 3.0, .Net 4.5, and many other component/software install while the lab machine has very little.
I am running Windows 8 locally and the lab is running Windows Server 2012.
Not using .Net 4.5 feature in the scenario I am trying to test is not an option so I need to find out what is causing the error.
Has anyone experienced similar issues with WebAii and .Net 4.5? If so, is there any work around?
Will a 4.5 version of WebAii be available anytime soon?
Thanks.
David.