"There is a Defect" situation - Basic concepts of Software Testing

Q.  Which of the following situations can we say “There is a Defect”?
- Published on 03 Aug 15

a. A requirement is not implemented
b. A requirement is wrongly implemented
c. Something extra is implemented which is not specified in URS
d. All of the above

ANSWER: All of the above
 

    Discussion

  • Prajakta Pandit   -Posted on 17 Nov 15

    - A defect can turn into a failure when the environment is changed.

    - Not all software defects are caused by coding errors.

    - Not all defects will result in failures. For example, defects in dead code will never result in failures.

    - A single defect may result in a wide range of failure symptoms.

    - Following are the situations where we can say “ There is a defect ” :

      - A requirement is not implemented.
      - When program is coded wrongly.
      - Something extra is implemented which is not specified in URS.
      - A requirement is wrongly implemented.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)