
Welcome to your Quiz Time – Selenium, Appium and Automation Best Practices!
1.
Are WebDriver and WebElement considered a variable, class, interface, or method?
2.
What is the super interface for WebDriver and WebElement?
3.
Which Java concept do Selenium frame(int arg), frame(String arg), and frame(WebElement arg) represent?
4.
What are the 8 Selenium locators?
5.
What are the 3 methods via Select class to select a drop down value? (multiple choice)
6.
What is the method for switching to an iFrame?
7.
Which method types text into an input field?
8.
Which class is used to write a dynamic explicit wait statement?
9.
What are some causes of a StaleElementReferenceException? (multiple choice)
10.
What is the cause of a NoSuchElementException?
12.
Which types of applications can Appium automate?
13.
Does Appium support cross platform testing?
14.
Appium permits an engineer to create a test in which ecosystem containing compatible languages such as C#, Java, and Python
15.
Does Appium require a server machine?
16.
What are the benefits of a design pattern such as Page Object Model? (multiple choice)
17.
Why use CI/CD? (multiple choice)
18.
When should test scripts include dynamic wait statements?
19.
Should you always select Selenium for test automation?