• ios+Appium+Java


    To run iOS tests, you can follow these steps :

    (Note : I am using Java language here in Eclipse IDE and using Appium app):

    1. Create a new java project in Eclipse.
    2. Import jar files : Selenium Server (formerly the Selenium RC Server) version and required client driver (according to your language choice) which can be downloaded here. (To import : Right click on your project -> Properties -> Libraries -> Add External JARs. Add all three selenium jar files here.)
    3. Download Appium app and launch.
    4. You can run your test scripts either in simulator or on real device. To run scripts on real iOS device, you will need 'deviceName', 'platformVersion', 'UDID' (Device ID) and 'Bundle ID' (Application Bundle ID) and absolute path to the .ipa.
    5. To run scripts on iOS simulator , you will need 'deviceName', 'platformVersion', path to .app and 'Bundle ID' of your app.
    6. Choose capabilties in Appium app and mention the same in your script based on whether you are testing on simulator or on device.
    7. Launch Appium server and then run your script.

    All Appium server capabilities which can be used can be found here.

    You can refer to my blog post here as well for more details to execute a sample basic script.

    转自:http://stackoverflow.com/questions/20730917/setting-up-appium-for-ios-app-test-automation

  • 相关阅读:
    Python爬虫基础之BeautifulSoup
    Python爬虫基础之requests
    Python爬虫基础之UrlError
    Python爬虫基础之Cookie
    module 'socket' has no attribute的解决方案
    ECS——CentOS7下使用yum安装MariaDB
    用 Python 定位特定类型文件
    django——文本编辑器
    解决文件路径的问题的总结
    Django——发送邮件
  • 原文地址:https://www.cnblogs.com/melody-emma/p/4790767.html
Copyright © 2020-2023  润新知