简体   繁体   中英

Automation of Windows Phone Application with Selenium and Appium

I have an android application. I have automated it with Selenium and Appium. I wrote the scripts in Java language.

Now I want to automate the same application in Windows Phone platform. AFAIK, Appium supports Android and IOS platform only.

Is there any way I can automate Windows Phone application so that I can reuse the same test automation suite I built for Android application? Specifically I want one test suite that will test both android and windows phone application by changing only properties or something else those are concerned.

Note: I found an open source framework Winium . Though it automates windows application, I would not prefer it because I can not reuse my test automation suite I built for Android application. I just don't want to write same scripts again, rather reusing the scripts.

You can not automate Windows Phone application with Appium. You can try Xamarin (not open source).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM