100% Correct Answers | Latest Update
What is Quality? - 🧠ANSWER ✔✔Customer Satisfaction
What is Software Quality to a consumer? - 🧠ANSWER ✔✔Customer
Satisfaction - satisfied they are the software
What is Software Quality to QA? - 🧠ANSWER ✔✔How close the software is
to its requirements
What's is Software Quality Assurance? - 🧠ANSWER ✔✔The process of
monitoring and improving all activities associated with software
development - requirement gathering, design, coding, testing,
implementation
What is the difference between Software Testing and Software QA? -
🧠ANSWER ✔✔Software testing is mainly at 'error detection' process.
, Software QA is preventative, aimed to ensure quality in the methods and
processes
What is Software Testing? - 🧠ANSWER ✔✔Is the process of analyzing the
software to detect differences between the existing and required conditions.
What are the three main purposes of Software Testing - 🧠ANSWER
✔✔Verification - checking for conformance and consistency (Are we
building the system right?)
Validation - checking if what has been specified is what the user actually
wanted (Are we building the right system?)
Error Detection - finding if things happen when they shouldn't or things
don't happen when they should
What is Black Box testing? - 🧠ANSWER ✔✔Black Box testing is testing is
done from a user perspective - without knowledge or access to the source
code
What is white-box testing? - 🧠ANSWER ✔✔White-box testing is testing
done at the source code level with access to the source code