Advanced Appium Quiz – Test Your Knowledge! Do you consider yourself an Appium expert? Get ready for 9 challenging Appium quiz questions! 1. What language is Appium developed in? Java Node.js C# 2. What line of code is correct for click on buttonElement with TouchActions actions = new TouchActions(driver); actions.click(buttonElement); actions.perform(); actions.perform().press(buttonElement); actions.press(buttonElement).perform(); 3. Which method is not included in TouchActions? press click tap longPress 4. Does moveTo method in TouchActions can be called in a different way than moveTo(xPos, yPos)? yes no 5. Activity ‘A’ immediately opens activity ‘B’, to avoid exception running driver.startActivity(activity) one has to: activity.setAppWaitActivity(null); activity.setAppWaitActivity(“”); activity.setAppWaitActivity(“*”); activity.setAppWaitActivity(“.”); 6. Scroll to an element on iOS can be done by using: findElement scroll to element automatically on iOS JavascriptExecutor and Predicate PredicateExecutor and any location strategy Not possible when element is not in viewport 7. Scroll to an element on Android can be done by using: findElement scroll to element automatically on Android UiScrollable and UiSelector UiSelectable and UiScroll Not possible when element is not in viewport 8. To use POM (Page Object Model) with AndroidElement (Java), one has to: Decorate elements with @AndroidElement Initialize the page object using PageFactory.initElements Use AppiumFieldDecorator All of the above 9. Swipe in Android and in iOS require different data: Android requires start and end point, while iOS needs start point and relative distance iOS requires start and end point, while Android needs start point and relative distance Android and iOS, both require start point and end point None of the above Click SUBMIT to find out how you scored! Enter your E-mail address to receive the correct answers via mail. ***Your E-mail address will remain confidential. We will NOT spam, spy and we will NEVER share your information with any third parties. Email Time's up