wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

3.1 Manual Testing Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which type of testing does not check the complete app/software functionality, but just a single unit of it?

a)

UAT

b)

System Testing

c)

Integration Testing

d)

Unit Testing

2.

What is the purpose of integration testing?

a)

To validate end-to-end business flow

b)

To evaluate the working of the whole system from a user point of view

c)

To verify that software modules work in unity

d)

To test each component in isolation

3.

What type of testing checks if the SUT complies with the requirements of the application in terms of graphical interface?

a)

Localization Testing

b)

User Interface (UI) Testing

c)

Functional Testing

d)

Usability Testing

4.

Which type of testing verifies UI in case of different translations and checks handling of different input texts encoding?

a)

User Interface (UI) Testing

b)

Functional Testing

c)

Usability Testing

d)

Localization Testing

5.

What does Security testing focus on?

a)

Performance of a software product

b)

Recovery after a crash or hardware failure

c)

Security of the software

d)

Correct operation of the product in a particular environment

6.

What does Regression testing ensure?

a)

System behaves under unexpected/unusual performance conditions

b)

Recent changes or updates to the software do not adversely affect existing functionality

c)

Performance of a software product

d)

System behaves under different loads

7.

What is the main purpose of User Acceptance Testing (UAT)?

a)

To verify that software modules work in unity

b)

To test each component in isolation

c)

To determine that the software does what it was designed to do in real-world situations

d)

To validate end-to-end business flow

8.

Who performs User Acceptance Testing?

a)

Developers

b)

QAs

c)

Real users

d)

Testers

9.

When is System testing done?

a)

Before integration testing

b)

After UAT

c)

After integration testing

d)

Before unit testing

10.

What is the purpose of Load testing?

a)

To test the performance of a software product

b)

To check how the system behaves under different loads

c)

To validate end-to-end business flow

d)

To verify UI in case of different translations