Exploring Manual Testing Concepts

Exploring Manual Testing Concepts

University

20 Qs

quiz-placeholder

Similar activities

Software Testing and automation

Software Testing and automation

University

25 Qs

SDLC

SDLC

University

15 Qs

Software Testing S1-Q2-2023-2

Software Testing S1-Q2-2023-2

University

20 Qs

Selenium WebDriver

Selenium WebDriver

University - Professional Development

20 Qs

Software Testing Basics

Software Testing Basics

University

15 Qs

SDLC

SDLC

7th Grade - University

15 Qs

JUNIT

JUNIT

University

17 Qs

IT Trends, Issues, and Challenges

IT Trends, Issues, and Challenges

University

15 Qs

Exploring Manual Testing Concepts

Exploring Manual Testing Concepts

Assessment

Quiz

Computers

University

Easy

Created by

mano a

Used 1+ times

FREE Resource

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

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?