Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanhuber/icsoft-2019
Analysing the performance of mobile cross-platform development approaches using UI interaction scenarios
https://github.com/stefanhuber/icsoft-2019
Last synced: about 1 month ago
JSON representation
Analysing the performance of mobile cross-platform development approaches using UI interaction scenarios
- Host: GitHub
- URL: https://github.com/stefanhuber/icsoft-2019
- Owner: stefanhuber
- Created: 2019-11-24T18:39:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:29:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T22:45:44.357Z (7 months ago)
- Language: Python
- Homepage: https://link.springer.com/chapter/10.1007/978-3-030-52991-8_3
- Size: 22.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analysing the performance of mobile cross-platform development approaches using UI interaction scenarios
## Requirements
- `adb` must be available via command line
- Currently `androidviewclient` requires python 2, a python 2 version is required (might change after `androidviewclient` update)## Installation
- Virtual environment: `python -m venv venv --python=PATH_TO_PYTHON_2_EXE`
- Activate virtual environment: `venv/Scripts/activate`
- Install pip dependencies: `pip install -r requirements.txt`
## Run interactions- **Virtual environment must be activated**
- **Connect a device in developer mode via USB** (ensure that tha `adb daemon` is running)
- Execute `python main.py` to start the test procedure## Paper
[https://link.springer.com/chapter/10.1007/978-3-030-52991-8_3](https://link.springer.com/chapter/10.1007/978-3-030-52991-8_3)