Wednesday, August 22, 2018

Appium Automation Interview Questions

| Wednesday, August 22, 2018
31. : Which method is used to perform scroll downwards to text inwards appium.
Answer : You tin hold upward scrollTo() method to scroll till text. View scroll downwards to text example.

32. : Is it possible to perform multi-touch activity inwards appium test?
Answer : Yes, We tin perform multi-touch activity action inwards appium automation examine using MultiTouchAction as well as TouchAction class. We tin practice touching on activity chain using MultiTouchAction as well as TouchAction class. View appium multi-touch action example.

33. Is it possible to capture screenshot of android mobile screen?
Answer : Yes, You can. You request to use FileUtils degree to capture screenshot of mobile screen. You tin persuasion capture screenshot example for to a greater extent than detailed answer.

34. Can nosotros examine spider web application inwards mobile using appium?
Answer : Yes. Appium back upward native mobile application, spider web applications as well as hybrid apps inwards mobile. We tin hold upward chrome browser inwards android as well as safari browser inwards IOS devices.

35. What is platformVersion capability?
Answer : In appium automation test, We request to render mobile OS version(Example : 4.4.2) inwards which nosotros are going to examine application. View platformVersion capability example.

Related Posts