Mobile Automation Testing Interview Questions And Answers

26. : Can you tell me usage of findElements() method? Answer : We can use findElements() method to get the list of elements from page. Example : Supposing there are 5 buttons on page with same class name. In this case, We can use findElements() method and provide reference of class name in xpath(Example : … Read more

Latest Interview Questions For Android App Automation

21. : Which android version is supported by appium? Answer : Appium support Android 17+ API level versions only. You need to use selendroid if you have older version of android API level. View MORE DETAILS. 22. : How to configure appium project in eclipse? Answer : Appium project configuration steps are given on THIS PAGE. 23. … Read more

Appium Android Interview Questions

16. : Can you tell me few appium limitations? Answer : Limitations Of Appium are described on THIS PAGE. 17. : Tell me different ways to locate android app elements in appium automation. Answer : You can locate android app’s elements using bellow given different ways. XPath ID Name className AccessibilityId 18. : Can you tell me different ways … Read more

Latest Appium Interview Questions

11. : How to configure android device to run software test using appium in devices? Answer : In order to run software automation tests using appium in android device, You need to enable USB debugging in your android device. VIEW DETAILS on how to enable USB debugging in android device. 12. : Tell me the command name for windows … Read more