0
0
Testing Fundamentalstesting~5 mins

What software testing is in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ATo write new software features
BTo delete old software
CTo make software run faster
DTo find and fix bugs before users find them
Which of these is a bug?
ASoftware opens quickly
BSoftware crashes when clicking a button
CSoftware has a nice color scheme
DSoftware saves files correctly
What does debugging mean?
AWriting new software
BFinding problems in software
CFixing problems in software
DTesting software automatically
When should software testing happen?
ABefore software is released
BOnly when users complain
COnly after software is released
DNever
Which is a simple way to test software?
AUsing the software and trying different actions
BIgnoring the software
CDeleting the software
DWriting code without testing
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.