Quality Basics
Testing Types
Quality Mindset
Bugs & Defects
QA Tools & Terms
100

Making sure a product works well and meets what customers want is called this.

What is quality?

100

Testing one small part of an application is called this.

What is unit testing?

100

Wanting to find problems early before they get worse is called this.

What is being proactive?

100

A mistake in software that causes it to not work right is called this.

What is a bug?

100

A tool that helps test software automatically is called this.

What is a test automation tool?

200

Verify if a product is built the right way is called this.

What is verification?

200

Testing without looking inside the code is called this.

What is black-box testing?

200

Everyone on the team helping to make the product better shows this mindset.

What is teamwork or shared responsibility?

200

When the application crashes or stops working, this kind of problem happened.

What is a failure?

200

A tool used to keep track of bugs is called this.

What is a bug tracker or issue tracker?

300

The action performed by QA to ensure the system meets requirements and doesn’t break is called this

What is testing?

300

Testing to see if changes broke anything else is called this.

What is regression testing?

300

Learning from mistakes to do better next time is called this.

What is a learning mindset?

300

Writing down and keeping track of bugs is called this.

What is defect tracking?

300

The number of bugs found compared to how big the software is called this.

What is defect density?

400

Fixing problems in a product is called this.

What is debugging?

400

Testing that users do to check if the product works is called this.

What is user acceptance testing?

400

Fixing problems before the product reaches customers is called this.

What is prevention?

400

A minor issue that won't affect the core function of the application is called this.

What is a minor bug?

400

A summary showing how many tests passed or failed is called this.

What is a test report?

500

Making the product better little by little over time is called this.

What is continuous improvement?

500

Testing done to find problems quickly and often is called this.

What is exploratory testing?

500

Being open to feedback and willing to improve is called this.

What is having a growth mindset?

500

Finding out why a bug happened is called this.

What is root cause analysis?

500

Running tests often to catch problems early is called this.

What is continuous testing?