and Answers 100% Pass
What is regression testing? - ✔✔Testing a previously tested program following
modification to ensure that faults have not been introduced as a result of the changes
made.
What is a user story? - ✔✔are part of an agile approach that helps shift the focus from
writing about requirements to talking about them.
"As a [persona], I want to [do something] so that I can [derive a benefit]"
As a student, I can find my grades online so that I don't have to wait until the next day
to know whether I passed.
What is SDLC? - ✔✔Software Development Lifecycle or Software Design Lifecycle
What is STLC? - ✔✔Software Testing Lifecycle
What is front end testing? - ✔✔is testing GUI and functionality.
100% Pass Guarantee Katelyn Whitman All Rights Reserved © 2025 1
, What is back end testing? - ✔✔focuses on testig data stored in the database.
What is positive testing? - ✔✔checks if a function/method behaves as expected with its
expected input.
What is negative testing? - ✔✔"Negative" testing does not mean that you want
something to go wrong, simply that you are working outside what the developer
expects in terms of end-user behavior. You test the internal rules of the program. You
challenge the program by severely changing the external variables.
What is white box testing? - ✔✔Testing based on an analysis of internal workings and
structure of a piece of software
What is black box testing? - ✔✔Testing based on an analysis of the specification of a
piece of software without reference to its internal workings. Testing by using the GUI,
not by analyzing at the code level
What is functional testing? - ✔✔Testing the features and operational behavior of a
product to ensure they correspond to its specifications.
What is performance testing? - ✔✔is the process of determining the speed or
effectiveness of a computer, network, software program or device.
What are localizability/globalizability tests? - ✔✔Testing software specifically designed
for a specific locality - this testing focuses on language.
100% Pass Guarantee Katelyn Whitman All Rights Reserved © 2025 2