能够支持python开发的环境_Mobly 是一个 Python 开发的测试框架,支持要求多设备、复杂环境以及自定义硬件设置的测试案例...
Welcome to MoblyMobly is a Python-based test framework that specializes in supporting test cases that require multiple devices, complex environments, or custom hardware setups.Here are some example us
Welcome to Mobly
Mobly is a Python-based test framework that specializes in supporting test cases that require multiple devices, complex environments, or custom hardware setups.
Here are some example use cases:
P2P data transfer between two devices
Conference calls across three phones
Wearable device interacting with a phone
Internet-Of-Things devices interacting with each other
Testing RF characteristics of devices with special equipment
Testing LTE network by controlling phones, base stations, and eNBs
Mobly can support many different types of devices and equipment, and it's easy to plug your own device or custom equipment/service into Mobly.
Mobly comes with a set of libs to control common devices like Android devices.
While developed by Googlers, Mobly is not an official Google product.
Compatibility
Mobly is compatible with both python 3.4+ and python 2.7.
NOTE: As part of the bigger communitiy initiative, we are planning to drop Python 2.7 support at the end of 2019.
Mobly tests could run on the following platforms:
Ubuntu 14.04+
MacOS 10.6+
Windows 7+
Platform
Build Status
Linux
Windows
System dependencies
adb (1.0.36+ recommended)
python2.7 or python3.4+
python-setuptools
If you use Python3, use pip3 and python3 (or python3.x) accordingly.
Installation
You can install the released package from pip
pip install mobly
or download the source then run setup.py to use the bleeding edge:
git clone https://github.com/google/mobly.git
cd mobly
python setup.py install
You may need sudo for the above commands if your system has certain permission restrictions.
Tutorials
Mobly 101 - Simple test examples to get you started with Mobly.
Mobly Instrumentation Runner Tutorial - How to use Mobly's Android instrumentation test runner to run Android instrumentation tests.
Mobly AndroidDevice Service - Create custom service to attach to Mobly's AndroidDevice controller.
Mobly Snippet
The Mobly Snippet projects let users better control Android devices.
Mobly Snippet Lib: used for triggering custom device-side code from host-side Mobly tests. You could use existing Android libraries like UI Automator and Espresso.
Mobly Bundled Snippets: a set of Snippets to allow Mobly tests to control Android devices by exposing a simplified version of the public Android API suitable for testing.
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐



所有评论(0)