Unit 6: Web Testing Tools - Subjective Questions

CSE377 — Web Automation Testing • Practice Questions with Detailed Answers

20 questions

1

Explain the main features of Playwright and describe how it supports modern web automation testing.

2

Describe the steps required to install and configure Playwright for a new automation project.

3

Explain how Playwright handles text fields, checkboxes, radio buttons, and buttons. Include suitable examples.

4

Describe different techniques for handling dropdowns in Playwright and explain when each technique is appropriate.

5

Explain how to capture screenshots in Playwright and discuss the different screenshot options available.

6

Explain how Playwright handles frames and iFrames. Describe how a test can interact with elements inside a frame.

7

Distinguish between browser contexts, pages, windows, tabs, and popups in Playwright. Explain how they are managed.

8

Describe how alerts, confirmation dialogs, and prompt dialogs are handled in Playwright.

9

Explain the process of creating, organizing, and running Playwright tests. Include important command-line options.

10

Explain the role of locators and auto-waiting in Playwright. Why are they important for reliable tests?

11

What is Katalon Studio? Explain its major features and its usefulness in web automation testing.

12

Describe the installation process for Katalon Studio and identify the configuration steps required before creating tests.

13

Explain how to create a web test case using Katalon Studio's Recording feature.

14

What are Verify Options in Katalon Studio? Explain how verification steps improve the quality of a recorded test case.

15

Explain the purpose of Object Spy in Katalon Studio and describe how it is used to create reliable test objects.

16

Describe how to create and organize a Test Suite in Katalon Studio. Explain the benefits of using test suites.

17

Differentiate between a Test Suite and a Test Suite Collection in Katalon Studio.

18

Explain how CSS selectors are used in Katalon Studio. Discuss the characteristics of a good CSS selector.

19

Explain XPath in Katalon Studio and compare absolute XPath with relative XPath.

20

Compare CSS selectors and XPath expressions for locating web elements in Katalon Studio. State situations in which each is preferable.