InterviewSolution
Saved Bookmarks
| 1. |
What Is Software Bug? |
|
Answer» A software BUG is coding error or a flaw in computer program. If a bug is PRESENT in the CODE, test case EXECUTION will fail and we will not get expected RESULTS. A software bug is coding error or a flaw in computer program. If a bug is present in the code, test case execution will fail and we will not get expected results. |
|