how to report a bug to the developer?What is the structure
of Bug tracking?
Answers were Sorted based on User's Feedback
Answer / saranya
Method 1:
* After find the bug we have to put the bugs in bugzilla.
* First time i have to put the bugs in bugzillla, its
status as "NEW".
* Developer fixed that bug, now status changed as "Fixed"
or "Resolved"
* Now tester retest the particular bug. This resolved
successfully now bug status as "Verified" otherwise that bug
status as "Reopened"
* Again developer try to fixed that bug...its called as a
structure of bug tracking
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / saranya
hi valli,
i gave the 1st answer at theoretical. please convert that
theoretical answer into structure
NEW
|
|
ASSIGN
|
|
FIXED
|<-------------
| REOPEN
VERIFIED |
| |
|--------------
|
CLOSED
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sahasra
Hi,
*When we find defect in the application for the first time
-'New'
*TestLead will review the defect and Put the status as - 'Open'
*After Open the defect,he will assign the defect to the
corresponding developer.Then bug is - 'Assigned'
*Developer will see the assigned defect.If they find that
defect is genuine,then they will put status as - 'Fixed' or
if it is a future implementation then they will put status
as - 'Deferred' and If the defect is not genuine then they
will put the status as - 'Rejected'
* After testing on fixed bug,if that bug is solved then
tester will put the status as - 'Verified' or if the bug is
not fixed then they will put the status as 'ReOpen'
otherwise 'Close' the bug.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / valli
Thanks saranya for the answer
What is structure of bug tracking?
| Is This Answer Correct ? | 0 Yes | 0 No |
in what order should i answer for the question "tell me abt your self"
Difference between Agile process and Water Fall model
Hi,I am new to software testing. My question is, What can be the possible test cases one can write for a chair
How will we come to know that its a bug,in what situations we consider it as a bug?
Explain 5 Test Matrics?
Hai Everybody... What is the difference between Testplan and Test Strategy?
If database testing i which way the testing will be done,by just writing the queries or else anything extra we do?if so where write those queries and where will we store those?
In simple steps how will you do unit testing using VSTS?
There is a front end application to enter name and marital status. you are provided with a fesh database. On entering 5 set of data at a time an error occured, but on entering rest of the records you were not able to reproduce it. What could have been the reason for the error.
What are the meetings conducted your company
we have develop one program i.e palindrome for string character to check whether that string is palindrome or not. example palindrome mean if u type ABCDCBA,RAAR..u can read it form start or u can read it from end u find same string... write the test cases for the above what u wil do for edges boundaries check wether the program is correct or not
What is function points??????