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 [email protected]
Other video links :
• Appium Tutorial For Beginners | Appium For...
#appium #automation #automationtester #automationtesters #selenium #mobiletesting #automationtesting