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. OK
B. Cancel
C. Neither
D. It is impossible to tell
Consider the following HTML document
Which of the following CSS selectors will find the Cancel button?
A. .big.button[name="cancel"]
B. ."big button" [name="cancel'']
C. . .big_button[name="cancel"]
D. .big.button[@name="cancel"]
Consider the following XML document
A. //temperature[Berlin]/text()
B. //temperature[city="Berlin"]/text ()
C. //*[@city='Berlin' 3/text ()
D. //* f@city="Berlin"]/CDATA
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. Get handles for the open frames and switch to the frame with that handle
B. Execute JavaScriptwindow_open code to open the desired frame
C. Create a WebDriver object for the frame and use the gotframeQ method using the object
D. Use the swltch_to class to switch to the desired frame
Which of the following Selenium tools is primarily used for capture/playback?
A. SeleniumIDE
B. Selenium WebDriver
C. Selenium Grid
D. Selenium Standalone Server
What is the technical debt of a project?
A. The cost of hardware taken into account in the project budget
B. The cost of additional work in the project due to defects and inefficiencies in code and project design
C. The acronym of "directly evaluating binary testing"
D. The cost of implementation of keywords in Keyword Driven Testing, which is to be performed by technical tester
Consider the following test steps;
Which of the following function signatures is the best for keyword implementing test step number 1 ?
A. def login ():
B. def login_with_admin_credentials () :
C. def login(username, password) :
D. def create_user (username, user_email, password)
What is XPath?
A. An error in XML document, where beginnings and endings of two tags cross (eg, ), cross-path
B. A test design method in which a test case traverses all crossing paths of an algorithm or activity diagram of use case
C. A query language for selecting nodes from an XML document
D. An element of Test Execution Layer that allows one to cross-reference different SUTs
Assume thatwithin the ACME com homepage there exists the following edit box:
and that it is the only text box with the name "q" Lookat the following lines of code:
What is the correct sequence of above lines to take a screenshot of ACME.com homepage?
A. IV, II, V, I. Ill
B. II, IV. I, V. Ill
C. II, IV, III, V, I
D. II. IV. V. I. Ill
Given the following piece of code:
Which page will be displayed in the web browser after its execution?
A. httpsV/perl.org
B. httpsZZpython.org
C. Browser's home page
D. The page cannot be determined