
Appium Tutorial For Beginners | Appium For Mobile App Testing | Environment Setup | First Script |
To Start Automation with Appium, we have to follow some certain steps. First we have to make our system ready and then we can start our journey with appium.
Download & Install JDK - www.oracle.com/java/technologies/downloads/#jdk17-…
Download & Install or Download & Unzip Eclipse www.eclipse.org/downloads/
Download & Install android studion - Android SDK thourgh Android Studio 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 Eclipse
Add Dependencies mvnrepository.com/artifact/org.seleniumhq.selenium… mvnrepository.com/artifact/io.appium/java-client
Identify Elements
Start Writing Automtion Code
Desired Capabilities : appium.io/docs/en/writing-running-appium/caps/
Download Sample Code
github.com/AutoInnoMation/AppiumExamples.git
** SHARE** SUBSCRIBE***
If you have any doubt, please comment on this video.
コメント