2gis / Winium.Mobile

Winium.Mobile is Selenium Remote WebDriver implementation for automated testing of Windows StoreApps and Silverlight apps, tested on emulators (currently only Windows Phone/Mobile apps are supported).
Mozilla Public License 2.0
51 stars 29 forks source link

How to write automation for appx file? #139

Closed maninwindow closed 8 years ago

maninwindow commented 8 years ago

I am new for windows phone development and currently working on windows phone automation test.I only have appx file of the AUT,.My questions as follows: 1.Is it possible to automate appx files without source code? 2.If it is possible how to install appx file into windows phone emulator by writing code. 3.Is there any sample for this kind of automation? Thanks in advance.

NickAb commented 8 years ago

It is not possible to automate the appx without embedding inner server in case of Winium.StoreApps.

You can automate the app without modification using Coded UI or Winium.StoreApps.CodedUi that wraps Coded UI. Coded UI will require Premium or equivalent license of Visual Studio.

maninwindow commented 8 years ago

Thank you very much. Let me try it with Winium.StoreApps.CodedUi .