Selenium Overview

Selenium Overview

University

15 Qs

quiz-placeholder

Similar activities

CSS Basics Quiz

CSS Basics Quiz

9th Grade - University

16 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

CSS Quiz 2

CSS Quiz 2

10th Grade - University

10 Qs

Recuperatorio HTML y CSS

Recuperatorio HTML y CSS

University

20 Qs

HTML

HTML

University

10 Qs

POST TEST WEB STATIC

POST TEST WEB STATIC

University - Professional Development

20 Qs

HTML5  and CSS3 -Revision

HTML5 and CSS3 -Revision

University

20 Qs

CodeFlix

CodeFlix

University

20 Qs

Selenium Overview

Selenium Overview

Assessment

Quiz

Computers

University

Hard

Created by

Nhu Dinh

Used 70+ 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?