Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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

Which of the following Selenium tools is primarily used for capture/playback?

A.

Selenium IDE

B.

Selenium WebDriver

C.

Selenium Grid

D.

Selenium Standalone Server

Which of the following is an example of a potential negative outcome associated with Selenium test automation project?

A.

Ease of running large sets of regression tests when new features are added

B.

Reduced code coverage at the unit and integration test levels

C.

Finding so many defects that the release process is slowed down

D.

Allowing people with limited technical understanding to automate tests

Given the following code, which of the options best represents the resulting web page?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

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

A.

B.

C.

D.

Consider the following XML document

A.

//temperature[Berlin]/text()

B.

//temperature[city="Berlin"]/text ()

C.

//*[@city='Berlin' 3/text ()

D.

//* f@city="Berlin"]/CDATA

Which of the following snippets of code would allow you to open a browser window and go to the python web site using WebDriver with Python bindings?

A.

driver = webdriver Chrome()

get('HTTPS //www python com)

B.

driverwebdnver Chrome()

driver refresh('HTTPS://www_python com')

C.

driver = webdriver Chrome()

driver.get('HTTPS://www.python com ')

D.

driver webdriver Chrome(HTTPS://www python com)

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)

Which of the following is a good definition for a fixture?

A.

A mock object or environment used to consistently test some item, device, or piece of software

B.

A function in a software library whose main purpose is to call another function often adding or enhancing functionality

C.

A test automation pattern which requires that technical logic and business logic be dealt with at different levels

D.

An environment for automated test scripts to execute, including tools, libraries

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

A.

log_in, cancel_log_in, remind_password

B.

log_in, cancel_log_in. clear_user, clear_password

C.

enter_login. enter_password, log_in, cancel

D.

push_button(button), enter__text(text). clickjink(link)