Selenium Overview

Selenium Overview

University

15 Qs

quiz-placeholder

Similar activities

Quiz HTML Dasar

Quiz HTML Dasar

10th Grade - University

20 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

Parcial 2do corte Desarrollo Aplicaciones Web

Parcial 2do corte Desarrollo Aplicaciones Web

University

17 Qs

DASAR HTML

DASAR HTML

University

20 Qs

HTML

HTML

University

10 Qs

LAB INTERNET AND WEB TECHNOLOGIES QUIZ

LAB INTERNET AND WEB TECHNOLOGIES QUIZ

University

20 Qs

html  and css smart

html and css smart

University

10 Qs

HTML beginners quiz

HTML beginners quiz

9th Grade - Professional Development

13 Qs

Selenium Overview

Selenium Overview

Assessment

Quiz

Computers

University

Hard

Created by

Nhu Dinh

Used 71+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Selenium IDE stands for?

Selenium Intialization Development Environment

Selenium Interrelated Development Environment

Selenium Integrated Development Environment

Selenium Information Development Environment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Selenium can...

access controls within the desktop

test both web and desktop applications

only test web applications

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best element locator in selenium Webdriver?

Id

Name

xpath

class

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you wanted to find the sibling input that is after an input in the DOM, what would the XPath look like?

//input/following-sibling::input

//input::following-sibling/input

//input/sibling::input

//input/preceding-sibling::input

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Pick two from the following if you wanted do a partial match on an attribute on an element from the beginning of the value

contains()

starts-with()

ends-with()

contains-text()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the odd one using in Selenium

Pattern Matching

XPath

Id

CSS selector

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which CSS selector applies to the yellow element(s) only? Select the correct answers!

#world{ ... }

.world{ ... }

world{ ... }

@world{ ... }

none of the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?