Appium Tutorials for Beginners using Real Device | Youtube Automation | End to End Test Scenarios |

Опубликовано: 25 Май 2026
на канале: AutomationWithArnab
3,882
59

In this video, I have discussed how to automate an application on a real device. I have shown it here how to automate a real-life test scenario for a an application.
Download & Install JDK - https://www.oracle.com/java/technolog...
Download & Install or Download & Unzip IntelliJ
Download & Install android studio - Android SDK through Android Studio https://developer.android.com/studio
Set environment variable(path)
Set JAVA_HOME & ANDROID_HOME
Plugin Device (turn on developer mode & USB debugging) Find build number under settings and tap 7 times on build number. Enter your pattern, PIN or password to enable the Developer options menu. The "Developer options" menu will now appear in your Settings menu. Turn On the "USB Debugging" option from "Developer Options"
Indentify appPackage & appActivityName Open the app in your device : and use the command - adb shell "dumpsys activity activities | grep mResumedActivity"
Create Java(Maven) Project in IntelliJ
Add Dependencies https://mvnrepository.com/artifact/or... https://mvnrepository.com/artifact/io...
Identify Elements
Start Writing Code for Automation

Other Appium Tutorials :
Appium Tutorials for Beginners - Environment Setup:    • Appium Tutorial For Beginners | Appium For...  
Appium Tutorials for Beginners - Use of TestNG and Appium Inspector:    • Appium Tutorial For Beginners | Appium For...  
How to create test automation framework:    • Create Test Automation Framework using App...  
How to use UIAutomator2Optiions and Java Client V8:    • Appium(Java-Client) Migration V7 to V8 | S...  

** LIKE ** SHARE ** SUBSCRIBE**