6 - Automation Tools

6 - Automation Tools

Professional Development

8 Qs

quiz-placeholder

Similar activities

Maven/Gradle

Maven/Gradle

Professional Development

10 Qs

Pruebas funcionales y de código

Pruebas funcionales y de código

University - Professional Development

5 Qs

PHP Tours meetup #30 Laravel, Selenium et Node.js

PHP Tours meetup #30 Laravel, Selenium et Node.js

University - Professional Development

10 Qs

Ứng dụng no/low code trong kiểm thử tự động

Ứng dụng no/low code trong kiểm thử tự động

Professional Development

10 Qs

kiểm tra 15p tin 9

kiểm tra 15p tin 9

Professional Development

10 Qs

Informatica

Informatica

Professional Development

10 Qs

Automation Test Fundamental

Automation Test Fundamental

Professional Development

10 Qs

Synthèse du web

Synthèse du web

Professional Development

12 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