SELENIUM

SELENIUM

Professional Development

16 Qs

quiz-placeholder

Similar activities

Avaliação Formativa- SO Cliente

Avaliação Formativa- SO Cliente

Professional Development

21 Qs

MS WORD

MS WORD

Professional Development

11 Qs

CIW IBA Lesson 6 Vocabulary

CIW IBA Lesson 6 Vocabulary

8th Grade - Professional Development

16 Qs

Selenium Quiz

Selenium Quiz

Professional Development

15 Qs

Keyboarding Vocabulary Part 1

Keyboarding Vocabulary Part 1

5th Grade - Professional Development

11 Qs

MS PAINT QUIZIZZ

MS PAINT QUIZIZZ

Professional Development

21 Qs

Database Foundations

Database Foundations

Professional Development

20 Qs

The keyboard and mouse

The keyboard and mouse

4th Grade - Professional Development

11 Qs

SELENIUM

SELENIUM

Assessment

Quiz

Computers

Professional Development

Hard

Created by

rockstar rock

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

  1. Which Selenium class is used to simulate keyboard actions?
    a) Actions
    b) Robot
    c) KeyboardActions
    d) KeyEvent

A

B

C

D

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

  1. How can you simulate pressing the "Enter" key using Selenium WebDriver in Java?
    a) sendKeys(Keys.ENTER)
    b) click(Keys.ENTER)
    c) type(Keys.ENTER)
    d) pressKey(Keys.ENTER)

A

B

C

D

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts


What is the default timeout for implicit waits in Selenium WebDriver?
a) 0 seconds
b) 5 seconds
c) 30 seconds
d) 10 seconds

A

B

C

D

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

  1. Which of the following is NOT a valid wait type in Selenium WebDriver?
    a) Implicit Wait
    b) Explicit Wait
    c) Fluent Wait
    d) Thread Wait

A

B

C

D

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

  1. What is the primary difference between implicit and explicit waits?
    a) Implicit waits are applied to specific elements, explicit waits apply globally
    b) Implicit waits wait for a maximum duration, explicit waits wait for a condition
    c) Explicit waits wait for a maximum duration, implicit waits wait for a condition
    d) There is no difference

A

B

C

D

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

  1. Which Java class is commonly used to handle virtual key events in Selenium?
    a) Actions
    b) KeyEvent
    c) Robot
    d) Keys

A

B

C

D

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

  1. How do you simulate pressing the "Ctrl + S" keys using the Robot class?
    a) robot.keyPress(KeyEvent.VK_S); robot.keyRelease(KeyEvent.VK_S);
    b) robot.keyPress(KeyEvent.VK_CONTROL); robot.keyPress(KeyEvent.VK_S); robot.keyRelease(KeyEvent.VK_S); robot.keyRelease(KeyEvent.VK_CONTROL);
    c) actions.sendKeys(Keys.CONTROL, "S").perform();
    d) sendKeys(Keys.CONTROL + "S")

A

B

C

D

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?