Software testing: Difference between revisions

Content deleted Content added
Tag: Reverted
m Rollback edit(s) by Umair00111 (talk): Addition of unnecessary/inappropriate external links (RW 16.1)
Line 37:
=== Finding bugs ===
 
Software testing typically includes handling [https://instaproapka.com/ software bugs] {{endash}} a defect in the [[source code|code]] that causes an undesirable result.<ref name="IEEEglossary">{{Citation |date=1990 |publisher=IEEE |doi=10.1109/IEEESTD.1990.101064 |isbn=978-1-55937-067-7 |title=IEEE Standard Glossary of Software Engineering Terminology }}</ref>{{rp|31}} Bugs generally slow testing progress and involve [[programmer]] assistance to [[debug]] and fix.
 
Not all defects cause a failure. For example, a defect in [[dead code]] will not be considered a failure.