What is XPath?
C
Consider the following test steps;
Which of the following function signatures is the best for keyword implementing test step number 1
?
C
Which would be the best set of methods called by a Page Object that corresponds to the following
dialog box?
B
In the web application you are testing, a button on a page can be enabled or disabled Given the
following code
Which of the following wait convenience methods is the MOST appropriate to replace [convenience
method] above to click on an enabled button?
D
In the web application you are testing, you need to select each option in several dropdown menus.
Which of the following is the BEST approach for making your test scripts maintainable?
A
Which of the following is a good definition for a fixture?
C
Your SUT displays an alert with two buttons OK and Cancel
Issuing the dismiss*) command for that alert is equal to manually pressing which button?
A
In the web application you are testing, you need to select several options in a dropdown menu
Which of the following is the BEST approach for selecting a dropdown option using WebDriver?
B
Which of the following states for a link WebElement could be checked to ensure that trying to click
on the WebElement does not fail?
Choose three of the seven answers
AEF
Which of the following methods can find an element by its class name? Select two options
CE