How do you log a Bug?

 

                                                          




Identifying bugs is crucial in the testing process. When a bug has been identified, it has to be documented and sent to developers to be fixed.  Writing a bug report is thus a crucial stage of the bug lifecycle, which comes right after it is identified. This stage ensures a bug-free user experience. A bug report should be able to answer the following questions:

·      What is the problem?

·      How can the developer reproduce the problem?

·      Where in the software (which webpage or feature) has the problem appeared?

·      What is the environment (browser, device, OS) in which the problem has occurred?


LOGGING A BUG

 An effective bug log should contain the following:

1.              Title/Bug ID

2.              Environment

3.              Steps to reproduce a Bug

4.              Expected Result

5.              Actual Result

6.              Visual Proof (screenshots, videos, text) of Bug

7.              Severity/Priority


Comments

Popular posts from this blog

WHAT ARE THE BENEFITS IN FOLLOWING DEVOPS PRACTICES?

What are different types of non-functional tests

WHAT ARE THE DIFFERENT CEREMONIES IN AN AGILE SCRUM TEAM?