2gis / winphonedriver

DEPRECATED Please see https://github.com/2gis/Winium.Mobile for latests releases. Selenium Driver for automated testing of Windows Phone 8.1 Silverlight applications.
14 stars 3 forks source link

Make apps testable without injection of InnerDriver #44

Closed NickAb closed 9 years ago

NickAb commented 9 years ago

Visual Studio 2013 Update 2 shipped with some Coded UI support Windows Phone apps. See http://blogs.msdn.com/b/visualstudioalm/archive/2014/04/05/using-coded-ui-to-test-xaml-based-windows-phone-apps.aspx

It would be great to tap into ui automation and use it instead of inner driver, so that no modifications need in the app under a test.

NickAb commented 9 years ago

See https://github.com/2gis/Winium.StoreApps.CodedUi for an early prototype solution.

Goginenni commented 9 years ago

@NickAb Does the solution works for Silverlight apps too ?

NickAb commented 9 years ago

@Goginenni We developed prototype for StoreApps automation, so we did not test it against Silverlight apps. But I have just build a simple Silverlight Pivot App and was able to print out page source and click button. Basically, Silverlight is supported.

Goginenni commented 9 years ago

@NickAb Thank you. I will try.