Selenium Overview

Selenium Overview

University

15 Qs

quiz-placeholder

Similar activities

HTML_CSS

HTML_CSS

University

16 Qs

DASAR HTML

DASAR HTML

University

20 Qs

CSS Basics Quiz

CSS Basics Quiz

9th Grade - University

16 Qs

Dasar Pemrograman Web

Dasar Pemrograman Web

University

10 Qs

Week 2 - Quiz

Week 2 - Quiz

University

10 Qs

Final Exam Revision MCQs

Final Exam Revision MCQs

University

18 Qs

HTTP and CSS Selector

HTTP and CSS Selector

University

20 Qs

Website Design

Website Design

KG - University

10 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?