Does Coded UI tests are supported for Silverlight 5 in Visual Studio 2013 ?
hi all,
i know if coded ui tests supported silverlight 5 in visual studio 2013.i have goggled a lot fetch information issue didn't proper information.
only plugin silverlight 5 available microsoft.visualstudio.testtools.uitest.extension.silverlight reference not avilable silverlight 5 projects. unable detect silverlight controls of application.
it helpful if answer query.
hope solution in forum.
thanks,
rakshitha
hi,
please see below steps enable coded ui test:
1. setup silverlight application include helper assembly enables ui testing.
a. add reference microsoft.visualstudio.testtools.uitest.extension.silverlightuiautomationhelper in silverlight application.
b. verify each silverlight control has a unique identification property.
detailed description of procedure given in msdn article - how to: setup silverlight application testing. msdn article describes steps applicable silverlight 4 applications. these same instructions apply silverlight 5 applications.
2. use microsoft visual studio create coded ui tests test silverlight applications.
3. add reference microsoft.visualstudio.testtools.uitest.extension.silverlight in coded ui test project. assembly can found in %program files%\common files\microsoft shared\vstt\12.0\uitestextensionpackages
detailed steps given in msdn article - walktrhough: creating, editing , maintaining coded ui test silverlight applications.
http://msdn.microsoft.com/en-us/library/gg413374(v=vs.100).aspx
best regards,
we trying better understand customer views on social support experience, participation in interview project appreciated if have time. helping make community forums great place.
click here participate survey.
Silverlight > Silverlight 5
Comments
Post a Comment