Thursday, December 30, 2010

TestComplete now supports Silverlight 4

Today I got chance to work with TestComplete to automate a Silverlight application.

http://www.automatedqa.com/blogs/post/10-12-09/TestComplete-8-10-Enhanced-Support-for-Silverlight-4-Applications.aspx

If you need to get the support for Silverlight object recognition you need to patch your xap with a TestComplete utility. The patch just adds 2 dlls into your xap and updates the AppManifest.xaml file.

We have an application which uses same code base for WPF as well as Silverlight .Hope our WPF test scripts will execute for testing Silverlight version as well.

4 comments:

VIAJANDO E PULANDO said...

hello Congratulations your blog

Joymon said...

Thanks

Sriram said...

Hi.How to recognize Siverlight Object in TreeView In Testcomplecte. can help you and Few Combobox like Autocobobox properties are text and popup. In popup there are so many items.
But my problem is "ListBoxItem" are not Displayed .

Joymon said...

Are you inheriting ListBoxItems?
We had same issue. It was not recognizing our custom controls?