Beginners Tutorial on Mobile App Automation using Appium NodeJs and WebDriverIO | Appium 2.0 |
AutomationWithArnab
0:00 / 0:00
Beginners Tutorial on Mobile App Automation using Appium NodeJs and WebDriverIO | Appium 2.0 |
8 872 просмотра · 3 г. назад
AutomationWithArnab
972 подписчика
8 872 просмотра · 3 г. назад
In this video, I have discussed about how start your test automation journey with mobile automation using appium, nodejs and webdriverio.
Essential Links:
NodeJs Download : https://nodejs.org/en/download
Android Studio
Download : https://developer.android.com/studio
Install : https://developer.android.com/studio/...
VS Code : https://code.visualstudio.com/download
Essential Commands
Install Appium : npm i -g appium@next
Start Appium server : appium
get deviceName or deviceId (android) : adb devices
Get appkacge and app activity :
Step 1 : Connect your device
Step 2 : launch the app manually
Step 3: adb shell "dumpsys window windows | grep -E 'mCurrentFocus'"
Run your test : node .\filename(JS)
For paid course email to automationwitharnab@gmail.com
Other video links :
• Appium Tutorial For Beginners | Appium For...
#appium #automation #automationtester #automationtesters #selenium #mobiletesting #automationtesting