Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 920 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 920 Bytes

Mobile Automation

Introduction

Mobile Automation is done through AppiumLibrary which is an appium testing library forRobot Framework.The required libraries can be downloaded from PyPi

Appium <http://appium.io/>is mobile automation tool to communicate both Android and iOS Application.It is similar to how selenium webdriver talk to the real web browser.

Pre-Request Installation

Java

Python

NodeJS

Appium Server GUI

Appium Inspector

Android Studio

Xcode

PyCharm CE or Intelij IDEA CE

Install Robot framework Libraries

Once clone the smc-automation repository, then run the install_libraries.sh or

python3 -m pip install -r resources/configuration/requirements.txt

Confirm the dependencies installation

pip3 show robotframework