Recall & Review
beginner
What is software testing?
Software testing is the process of checking a software program to find mistakes or bugs before it is used by real people.
Click to reveal answer
beginner
Why do we test software?
We test software to make sure it works correctly, is safe to use, and meets the needs of the users.
Click to reveal answer
beginner
What is a bug in software testing?
A bug is a mistake or problem in the software that causes it to behave in an unexpected or wrong way.
Click to reveal answer
beginner
What is the difference between testing and debugging?
Testing is finding problems in software, while debugging is fixing those problems.
Click to reveal answer
beginner
Name one simple way to test software.
One simple way is to use the software and try different actions to see if it works as expected.
Click to reveal answer
What is the main goal of software testing?
✗ Incorrect
The main goal of testing is to find bugs early so they can be fixed before users experience problems.
Which of these is a bug?
✗ Incorrect
A bug is a problem like a crash or wrong behavior, not a positive feature.
What does debugging mean?
✗ Incorrect
Debugging means fixing the problems found during testing.
When should software testing happen?
✗ Incorrect
Testing should happen before release to catch problems early.
Which is a simple way to test software?
✗ Incorrect
Trying different actions helps find bugs by seeing if the software works as expected.
Explain in your own words what software testing is and why it is important.
Think about checking something carefully before using it.
You got /3 concepts.
Describe the difference between testing and debugging.
One is like finding a problem, the other is like fixing it.
You got /3 concepts.