SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS
AUTOMATED TESTING TOOLS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
During a testing process, which of the following would you not document in a bug report? KLO:1.3
|
a. Output
|
|
b. LOC
|
|
c. Software Version
|
|
d. Test Case
|
|
0
|
Explanation:
Detailed explanation-1: -A bug report is simply a document that contains information about a software error. These reports are usually created by bug testers, who then submit the documents to relevant parties (e.g. PMs or developers). The aim of a bug report is to sufficiently explain what the bug is so developers can go about fixing it.
Detailed explanation-2: -Title/Bug ID. Environment. Steps to reproduce a Bug. Expected Result. Actual Result. Visual Proof (screenshots, videos, text) of Bug. Severity/Priority. 21-Dec-2022
There is 1 question to complete.