Uncover Secrets of Your App with EspressoDriver by Rajdeep #AppiumConf2019
Have you been in a situation when some cases are impossible to test because Appium doesn't have support? Appium is improving continuously and release of espresso-driver is an example of this.
Espresso driver opens up possibilities of white-box testing using Appium. One of which is the ability to call platform methods on elements via backdoor without modifying Application under test. What it means is, if the Android platform supports some actions or properties on an element, then Appium will support it out of the box.
For an automation engineer, that's a very powerful addition. I was fortunate enough to work on this feature and would like to showcase what are the various tricky cases where this feature can be applied. There will be real examples shown with a sample android app. I will also introduce one more small bonus feature at the end, about flashing elements on screen ;)
Details: https://confengine.com/appium-conf-2019/proposal/8649/there-is-more-in-espresso-drivers-element-than-you-think-whitebox-testing-using-appium
Conference: https://appiumconf.com
Espresso driver opens up possibilities of white-box testing using Appium. One of which is the ability to call platform methods on elements via backdoor without modifying Application under test. What it means is, if the Android platform supports some actions or properties on an element, then Appium will support it out of the box.
For an automation engineer, that's a very powerful addition. I was fortunate enough to work on this feature and would like to showcase what are the various tricky cases where this feature can be applied. There will be real examples shown with a sample android app. I will also introduce one more small bonus feature at the end, about flashing elements on screen ;)
Details: https://confengine.com/appium-conf-2019/proposal/8649/there-is-more-in-espresso-drivers-element-than-you-think-whitebox-testing-using-appium
Conference: https://appiumconf.com
- Category
- Make Up
Comments