Search Header Logo

Exploring Manual Testing Concepts

Authored by mano a

Computers

University

Used 1+ times

Exploring Manual Testing Concepts
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is window handling in manual testing?

Window handling is the management of multiple windows or tabs during testing.

Window handling involves creating user accounts for testing.

Window handling is the process of optimizing application performance.

Window handling refers to managing database connections.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you switch between multiple windows in Selenium?

Call driver.close() to switch to the next window.

Use driver.navigate().to(url) to switch windows.

Use driver.getWindowHandles() to switch between tabs.

Use driver.switchTo().window(windowHandle) to switch between windows.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of alert handling in testing?

The purpose of alert handling in testing is to manage unexpected events or errors effectively.

To increase code complexity

To enhance user interface design

To improve software performance

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you accept an alert in Selenium?

driver.switchTo().alert().accept();

driver.alert().accept();

driver.switchTo().alert().dismiss();

driver.alert().confirm();

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a prompt and a confirmation alert?

A prompt displays a message, while a confirmation alert shows an error.

A prompt requests user input, while a confirmation alert requests user confirmation for an action.

A prompt is a type of confirmation alert that requires no user input.

A prompt is used for notifications, while a confirmation alert is for warnings.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you handle a form submission in Selenium?

Use getText() to retrieve input values.

Call validate() to check form correctness.

Use navigate() to submit the form.

Use sendKeys() to fill inputs and submit() or click() to submit the form.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the common types of form elements you can interact with?

image uploads

text fields, checkboxes, radio buttons, dropdown lists, buttons

text areas

file selectors

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers