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

iSQI CSeT-F - A4Q Certified Selenium Tester Foundation

Page: 1 / 2
Total 40 questions

What is the correct sequence of standard Python log levels from lowest to highest?

A.

DEBUG, WARNING. CRITICAL, INFO, ERROR

B.

INFO, WARNING, ERROR, CRITICAL. BLOCKER

C.

NOTE, DEBUG, INFO, WARNING, ERROR

D.

DEBUG, INFO, WARNING. ERROR. CRITICAL

Which of the following statements is true about test automation metrics?

A.

Meaningful test automation metrics should be established quickly

B.

Meaningful test automation metrics are the same no matter the size of the project

C.

Meaningful test automation metrics are simply comparing relative test effort for manual versus automated tests

D.

Meaningful test automation metrics are part of demonstrating business value

Which of the following is a limitation of a test automation project that is likely to cause an organization to get less return on their investment than they expected?

A.

Approach stating that all manual tests should be automated

B.

The pesticide paradox is decreased with automation

C.

Short-term thinking and inadequate planning for the automation

D.

Executing tests outside of normal business hours

Which of the following statements is true?

A.

The cheapest and best way to automate is to create automated scripts for every manual test

B.

While it is more expensive to automate tests, maintenance of them is much cheaper than manual testing

C.

A recorded automated test script excels in interpreting the context of the testing

D.

A manual tester can run tests that an automated test would lack the context to interpret

Given that only one alert message in your web application says. "Account deleted", which line(s) of code will allow you to know that the "Account deleted" alert is displayed?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Given a frame with an ID of "framelD". which of the following is/are the best line(s) of code for changing the context of the test script to the frame?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

What is a CSS selector?

A.

A pattern that targets the HTML elements you want to style

B.

A tree structure wherein each node is an object representing a part of the document

C.

An HTML inline frame, used to embed another document within an HTML document

D.

A query language for selecting nodes from an XML document

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

A.

B.

C.

D.

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)

Consider the following XML document

A.

//temperature[Berlin]/text()

B.

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

C.

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

D.

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