-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Here we will explain how this framework works and how to use it step by step:
-
For starters you need to install the required packages, applications, libraries... (Python, pip, Android SDK, Android Studio, appium...)
-
Appium server and capabilities -> We need to get the capabilities for our webdriver to connect to the device and app
-
App window classes -> These are the classes where we write the methods that interact with the app using xpaths, ids and the webdriver
-
Test Suite Classes -> These are the classes where we use the classes and method created in the path above to compose test inside methods and together form these classes that represent test suites
-
Schedule Tests -> Set this project up so you can tell which order and which device each test must be executed in