difference between bug reporting and bg tracking

Answers were Sorted based on User's Feedback



difference between bug reporting and bg tracking..

Answer / nathiya

Bug tracking: after found a bug it will documented its
called bug tracking(example:where is the bug found like
that)
bug reporting:After found any bug it will send to our team
leader. Its called a bug repoting.

Is This Answer Correct ?    5 Yes 0 No

difference between bug reporting and bg tracking..

Answer / sreedevi

How to report a bug?

It’s a good practice to take screen shots of execution of
every step during software testing. If any test case fails
during execution, it needs to be failed in the bug-reporting
tool and a bug has to be reported/logged for the same. The
tester can choose to first report a bug and then fail the
test case in the bug-reporting tool or fail a test case and
report a bug. In any case, the Bug ID that is generated for
the reported bug should be attached to the test case that is
failed.

At the time of reporting a bug, all the mandatory fields
from the contents of bug (such as Project, Summary,
Description, Status, Detected By, Assigned To, Date
Detected, Test Lead, Detected in Version, Closed in Version,
Expected Date of Closure, Actual Date of Closure, Severity,
Priority and Bug ID etc.) are filled and detailed
description of the bug is given along with the expected and
actual results. The screen-shots taken at the time of
execution of test case are attached to the bug for reference
by the developer.

After reporting a bug, a unique Bug ID is generated by the
bug-reporting tool, which is then associated with the failed
test case. This Bug ID helps in associating the bug with the
failed test case.

After the bug is reported, it is assigned a status of ‘New’,
which goes on changing as the bug fixing process progresses.

If more than one tester are testing the software
application, it becomes a possibility that some other tester
might already have reported a bug for the same defect found
in the application. In such situation, it becomes very
important for the tester to find out if any bug has been
reported for similar type of defect. If yes, then the test
case has to be blocked with the previously raised bug (in
this case, the test case has to be executed once the bug is
fixed). And if there is no such bug reported previously, the
tester can report a new bug and fail the test case for the
newly raised bug.

If no bug-reporting tool is used, then in that case, the
test case is written in a tabular manner in a file with four
columns containing Test Step No, Test Step Description,
Expected Result and Actual Result. The expected and actual
results are written for each step and the test case is
failed for the step at which the test case fails.

This file containing test case and the screen shots taken
are sent to the developers for reference. As the tracking
process is not automated, it becomes important keep updated
information of the bug that was raised till the time it is
closed.

Is This Answer Correct ?    2 Yes 1 No

difference between bug reporting and bg tracking..

Answer / yogesh bhadane

Bug tracking = I found a bug in 1 functionality. I am
writing in a bug sheet document which i maint for all the
bugs for that particular test script .
Bug reporting = I am assigning bug to a developer who will
fix it.

Is This Answer Correct ?    2 Yes 2 No

difference between bug reporting and bg tracking..

Answer / haripriya

BUG REPORTING:In that project is there any errors will be occur .we have to inform the team leader.
BUG TRACKING:In that project the error will be there we have to find where the bug and also correct it

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

please explain me with example of this question. diff between bug and diffect. don't give def please give answer with example.

14 Answers   TCS,


What is performance Testing and Regression Testing?

5 Answers   Fidelity,


what is advantages and disadvantages of the Waterfall Model and V-Model ?

1 Answers   Crea,


What are all the basic elements in a defect report?

4 Answers  


Can u please explain the regression testing criteria? we are having 1000 testcases, outof 1000 TC'S 800 defects we find,whose priority and seviority is high . in this situation how we can done the regression testing?

1 Answers   iGate,






what is dib format?

0 Answers  


what is functionality testing?

8 Answers   Cap Gemini,


Today an interviewer asked me if severity assigned by tester and priority is by developer then why tester assigned priority of defect in defect report ?? 

1 Answers   TCS,


do u know abt integration testing,how do u intregate diff modules?

9 Answers   Cap Gemini,


What is Change and configuration management repositoty

1 Answers   Sierra Atlantica,


How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.

0 Answers  


What is bug, deffect, issue, error?

0 Answers  


Categories