- You need to install katalon studio.
- Install Node JS.
- Install Appium on your laptop or desktop. Must run as Administrator command prompt & type ( npm install -g appium )
- Then set up Appium Directory. Menu >> Windows >> Katalon Studio Preferences >> Katalon >> Mobile. Here, set the Appium Directory folder. Additionally, by default, it’s usually installed at C:\Users\{your login account}\AppData\Roaming\npm\node_modules\appium.
- Test APK is located in the project directory, which is called Apk.
- Here I use android studio AVD (Android Virtual Devices) manager for Virtual Device. I didn't connect any android phone to my desktop. If you run a low-end pc, you need to plug in your android phone to your desktop.
- It would help if you were a developer mood. (Example: Press MIUI Version rapidly)
- Go to the Developer Options. Enable USB Debugging, USB Debugging (Security Settings), Install via USB.
- Connect your phone via USB to your device.
- You can also use Vysor to share your Android phone screen with your devices & 3uTools for IOS devices.