简体   繁体   English

使用Selenium和Appium自动化Windows Phone应用程序

[英]Automation of Windows Phone Application with Selenium and Appium

I have an android application. 我有一个android应用程序。 I have automated it with Selenium and Appium. 我已经使用Selenium和Appium将其自动化。 I wrote the scripts in Java language. 我用Java语言编写了脚本。

Now I want to automate the same application in Windows Phone platform. 现在,我想在Windows Phone平台中自动化相同的应用程序。 AFAIK, Appium supports Android and IOS platform only. AFAIK, Appium仅支持Android和IOS平台。

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? 有什么方法可以使Windows Phone应用程序自动化,以便可以重复使用为Android应用程序构建的同一测试自动化套件? 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. 具体来说,我想要一个仅通过更改属性或其他相关属性即可测试android和Windows Phone应用程序的测试套件。

Note: I found an open source framework Winium . 注意:我找到了一个开源框架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. 尽管它可以自动执行Windows应用程序,但我不喜欢它,因为我无法重用为Android应用程序构建的测试自动化套件。 I just don't want to write same scripts again, rather reusing the scripts. 我只是不想再次编写相同的脚本,而是重用这些脚本。

You can not automate Windows Phone application with Appium. 您无法使用Appium自动化Windows Phone应用程序。 You can try Xamarin (not open source). 您可以尝试Xamarin(非开源)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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