6 - Automation Tools

6 - Automation Tools

Professional Development

8 Qs

quiz-placeholder

Similar activities

Windows Basics

Windows Basics

10th Grade - Professional Development

10 Qs

Sains Komputer Tingkatan 5 - 3.3.6 Menggunakan Bahasa

Sains Komputer Tingkatan 5 - 3.3.6 Menggunakan Bahasa

1st Grade - Professional Development

10 Qs

CODE-P1

CODE-P1

Professional Development

10 Qs

ITF - Quiz 7.1 - Installing and Uninstalling Peripherals

ITF - Quiz 7.1 - Installing and Uninstalling Peripherals

Professional Development

10 Qs

Informatica

Informatica

Professional Development

10 Qs

Automation Test Fundamental

Automation Test Fundamental

Professional Development

10 Qs

Java Selenium WebDriver

Java Selenium WebDriver

Professional Development

12 Qs

CODE-P5

CODE-P5

Professional Development

10 Qs

6 - Automation Tools

6 - Automation Tools

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Pavel Velichkov

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the most popular automation framework for web UI testing?

Maven

FirefoxDriver

Selenium WebDriver

Postman

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used for navigating through web pages, filling forms, and getting and setting data from the DOM?

Maven

Selenium WebDriver

FirefoxDriver

Postman

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used to manage project dependencies including Selenium?

FirefoxDriver

Postman

Maven

Selenium WebDriver

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tool is used for setting requests and verifying the responses when testing a web API?

Postman

FirefoxDriver

Selenium WebDriver

Maven

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTTP verb is used to retrieve data from the server?

GET

POST

DELETE

PUT

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTTP verb is used to send data to the server?

DELETE

POST

GET

PUT

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTTP verb is used to update data on the server?

PUT

POST

GET

DELETE

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTTP verb is used to delete data on the server?

GET

POST

PUT

DELETE