How will we go about automating testing of a SilverLight application?

I'm a little worried about how we test automation engineers will be able to pull off the automation of a Silverlight application? What are your thoughts? Is there a plan for a supporting automation library? Is thereanyinformation available regarding this?
[268 byte] By [BrentStrange] at [2008-2-13]
# 1

I understand your worry. Right now, it's pretty much untestable from the traditional out-of-proc UI testing perspective. I'm a Test Architect at Microsoft, and I'm struggling with the same issue. We urged the Silverlight team to implement Accessibility for this release, but there just wasn't time. I can assure you that Silverlight will support MSAA and/or Windows UI Automation on Windows, and Silverlight intends to support the Mac AXAPI on the Mac. Thus, any existing test tools that support driving UI through Accessibility will be fully enabled to automate Silverlight applications in a future release.

For now, you pretty much would need to do some in-proc testing of your application using the object model.

Thanks!

Bri

BrianMcMaster at 2007-9-28 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 2
Hi Brian,

To clarify, do your comments apply to both Silverlight 1.0 and 1.1?

Cheers,
Matt

MattDunn at 2007-9-28 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 3
Are there any updates on this issue? My team is starting a project based on 1.1 alpha and I'd like to know what it supports.

Thanks!

Evan

EvanL at 2007-9-28 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 5


At InCisif Software, we also plan to look at SilverLight and hopefully add support for SilverLight in the future to our .NET web functional testing tool InCisif.net.

Check out our web site in September 2007, we should have a first prototype, though we may have to wait for the final release of Silver Light 1.1 before committing to a solution.

Frederic Torres
www.InCisif.net
Web Testing with C# or VB.NET

FredericTorres at 2007-9-28 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 6

Our iMacros in-browser web testing software supports Java, Flash and Silverlight tests directly inside Internet Explorer and inside the iMacros Browser (Flash testing demo here, Silverlight automation works exactly the same way.)

A free trial is available at http://www.iopus.com/download/.

Ann

Ann2008 at 2007-9-28 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...