Making sure a product works well and meets what customers want is called this.
What is quality?
Testing one small part of an application is called this.
What is unit testing?
Wanting to find problems early before they get worse is called this.
What is being proactive?
A mistake in software that causes it to not work right is called this.
What is a bug?
A tool that helps test software automatically is called this.
What is a test automation tool?
Verify if a product is built the right way is called this.
What is verification?
Testing without looking inside the code is called this.
What is black-box testing?
Everyone on the team helping to make the product better shows this mindset.
What is teamwork or shared responsibility?
When the application crashes or stops working, this kind of problem happened.
What is a failure?
A tool used to keep track of bugs is called this.
What is a bug tracker or issue tracker?
The action performed by QA to ensure the system meets requirements and doesn’t break is called this
What is testing?
Testing to see if changes broke anything else is called this.
What is regression testing?
Learning from mistakes to do better next time is called this.
What is a learning mindset?
Writing down and keeping track of bugs is called this.
What is defect tracking?
The number of bugs found compared to how big the software is called this.
What is defect density?
Fixing problems in a product is called this.
What is debugging?
Testing that users do to check if the product works is called this.
What is user acceptance testing?
Fixing problems before the product reaches customers is called this.
What is prevention?
A minor issue that won't affect the core function of the application is called this.
What is a minor bug?
A summary showing how many tests passed or failed is called this.
What is a test report?
Making the product better little by little over time is called this.
What is continuous improvement?
Testing done to find problems quickly and often is called this.
What is exploratory testing?
Being open to feedback and willing to improve is called this.
What is having a growth mindset?
Finding out why a bug happened is called this.
What is root cause analysis?
Running tests often to catch problems early is called this.
What is continuous testing?