Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

iSQI CSeT-F Dumps

Page: 1 / 2
Total 40 questions

A4Q Certified Selenium Tester Foundation Questions and Answers

Question 1

Given the following piece of code:

Which page will be displayed in the web browser after its execution?

Options:

A.

httpsV/perl.org

B.

httpsZZpython.org

C.

Browser's home page

D.

The page cannot be determined

Question 2

In test automation, what is the value of getting hooks into the System Under Test (SUT)?

Options:

A.

Hooks reduce the need for changes after maintenance of the SUT

B.

Hooks increase the testability of the SUT which may help success

C.

Because hooks don't apply to the service level, we can test web services easier

D.

Because hooks are well documented, they allow us to automate more

Question 3

Consider the following XML document

Options:

A.

//temperature[Berlin]/text()

B.

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

C.

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

D.

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

Question 4

Which of the following is NOT part of a CSS rule-set?

Options:

A.

Selector

B.

Declaration

C.

Property

D.

Variable

Question 5

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?

Options:

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)

Question 6

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?

Options:

A.

Use the switch_to class to switch to the dropdown element, and then click on the option in the dropdown

B.

Click on the dropdown option using its relative XPath

C.

Click on the dropdown option using its absolute XPath

D.

Click on the dropdown element and then click on the option in the dropdown

Page: 1 / 2
Total 40 questions