Content deleted Content added
m “Based on the criteria for measuring correctness from an oracle, software testing employs principles and mechanisms that might recognize a problem.” → “Based on the criteria for measuring correctness provided by an oracle, software testing employs principles and mechanisms that can identify potential issues.” (Replaced “from” with “provided by” for clarity and changed “might recognize a problem” to “can identify potential issues” for a more precise and formal tone). Tags: Reverted Visual edit |
m Reverted 1 edit by Itstamiris2007 (talk) to last revision by Kl5528 |
||
Line 11:
Software testing can determine the [[Correctness (computer science)|correctness]] of software for specific [[Scenario (computing)|scenarios]] but cannot determine correctness for all scenarios.<ref name="pan">{{Cite web |last=Pan |first=Jiantao |date=Spring 1999 |title=Software Testing |url=http://www.ece.cmu.edu/~koopman/des_s99/sw_testing/ |access-date=November 21, 2017 |publisher=Carnegie Mellon University |type=coursework}}</ref><ref name="Kaner2">{{Cite book |last1=Kaner |first1=Cem |title=Testing Computer Software |last2=Falk |first2=Jack |last3=Nguyen |first3=Hung Quoc |publisher=John Wiley and Sons |year=1999 |isbn=978-0-471-35846-6 |edition=2nd |___location=New York |author-link=Cem Kaner}}</ref> It cannot find all [[software bug|bugs]].
Based on the criteria for measuring correctness
Software testing is often dynamic in nature; running the software to verify actual output matches expected. It can also be static in nature; reviewing [[source code|code]] and its associated [[documentation]].
|