Mobile Testing (Appium) Professional Sample Questions


Sample Questions
 



1. Which of the following refers to the session identifier, used to send commands to the specific test application
A. sessionId
B. sessionNo
C. sessionSerial
D. None of the above

2. What is the default wait time for an  avd to finish its boot animations or avdReadyTimeout
A. 20 seconds
B. 120 seconds
C. 240 seconds
D. None of the above

3. What is the correct syntax of finding an element with ID as student_details
A. findElement(id("student_details"))
B. findElement.id("student_details")
C. findElement(By.id("student_details"))
D. None of the above

4. What is the correct syntax of finding an element with name as email
A. findElement(By.name("Email"))
B. findElement(name("Email"))
C. findElement.name("Email")
D. None of the above

5. Which Android version onwards, does Appium's own UiAutomator libraries are supported
A. 4.2
B. 4.3
C. 2.3
D. 2.2


Answers:      1 (A), 2 (B), 3 (C), 4 (A), 5 (A)


 


Apply for Certification

https://www.vskills.in/certification/testing/mobile-testing-appium-professional


 For Support