Appium Installation and setup for windows

preview_player
Показать описание
This video tutorial describes all the steps involved in
installation and setting up the Appium for Mobile App Testing.
Following are the steps:
1) Download and Install JDK
2) Download and Install Appium
3) Download and Install Appium inspector:
4) Download and Install IntelliJ
5) Download and Install Android Studio

6) Setup System Environment Variables:
JAVA HOME - SDK - C:\Program Files\Java\jdk-17.0.1
ANDROID HOME - C:\Users\user\AppData\Local\Android\Sdk
Platform Tool - C:\Users\user\AppData\Local\Android\Sdk\platform-tools
Build Tool - C:\Users\user\AppData\Local\Android\Sdk\build-tools
Tool - C:\Users\user\AppData\Local\Android\Sdk\tools
7) Check setup via:
java -version
adb devices
Рекомендации по теме
Комментарии
Автор

hello sir i have an error in appium

[HTTP] <-- POST /wd/hub/session 500 18051 ms - 5281
[HTTP]
[Instrumentation] The process has exited with code 0

VickyMehta-xgtc