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

How do i run code written for silverlight control testing

1 Answer 27 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Arsalan
Top achievements
Rank 1
Arsalan asked on 12 Nov 2010, 12:12 PM
Hi,
I am using following tools for writing code and then subsequently running the test automation code:
Webaii 2.0
VS Express Edition 2010
Gallio Icarus  Ver 3.2 ( for running the Dlls)

i have written some code for testing a simple silverlight application. The code is also given here http://www.artoftest.com/support/webaii/topicsindex.aspx. Now, after compilation, when i try to run the dll with the help of Gallio Icarus, it says
  • IgnoreReason: This test is not supported by any available test framework.

  • My Question: How do i run the code now? using which framework?  

    Regards,

     

    1 Answer, 1 is accepted

    Sort by
    0
    Stoich
    Telerik team
    answered on 17 Nov 2010, 12:43 PM
    Hello Arsalan,

      To quote the Gallio page:
    "Gallio is a test automation platform." and "The Gallio test model enables MbUnit to work with Gallio in the same way that any other supported framework works with Gallio"

    So Gallio is a runner. The problem is that WebAii is not a supported framework but MbUnit is. 
    You need to disguise your test as an MbUnit in order to make Gallio recognize and run it.
    WebAii is integrated with MbUnit so you should still be able to get the job done. You need to create a test using the MbUnit Test's template and use WebAii from there. This should help you:
    http://www.artoftest.com/support/webaii/topicsindex.aspx?topic=usingmbunit

    I hope this solution will work for you, let us know if you're still having trouble with it!

    Sincerely yours,

    Stoich
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items




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