Question 6

Which of the following statements about XPath is true?
  • Question 7

    which of the following may be used as a closing tag?
  • Question 8

    Which of the following statements is true?
  • Question 9

    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?
  • Question 10

    Your web application uses a framework that creates dialogs using templates such that "OK" and "Cancel" buttons are reused by multiple dialogs The dialogs are complicated, with many buttons and other elements.
    You are allowed to make changes to the source code to help in testing
    Which of the following is the BEST approach for locating the Cancel button in one specific dialog?