InterviewSolution
| 1. |
What is a bug report in the context of software testing? |
|
Answer» A bug report is a detailed report which explains what is INCORRECT and needs to be fixed in software or on a website. The report includes a request and/or DETAILS for how to address each issue, as well as a list of causes or noticed faults to point out exactly what is perceived as wrong. Bug REPORTS are a technique to inform DEVELOPERS about parts of their code that aren't behaving as expected or designed, allowing them to see which parts of their software NEED to be improved. This can be a difficult effort for the developer, and without enough information, it is nearly impossible. Fortunately, testers may make this process considerably easier by producing high-quality bug reports that include all of the information a developer might need to locate the problem. |
|