Beginners Tutorial on Mobile App Automation using Appium NodeJs and WebDriverIO | Appium 2.0 |

preview_player
Показать описание
In this video, I have discussed about how start your test automation journey with mobile automation using appium, nodejs and webdriverio.

Essential Links:
Android Studio

Essential Commands
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)

Other video links :
#appium #automation #automationtester #automationtesters #selenium #mobiletesting #automationtesting
Рекомендации по теме
Комментарии
Автор

Arnab, how do you implement asserts here? I've followed the tutorial and everything goes fine until I try to assert elements existence and text validation. Thank you for sharing.

natxa