問題1
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?
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
問題2
Which would be the best set of methods called by a Page Object that corresponds to the following dialog box?

Which would be the best set of methods called by a Page Object that corresponds to the following dialog box?

正確答案: B
問題3
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?
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?
正確答案: A
問題4
If you need to test the content within a specific frame in a web page, which one of the following is the BEST approach for gaining access to the frame?
If you need to test the content within a specific frame in a web page, which one of the following is the BEST approach for gaining access to the frame?
正確答案: A