2gis / Winium.StoreApps.CodedUi

Prototype of Winium.StoreApps driver using CodedUI. Implements JsonWireProtocol for automation of Windows Phone applications
10 stars 8 forks source link

How to write automation for appx file? #20

Open maninwindow opened 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 possible using this project, but this project is mainly proof of concept and not read for stable production use. You can find samples in repo at https://github.com/2gis/Winium.StoreApps.CodedUi/blob/master/TestExamples/test_sample.py

maninwindow commented 8 years ago

Let me try. Thank you very much!