Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

QA Knowledge Challenge

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does QA stand for?

a)

Quality Always

b)

Quality Assurance

c)

Quick Automation

d)

Quality Analytics

2.

What is the first step in the QA testing process?

a)

Execute test cases

b)

Identify requirements

c)

Log defects

d)

Deploy to production

3.

Which of the following is NOT a type of Software Testing?

a)

Functional testing

b)

Physical Device testing

c)

Regression testing

d)

Performance testing

4.

What’s the first thing you do when you find a bug?

a)

Blame the developer

b)

Log it in the bug tracker

c)

Investigate and understand the bug before taking further steps

d)

Ask the bug, "Why are you here?"

5.

Why might we prioritize testing the 'Place Order' feature over the 'Add Profile Picture' feature in a food delivery app?

a)

Because 'Add Profile Picture' is not critical to the app's core functionality.

b)

Because 'Place Order' is more important for the app's users and business.

c)

Because 'Add Profile Picture' is easier to test.

d)

All of the above.

6.

What is User Acceptance Testing (UAT)?

a)

A type of testing done by end-users to ensure the software meets their needs

b)

A test to check coding standards

c)

A test conducted by developers to validate their code

d)

A testing phase focused on system integration

7.

What is the main purpose of Retesting?

a)

To Test the entire application

b)

To check if a specific bug has been fixed

c)

To ensure new features are working

d)

To test new functionalities added to the systems

8.

What is the goal of Regression Testing?

a)

To check the system's performance

b)

To confirm that changes haven't broken existing functionality

c)

To evaluate the system's usability

d)

To verify compatibility across browsers

9.

Which of the following best describes the QA flow?

a)

Writing test scripts, deploying code, and fixing issues

b)

Planning, designing tests, executing tests, and reporting defects

c)

Analyzing user requirements, coding, and deploying to production

d)

Designing user interfaces, executing tests, and generating revenue

10.

Which of the following is an example of non-functional testing?

a)

Regression testing

b)

Performance testing

c)

Unit testing

d)

Smoke testing