(X) Hide this Sign up for the upcoming webinar on WCF RIA Services Validation by Brian Noyes. March 16th, 10 am PST (check your local time)
Full info | Sign up | More webinars
Skip Navigation LinksHome / Tips / View Tip

Search

 
Results Per Page

Found 3 results for StatLight.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Jul 30, 2010 (7 months ago)
    In this post, Sergey Barskiy discusses UI testing and test automation with StatLight framework.

    In my last post I am going to cover the last two topics I set out to address.  The first topic is UI testing.  What unit test frameworks lack sometime is the actually UI testing.  What I mean by that is for example, click on a button, then see what happens.  In case of Silverlight, Silverlight framework itself has a number of helper classes to help us achieve this goal.  For example, ButtonAutomationPeer class allows us to drive button actions from within unit tests.  Also, Microsoft Silverlight unit testing framework allows developers to insert UI components onto unit testing surface.



  • StatLight (Silverlight Test Automation Tool) V0.8 Released

    0 comments  /  posted by  Silverlight Show  on  Oct 08, 2009 (more than a year ago)
    Tags: Tools , StatLight , Testing
    Jason Jarrett annonces that a new version of the StatLight tool has been released.

    Major Feature Updates:

    • Support for 64bit
    • Back support for previous Microsoft.Testing.Silverlight assemblies
      • By giving the tool a specific -v=[December2008 | March2009 | July2009], StatLight can now run the asynchronous tests supported by the Microsoft Testing library.
    • Xml report output.
      • By giving the tool the -r=<FilePath.xml>. StatLight will write out an xml report of the test run.
    • Update to the Silverlight 3.0 Runtime – Should be compatible with Silverlight 2.0 assemblies.
  • 0 comments  /  posted by  Silverlight Show  on  May 12, 2009 (more than a year ago)
    Tags: StatLight , Testing

    Jason Jarrett announces that a new version of StatLight has been released.

    In the previous version (0.4) you could only use StatLight with the March 2009 build of Microsoft.Silverlight.Testing.dll. It will now work with any version.