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

WebAii UI testingfreamework - silverlight example using Nunit

3 Answers 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rolando
Top achievements
Rank 1
Rolando asked on 01 Dec 2011, 07:22 PM
Hi,
After to get working the a basic example from http://www.telerik.com/automated-testing-tools/community/forums/test-studio-express/automation-framework/webaii-ui-testingfreamework--silverlight-example.aspx.

After that I wanted to create the example using Nunit using the pattern [SetUp] -  [Test] -  [TearDown]. but I got exactly the same error message (see the image)
http://tinypic.com/r/t5m9hg/5

Best Regards,
Rolando.

3 Answers, 1 is accepted

Sort by
0
Rolando
Top achievements
Rank 1
answered on 05 Dec 2011, 11:40 PM
I try to follow the link the video http://www.telerik.com/automated-testing-tools/support/videos/advanced-techniques/webaii-testing-framework-and-nunit.aspx

But i am not getting any result
I have change in my code. you can see in the image.
http://tinypic.com/r/adghmp/5
0
Accepted
Plamen
Telerik team
answered on 06 Dec 2011, 07:11 PM
Hello Rolando,

I was able to replicate the problem you are experiencing, and am happy to inform you that there is a really simple solution. Just set your test project to build in x86 mode. The default is "Any CPU" which means it will run in 64 bit mode on a 64-bit platform and 32-bit mode on a 32 bit platform. The framework is only compatible with 32-bit mode. 

In this video I'm demonstrating what has to be done in order to run your test successfully using Visual Studio and ReSharper.

Hope this helps!

Regards,
Plamen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rolando
Top achievements
Rank 1
answered on 06 Dec 2011, 07:23 PM
Thank Plamen,
now it's working for me :)

Tags
General Discussions
Asked by
Rolando
Top achievements
Rank 1
Answers by
Rolando
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or