So You Think You Know Appium Because You Know Selenium - Wim Selles
-
Locked
Wim Selles
Sr. Solutions Architect
Talk Description
In the last few months, when I helped a lot of people in different automation communities, I saw a lot of people overestimating the "ease" of using Appium with native apps. It seemed that most of them thought that they could use their Selenium and HTML knowledge to automate their native app, but in almost all the cases they found out they made the wrong assumption.
In this talk I'll discuss some key differences between using Selenium and Appium when automating a hybrid and or native app. We'll dive into some most common made assumptions by exploring the differences with a native app. I'll give examples and tips on how to deal with those differences and to prevent the assumptions in the future.
Takeaways
Gather more knowledge about the differences between web and native apps by
- exploring the differences in the DOM, for web, and the UI-hierarchy for native apps (iOS and Android)
- determining the best locator strategy for automating native apps
- discussing some useful ways to use for example:
- crossplatform gestures
- validating texts
- and much more
By the end of this session, you'll be able to:
- TBA