InterviewSolution
| 1. |
What Are Errors, Faults And Failures? |
|
Answer» An error is a human action PRODUCING an incorrect result. The error is the activity undertaken by an analyst, designer, developer, or tester whose outcome is a fault in the DELIVERABLE being produced. When programmers make ERRORS, they introduce faults to program code. We USUALLY think of programmers when we mention errors, but any person INVOLVED in the development activities can make the error, which injects a fault into a deliverable. An error is a human action producing an incorrect result. The error is the activity undertaken by an analyst, designer, developer, or tester whose outcome is a fault in the deliverable being produced. When programmers make errors, they introduce faults to program code. We usually think of programmers when we mention errors, but any person involved in the development activities can make the error, which injects a fault into a deliverable. |
|