I am currently using selenium webdrivers for web application automation. Planning to develop tests for Native and web apps in Iphone.

I was wondering if I could use Appium to test both android and IOS. And we are working on Windows machines currently.

有帮助吗?

解决方案

Yes, you can use Appium to test both Android and iOS apps, both native and web based.

In terms of what platforms are supported:

  • for iOS test automation:

    • Mac OS X 10.7 or higher, 10.8.4 recommended
    • XCode >= 4.6.3
    • Apple Developer Tools (iPhone simulator SDK, command line tools)
  • for Android test automation:

    • OS X, Linux and has beta support for Windows
    • Android SDK API >= 17

Here's a link with more info and instructions - check out Requirements section: http://appium.io/getting-started.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top