Next appium and Android mobile app automation video tutorial is live. If you are new to appium then please check - appium-tutorial
This video tutorial covers -
- Start vysor (Just for this session and not mobile automation :))
- Start appium and start appium inspector
- Desired Capabilities
- platformName - Android
- deviceName - L2N0219828001013 (as seen on "adb devices")
- Saved Capability Sets
- Start Session
- Scan app elements using appium inspector
- Get appPackage and appActivity using "APK info" app
- Install "APK info" app and open app whose appPackage and appActivity are required i.e. calculator
- Check top section of app icon
- com.android.calculator2 is app package
- com.android.calculator2.Calculator is app activity
- testng.xml file settings for running Android app tests
- Test details com.seleniumtests.tests.mobile.AndroidAppTest and CalculatorScreen class
- View beautiful STF test report
Comments
Post a Comment
No spam only genuine comments :)