[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]


    Search the Q&A Archives


...stages present in bug life cycle

<< Back to: comp.software.testing Frequently Asked Questions (FAQ)

Question by prasad
Submitted on 11/19/2003
Related FAQ: comp.software.testing Frequently Asked Questions (FAQ)
Rating: Rate this question: Vote
what are the stages present in bug life cycle


Answer by balaji ram
Submitted on 1/27/2004
Rating:  Rate this answer: Vote
tester

 

Answer by rama
Submitted on 2/6/2004
Rating:  Rate this answer: Vote
Bugs can broadly under go following stages:

1)Open stage:A defect originated by a tester
2)Assign    :Raised defect assigned to Developer
3)Resolved stage: Developer provides the code fix for the bug and make it resolved
4) Closed stage : Tester re-tests the bug and closes it , if its working.Otherwise he will re-open the defect and it will go back to stage 1.


There is no standard that bug life cycle should have the above stages. You can define your own sub stages according to your convenience.

 

Answer by praveen
Submitted on 3/12/2004
Rating:  Rate this answer: Vote
new bug - open - assign-reopen-verify-resolve-close

 

Answer by jaganmohanreddy
Submitted on 3/24/2004
Rating:  Rate this answer: Vote
open:
new:
is it proper one(no)--------closed
(yes)
|
|
resolved
|
|
fixed
|
|
is working properly?(no)-----reopen
(yes)
|
|
closed

 

Answer by pradeep
Submitted on 4/15/2004
Rating:  Rate this answer: Vote
STATUS RESOLUTION:
The status field indicates the general health of a bug. Only certain status transitions are allowed.  The resolution field indicates what happened to this bug.  
UNCONFIRMED:
This bug has recently been added to the database. Nobody has validated that this bug is true. Users who have the "canconfirm" permission set may confirm this bug, changing its state to NEW. Or, it may be directly resolved and marked RESOLVED.
NEW:
This bug has recently been added to the assignee's list of bugs and must be processed. Bugs in this state may be accepted, and become ASSIGNED, passed on to someone else, and remain NEW, or resolved and marked RESOLVED.
ASSIGNED:
This bug is not yet resolved, but is assigned to the proper person. From here bugs can be given to another person and become NEW, or resolved and become RESOLVED.
REOPENED:
This bug was once resolved, but the resolution was deemed incorrect. For example, a WORKSFORME bug is REOPENED when more information shows up and the bug is now reproducible. From here bugs are either marked ASSIGNED or RESOLVED.  No resolution yet. All bugs which are in one of these "open" states have the resolution set to blank. All other bugs will be marked with one of the following resolutions.  
RESOLVED:
A resolution has been taken, and it is awaiting verification by QA. From here bugs are either re-opened and become REOPENED, are marked VERIFIED, or are closed for good and marked CLOSED.
VERIFIED:
QA has looked at the bug and the resolution and agrees that the appropriate resolution has been taken. Bugs remain in this state until the product they were reported against actually ships, at which point they become CLOSED.
CLOSED:
The bug is considered dead, the resolution is correct. Any zombie bugs who choose to walk the earth again must do so by becoming REOPENED.  

 

Answer by Ashish Mathur
Submitted on 6/3/2004
Rating:  Rate this answer: Vote
Stages are:
1) Detection.
2) Raised.
3) Assigned.
4) Fixed.
5) Resolved/Reopened.
6) Closed.

 

Answer by sen
Submitted on 10/1/2004
Rating: Not yet rated Rate this answer: Vote
http://profiler.netbeans.org/issues/bug_status.html

 

Answer by ChandrammohanSubramaniam
Submitted on 11/4/2004
Rating: Not yet rated Rate this answer: Vote
Stages of a Bug:
Developer stages:
1.Open a Change Request to the Developer
2.Assigned to the name of the Developer
3.In-Progress when he starts working on it
4.Complete Once the Bug is fixed.
Tester Stages:
1.Open Once the bug is fixed it is open to be tested
2.Assigned once it is assigned to be tested
3.In-Progress when testing is in progress
4.Complete if bug is being rectified else he will open a change request again with Developer.

 

Answer by Vishwa VijayRanjan
Submitted on 2/23/2005
Rating: Not yet rated Rate this answer: Vote
NEW
ASSIGNED
REOPENED
RESOLVED
VERIFIED
CLOSED
REOPENED

But still there is no any standard stages are defined, You can change according to your requirement.

 

Answer by vishal
Submitted on 3/8/2005
Rating: Not yet rated Rate this answer: Vote
NEW
    This bug has recently been added to the assignee's list of bugs and must be processed. Bugs in this state may be accepted, and become ASSIGNED, passed on to someone else, and remain NEW, or resolved and marked RESOLVED.
ASSIGNED
    This bug is not yet resolved, but is assigned to the proper person. From here bugs can be given to another person and become NEW, or resolved and become RESOLVED.
REOPENED
    This bug was once resolved, but the resolution was deemed incorrect. For example, a WORKSFORME bug is REOPENED when more information shows up and the bug is now reproducible. From here bugs are either marked ASSIGNED or RESOLVED.

   

    No resolution yet. All bugs which are in one of these "open" states have the resolution set to blank. All other bugs will be marked with one of the following resolutions.

RESOLVED
    A resolution has been taken, and it is awaiting verification by QA. From here bugs are either re-opened and become REOPENED, are marked VERIFIED, or are closed for good and marked CLOSED.
VERIFIED
    QA has looked at the bug and the resolution and agrees that the appropriate resolution has been taken. Bugs remain in this state until the product they were reported against actually ships, at which point they become CLOSED.
CLOSED
    The bug is considered dead, the resolution is correct. Any zombie bugs who choose to walk the earth again must do so by becoming REOPENED.

 

Answer by sonu
Submitted on 4/27/2005
Rating: Not yet rated Rate this answer: Vote
The stages are
1 New
2 Open
3 Processing
4 Request to close
5 Closed
6 Known Issues

These are the main stages in the bug life cycle. Firstly a bug when found is new, then the status is changed to Open when it is assigned to a developer. When the developer is working on that issue he changes the status to Processing indicating that he is solving the bug. When the bug is solved from the developers side he changes the status to Request to close. The tester works on the Request to close bugs and checks if they are really closed. He changes the status to Closed if the bug is fixed, and the status is made as Known Issue if the issues cannot be solved.

 

Answer by sou
Submitted on 4/29/2005
Rating: Not yet rated Rate this answer: Vote
Different steps involved in Bug Life Cycle are as follows:
-Submitted
-Assigned
-Resolved
-Verified- Fixed/Re-open
-Closed

 

Answer by Chandu
Submitted on 5/2/2005
Rating: Not yet rated Rate this answer: Vote
Stages are
1.New
2.Open -- Accepted
  /Rejected -- No proper reason by tester
  /Deffered -- Accepted by developer to     resolve but not in current version,Accepted  to resolve in next version
3.Close
4.Reopen
Consider first time when defect is rejected by developer,but after performing regression testing by tester that defect is Reopened.

 

Answer by saluja
Submitted on 5/24/2005
Rating: Not yet rated Rate this answer: Vote
New-When the Tester identifies the Bug  First Time and names as New

Reopen-When the Tester identifies while doing Regression Testing and if the Bug is not fixed it is named as Reopen.

Fixed-When the Tester performs the Regression Testing and finds that the Bug is fixed by the Developer the Bug status is changed as Fixed.

Rejected-When the developer says that that cannot be done or it is not in the requirement the Bug status is changed as Rejected

 

Answer by Pranay
Submitted on 7/25/2005
Rating: Not yet rated Rate this answer: Vote
New- When a Tester found a bug ,he logs it in the defect tracking tool and status will be New.

Assigned- The Development PL/Tl changes the status to Assigned if he is agreed with this otherwise he can have many options like Resolved works for me, Resolved need more info ,Resolved Not a bug etc.Otherwise he will assign it to concerned developer.

Resolved Fix- The Developer fixes the bug and change the status as Resolved as Fixed.

Reopened- If the Tester finds the problem again after retesting it , he changes the status as Reopened otherwise

Verified: If the Tester is satisfied after retesting it ,he will change the status as Verified.

Closed: The Testing Team PL or PM will close the Bug.

 

Answer by roshanmesta
Submitted on 10/18/2005
Rating: Not yet rated Rate this answer: Vote
The typical lifecycle of a bug is as follows:


Bug is identified in system and created in Bugs Online
Bug is assigned to a developer
Developer resolves bug or clarifies with user
Developer sets bug to "Completed" status and assigns back to original user
Original user verifies that bug has been resolved and if so sets bug to "Closed" status. Only the original user who created the bug has access to "Close" the bug. Once the bug is closed it may never be re-opened or have future activity.
If the bug was not resolved to the user's satisfaction they may assign it back to the developer with a description (by adding a new detail). If this occurs then the bug returns to step 2 above.

 

Answer by MAMTA KANDPAL SHARMA
Submitted on 11/27/2005
Rating: Not yet rated Rate this answer: Vote
STATUS RESOLUTION
The status field indicates the general health of a bug. Only certain status transitions are allowed.  The resolution field indicates what happened to this bug.  
UNCONFIRMED
This bug has recently been added to the database. Nobody has validated that this bug is true. Users who have the "can-confirm" permission set may confirm this bug, changing its state to NEW. Or, it may be directly resolved and marked RESOLVED.
NEW
This bug has recently been added to the assignee's list of bugs and must be processed. Bugs in this state may be accepted, and become ASSIGNED, passed on to someone else, and remain NEW, or resolved and marked RESOLVED.
ASSIGNED
This bug is not yet resolved, but is assigned to the proper person. From here bugs can be given to another person and become NEW, or resolved and become RESOLVED.
REOPENED
This bug was once resolved, but the resolution was deemed incorrect. For example, a WORKSFORME bug is REOPENED when more information shows up and the bug is now reproducible. From here bugs are either marked ASSIGNED or RESOLVED.  No resolution yet. All bugs which are in one of these "open" states have the resolution set to blank. All other bugs will be marked with one of the following resolutions.  
RESOLVED
A resolution has been taken, and it is awaiting verification by QA. From here bugs are either re-opened and become REOPENED, are marked VERIFIED, or are closed for good and marked CLOSED.
VERIFIED
QA has looked at the bug and the resolution and agrees that the appropriate resolution has been taken. Bugs remain in this state until the product they were reported against actually ships, at which point they become CLOSED.
CLOSED
The bug is considered dead, the resolution is correct. Any zombie bugs who choose to walk the earth again must do so by becoming REOPENED.  FIXED
A fix for this bug is checked into the tree and tested.
INVALID
The problem described is not a bug
WONT FIX
The problem described is a bug which will never be fixed.
LATER
The problem described is a bug which will not be fixed in this version of the product.
REMIND
The problem described is a bug which will probably not be fixed in this version of the product, but might still be.
DUPLICATE
The problem is a duplicate of an existing bug. Marking a bug duplicate requires the bug# of the duplicating bug and will at least put that bug number in the description field.
WORKSFORME
All attempts at reproducing this bug were futile, reading the code produces no clues as to why this behavior would occur. If more information appears later, please re-assign the bug, for now, file it.  

This document describes the life cycle of a bug in the WebKit open-source project. In most ways this is the same as the life cycle of a bug in any Bugzilla project. The Bugzilla site also includes more details about the life cycle of Bugzilla bugs.


Joost de Valk (AlthA on the #webkit IRC channel) has volunteered to answer questions about the WebKit bug life cycle. You can reach him on IRC or via email at webkit at joostdevalk dot nl.

Fresh, Unconfirmed Bugs
A freshly-created bug starts out in state UNCONFIRMED. Often it is in component New Bugs, but some bugs will be given an initial component in the initial bug-reporting step.

Confirming Bugs
The next step is for someone with Bugzilla canConfirm privileges to review the unconfirmed bug and decide whether it has enough useful information to move forward. The possible changes to the bug at this step include the following:

Resolution changed to DUPLICATE if the bug is determined to have the same cause as a bug reported earlier.
Resolution changed to WORKSFORME if the bug seems to not be present in the latest sources.
Resolution changed to INVALID if the bug does not describe a problem with WebKit.
Resolution changed to WONTFIX in the rare case that the bug seems valid but there's a specific reason why it should not be fixed in WebKit (usually this would be a cross-browser compatibility issue).
Comments/questions added if the bug does not have enough information to move forward.
Status changed to NEW if the bug is reproducible or otherwise has enough information to move forward. Along with changing the status, the component should also be set to an appropriate one more specific than New Bugs if necessary.
Analyzing Bugs
Each bug is initially assigned to the person designated as owner of the component. The assignee should move the bug from status NEW to status ASSIGNED after they have read the bug and are satisfied that it represents a real problem in WebKit. If they are not satisfied about this, they should perform one of the actions mentioned in the Confirming Bugs section above. The same procedure is followed for bugs with status REOPENED (see Verifying Fixes below).

The assignee represents the person who is expected to take the next step in investigating or fixing a bug. If someone other than the assignee is investigating or fixing a bug, the assignee should be changed to the person doing the work. This helps prevent duplicated work. It's always helpful to add a comment explaining why an assignee has been changed.

Proposing Fixes
A proposed patch should be added as a new attachment. The attachment should have the patch checkbox checked, and the review flag set to ?. This marks the patch as awaiting review. If the patch requires the specialized knowledge of a particular reviewer, the submitter or another reviewer should put the requested reviewer'semail address in the Requestee field. Otherwise this field should be left empty. The state is left at ASSIGNED at this point; it isn't changed to FIXED until a fix has been checked into the source tree.

When the review flag's state is changed, or when a comment is made in the Edit form for an attachment, email is automatically sent to the webkit-reviews mailing list. The reviewers all subscribe to this list, and anyone else is free to do so as well.

If the submitter of a patch changes their mind about wanting a review, they should clear the review flag by choosing the blank choice in the review pop-menu.

More details about how to prepare code changes can be found elsewhere on this site.

Reviewing Proposed Fixes
A reviewer will read through each proposed patch. If the patch is ready to commit, the reviewer will change the review flag to +. For clarity, it's helpful for the reviewer to add a comment when approving a patch. Often this comment is just "r=me", which is simply shorthand for "I have reviewed this patch and it's ready to commit".

A patch might not be ready to commit for various reasons. The bug fix might be incorrect. The test cases included in the patch might be insufficient. The bug fix and test cases might be fine but the coding style might be incorrect. The reviewer should always explain in detail why a patch is not ready to commit, so the submitter or someone else can revise the patch.

When a submitter proposes an updated patch, they should check the obsolete checkbox on the previous version of the patch. This causes it to appear crossed-out in the list of attachments on the bug's main page. At the same time as marking the old patch obsolete, the submitter should also clear the review flag. This would happen automatically in a perfect world, but doesn't currently in this one.

Committing Patches
After a patch has been approved, someone with commit privileges in the WebKit source repository will commit the patch into the source code repository. The committer should change the state of the bug to FIXED; generally the assignee is left unchanged at this point.

All of the people with commit privileges should be subscribed to the webkit-reviews mailing list, and so they will receive email when a patch is approved and thus ready to be committed. If an approved patch has not been committed for what seems to be an inordinately long time, the patch submitter could send email requesting status to this mailing list. As a last resort, the patch submitter could contact the reviewer directly. Due to everyone's busy schedules, some delays in getting patches reviewed, and then in getting them committed, are inevitable.

If the bug report mentions that the same bug is represented in Apple's internal Radar system, and the person who commits the bug has acces to Radar, then the person who commits the bug should also set the state of the Radar bug to Software Changed/Integrate.

Verifying Fixes
After the patch for a bug has been committed, the fix still needs to be verified. Typically this step is done by the person who originally submitted the bug report. If the submitter is not available or does not feel that they can verify the fix, the verification step can be done by anyone with bug editing privileges who is familiar enough with the originally reported problem to be confident about testing it. Note that once a bug is in the FIXED state, the assignee can no longer be changed. This means that a bug that needs to be verified will not usually be assigned to the person expected to verify the bug.

To verify a bug fix, build and run the sources that include the fix, and check whether the originally reported problem still occurs. If the problem no longer occurs, change the resolution to VERIFIED. If the problem does still occur, change the resolution to REOPENED and assign it to the person who submitted the patch.

Closing Bugs
Fixed bugs have the VERIFIED resolution until a version of WebKit that includes the fix has been publicly released. At this point, the resolution is changed to CLOSED.



 

Answer by Vikas Anand
Submitted on 12/9/2005
Rating: Not yet rated Rate this answer: Vote
Bug Life Cycle:
Here are the steps for the Bug Life Cycle:

Step 1) Detection/Open Stage: A defect or    bug detected by the tester during testing the application.

Step 2) Raised: Tester raises this bug.

Step 3) Assigned: This raised bug is then assigned to the developer who knows the internal structure of the program or module.

Step 4) Fix Bug: The developer then fix/resolve the bug.

Step 5)Resolved/reopened: The tester again retest the bug and closes it if it resolved. If the bug still persist, it will again reopen the bug and will go to step 1 again.

Step 6)After that the status of the bug is closed by the tester.
  

 

Answer by Jai
Submitted on 12/30/2005
Rating: Not yet rated Rate this answer: Vote
Stages are:
1) Detection.
2) Raised.
3) Assigned.
4) Fixed.
5) Resolved/Reopened.
6) Closed.

 

Answer by harish_reddy_a
Submitted on 1/18/2006
Rating: Not yet rated Rate this answer: Vote
What is a Bug Life Cycle?
The duration or time span between the first time bug is found (‘New’) and closed successfully (status: ‘Closed’), rejected, postponed or deferred is called as ‘Bug/Error Life Cycle’.

(There are seven different life cycles that a bug can passes through:

< I > Cycle I:
1) A tester finds a bug and reports it to Test Lead.
2) The Test lead verifies if the bug is valid or not.
3) Test lead finds that the bug is not valid and the bug is ‘Rejected’.

< II > Cycle II:
1) A tester finds a bug and reports it to Test Lead.
2) The Test lead verifies if the bug is valid or not.
3) The bug is verified and reported to development team with status as ‘New’.
4) The development leader and team verify if it is a valid bug. The bug is invalid and is marked with a status of ‘Pending Reject’ before passing it back to the testing team.
5) After getting a satisfactory reply from the development side, the test leader marks the bug as ‘Rejected’.

< III > Cycle III:
1) A tester finds a bug and reports it to Test Lead.
2) The Test lead verifies if the bug is valid or not.
3) The bug is verified and reported to development team with status as ‘New’.
4) The development leader and team verify if it is a valid bug. The bug is valid and the development leader assigns a developer to it marking the status as ‘Assigned’.
5) The developer solves the problem and marks the bug as ‘Fixed’ and passes it back to the Development leader.
6) The development leader changes the status of the bug to ‘Pending Retest’ and passes on to the testing team for retest.
7) The test leader changes the status of the bug to ‘Retest’ and passes it to a tester for retest.
8) The tester retests the bug and it is working fine, so the tester closes the bug and marks it as ‘Closed’.

< IV > Cycle IV:
1) A tester finds a bug and reports it to Test Lead.
2) The Test lead verifies if the bug is valid or not.
3) The bug is verified and reported to development team with status as ‘New’.
4) The development leader and team verify if it is a valid bug. The bug is valid and the development leader assigns a developer to it marking the status as ‘Assigned’.
5) The developer solves the problem and marks the bug as ‘Fixed’ and passes it back to the Development leader.
6) The development leader changes the status of the bug to ‘Pending Retest’ and passes on to the testing team for retest.
7) The test leader changes the status of the bug to ‘Retest’ and passes it to a tester for retest.
8) The tester retests the bug and the same problem persists, so the tester after confirmation from test leader reopens the bug and marks it with ‘Reopen’ status. And the bug is passed back to the development team for fixing.

< V > Cycle V:
1) A tester finds a bug and reports it to Test Lead.
2) The Test lead verifies if the bug is valid or not.
3) The bug is verified and reported to development team with status as ‘New’.
4) The developer tries to verify if the bug is valid but fails in replicate the same scenario as was at the time of testing, but fails in that and asks for help from testing team.
5) The tester also fails to re-generate the scenario in which the bug was found. And developer rejects the bug marking it ‘Rejected’.

< VI > Cycle VI:
1) After confirmation that the data is unavailable or certain functionality is unavailable, the solution and retest of the bug is postponed for indefinite time and it is marked as ‘Postponed’.

< VII > Cycle VII:
1) If the bug does not stand importance and can be/needed to be postponed, then it is given a status as ‘Deferred’.

This way, any bug that is found ends up with a status of Closed, Rejected, Deferred or Postponed.


 

Answer by Ashish Nainwal
Submitted on 2/2/2006
Rating: Not yet rated Rate this answer: Vote
Following are the stages, a bug undergoes during it's life cycle-

Stage 1. NEW:(An issue had been found by a tester and posted to bug tracking tool as NEW.)

Stage 2. QA APPROVED: (After confirming that the issue is really a 'bug', status is changed to QA APPROVED. This confirmation is usually done by some higher QA person. Once updated to this status, the bug now disappears from QA'stray and visualized to Developer's tray.)

Stage 3.ASSIGNED: The Developer Lead, depending on the module, assigns the bug to respective developer and so status of the bug is now ASSIGNED.

Stage 4.QC: The developer changes the source code (updates some procedures,triggers etc) in order to resolve the issue and update the status to QC.

Stage 5. READY TO TEST: The updated source code is reviewed by developer lead, and after his satisfaction status is updated to READY TO TEST.At this stage the bug disappears from developer's tray and appears in QA'stray.

Stage 6a.FIXED/CLOSED: QA test the issue on fresh build and mark the issue as FIXED/CLOSED if it is no longer reproducible.

Stage 6b.REJECTED: If the issue is still reproducible, QA changes status to REJECTED and now the issue will appear again in developer lead tray, he in turn update the status to ASSIGNED and Stage 3 is again reached.

 

Answer by Fathima
Submitted on 3/20/2006
Rating: Not yet rated Rate this answer: Vote
OPEN
ASSIGNED
RESOLVED/FIXED
VERIFIED
CLOSED

 

Answer by Suchita Bhalerao
Submitted on 5/6/2006
Rating: Not yet rated Rate this answer: Vote
New-->open-->resolve/fix-->validate-->close

 

Answer by anne
Submitted on 6/18/2006
Rating: Not yet rated Rate this answer: Vote
new
fixed
hold
closed
reopen
bydesign

 

Answer by Ganesh Ku Gouda
Submitted on 7/5/2006
Rating: Not yet rated Rate this answer: Vote
Bug life cycle is know thing but
1)detection
2 Review (by team member)
3)duplicate checking
4)Raised
5Assigned
6)Fixed
7)review
8)Resolved/Reopen
9)closed



 

Answer by prashanth kumar
Submitted on 8/1/2006
Rating: Not yet rated Rate this answer: Vote
i am new to testing

 

Answer by THORANA KIRAN KUMAR
Submitted on 8/3/2006
Rating: Not yet rated Rate this answer: Vote
A)NEW: TESTER FINDS A BUG
B)ASSIGN:RAISED DEFECT ASSIGNED TO DEVELOPER
IF
1)NOT A BUG GOTO STEP F.
2)DUPLICATE-ALREADY REFERRED GOTO STEP F.
3)DEFERRED NOT NECESSARY TO BE SOLVED
ELSE
  GOTO C
C)OPEN
D)FIXED
E)VERIFICATION
  IF NOT VALID GOTO  STEP C.(REOPEN)
  VALID GOTO  STEP F.
F)CLOSED    

 

Answer by RAJMOHAN
Submitted on 8/24/2006
Rating: Not yet rated Rate this answer: Vote
THERE ARE 7 STAGES IN BUG LIFE CYCLE.
1. tester find a bug status "new" and reports it to test  lead, test lead verifies it whether the bug is valid or invalid if the bug is invalid, test lead will map the status to "rejects"
2.tester find a bug status "new" and reports it to test  lead, test lead verifies it whether the bug is valid, if the bug is valid then test lead maps the status as "new" and forwards the bug to devolopment lead.
3.development team reviews the bug and found the bug is invalid the they will "reject" it if they found valid then the development lead chages the status to from "new" to "assigned"  and the assigned devoloper devoloper finally "fixes" the bug and change the status to "fix".
4. development lead changes the status to "re open" and assign to test lead and then test lead changes the status to "re test" and send across to tester, tester �opens�ns� it and found not bug then changes the staclose����close�
5. tester "re test" the bug if the same problem persists then test will send it across to development team will the confirmation from the test leader.
6.development team check it and unable to found the bug then ask the help of tester if tester couldnot able to provide the witness then development team will change the status to "pending".
7.if the bug couldn't stand and importance then the status will be "deferred"

THESE ARE THE STATUS OF THE BUG AT ANY STAGE OF THE PROJECT.

 

Answer by raviraj
Submitted on 8/26/2006
Rating: Not yet rated Rate this answer: Vote
bug life cycle is the importent concept in testing .
1)unconformedstage: the bug is recently added to the database list who can can conform stage the stage will change new
2)new or open; the bug is recently added to the assigengers list the team leador can assigin to perticalar person

3)assigned;in this stage the developer lead assign to developer

4)resolved
5)verification
6)reopen
7)closed

 

Answer by sudhakar
Submitted on 8/29/2006
Rating: Not yet rated Rate this answer: Vote
Bugs life cycle.
when the tester find the bug for the first time the status of bug is New.when the tester assign bug to the developer the status of the bug is Assigned. once the bug is assigned to the developer the status change to open. once the developer fix the bug the status of the bug change to fix and it given to tester for retesting. once the bug is retested and if issue is resolved the status to closed or the status change to reopen. In some case have similar meaning of previously  solved test case then the status is marked as duplicate. This particular status can be changed by the developer as well as the tester with the notification to the project manger or test lead.

 

Answer by akash
Submitted on 9/26/2006
Rating: Not yet rated Rate this answer: Vote
Bug Life Cycle :

Analyze-->Confermed---->OPEN.
ASIGN---->TL/Developper.
REAnalyze-->ReConfermed---->OPEN if bug again. else Closed

 

Answer by ramesh
Submitted on 10/4/2006
Rating: Not yet rated Rate this answer: Vote
1)FIND THE DEFECT
2)REPRODUCE THE DEFECT
3)REPROTING THE DEFECT
4)BUG FIXING(by developer)
5)(If fixed and resolved,check that bug is  fully solved or not,its resolved CLOSE that bug)
(If fixed and defered to next version , CLOSE that bug for current version)
(if fixed and resolved, chack that bug is fully solved or not,incase not solved REOPEN that defect,go to setp no.3)



 

Answer by thanasingh
Submitted on 10/5/2006
Rating: Not yet rated Rate this answer: Vote
=> New by tester
=> Assigned to developer
=> feed back(both dev&tester in case of understanding issue)
=> aknowledge by developer
=> confirm or reopened by tester
=> No of cycles (the bug opened again and again)
=> closed by PM


 

Answer by sivasankar
Submitted on 10/5/2006
Rating: Not yet rated Rate this answer: Vote
1. NEW
2. ASSIGN
3. OPEN
4. FIXED
5. RESOLVED/REOPENED
6. CLOSED

 

Answer by sandy
Submitted on 11/14/2006
Rating: Not yet rated Rate this answer: Vote
defect detection
reproduce defect
report defect
track & get it fixed
regression test
close test

 

Answer by arch
Submitted on 12/6/2006
Rating: Not yet rated Rate this answer: Vote
1. New
2. Open
3. Assign
4. Test
5. Verified
6. Deferred
7. Reopened
8. Duplicate
9. Rejected and
10. Closed
1. New: When the bug is posted for the first time, its state will be “NEW”. This means that the bug is not yet approved.
2. Open: After a tester has posted a bug, the lead of the tester approves that the bug is genuine and he changes the state as “OPEN”.
3. Assign: Once the lead changes the state as “OPEN”, he assigns the bug to corresponding developer or developer team. The state of the bug now is changed to “ASSIGN”.
4. Test: Once the developer fixes the bug, he has to assign the bug to the testing team for next round of testing. Before he releases the software with bug fixed, he changes the state of bug to “TEST”. It specifies that the bug has been fixed and is released to testing team.
5. Deferred: The bug, changed to deferred state means the bug is expected to be fixed in next releases. The reasons for changing the bug to this state have many factors. Some of them are priority of the bug may be low, lack of time for the release or the bug may not have major effect on the software.
6. Rejected: If the developer feels that the bug is not genuine, he rejects the bug. Then the state of the bug is changed to “REJECTED”.
7. Duplicate: If the bug is repeated twice or the two bugs mention the same concept of the bug, then one bug status is changed to “DUPLICATE”.
8. Verified: Once the bug is fixed and the status is changed to “TEST”, the tester tests the bug. If the bug is not present in the software, he approves that the bug is fixed and changes the status to “VERIFIED”.
9. Reopened: If the bug still exists even after the bug is fixed by the developer, the tester changes the status to “REOPENED”. The bug traverses the life cycle once again.
10. Closed: Once the bug is fixed, it is tested by the tester. If the tester feels that the bug no longer exists in the software, he changes the status of the bug to “CLOSED”. This state means that the bug is fixed, tested and approved.

 

Answer by Sujata
Submitted on 1/4/2007
Rating: Not yet rated Rate this answer: Vote
The Stages present in Bug Life Cycle are :
1.NEW: A Tester Finds a bug & reports it to Test Lead.The Test Lead verifies if the bug is valid or not,The bug is verified & reported to development team as NEW
2.ASSIGNED:The development leader & team verify if it is a valid bug.The bug is valid & development leader assigns the bug to the developer making its status as ASSIGNED.
3.OPEN: The bug is in OPEN Status when the bug is assigned to the developer but not yet fixed.
4.Fixed/RESOLVED:The developers solves the problem & marks the status to FIXED.
5. RETEST: The bug is fixed & is passed to testing team for verification if the bug is really fixed.
6:CLOSED: After the bug is fixed & retested & verified if the bug fixed has not cause any other bug,the status of the bug is made closed.
7:REOPEN:IF the tester retest the bug & encounters some problem,the tester after confirmation from test leader reopens the bug and marks it with ‘Reopen’ status. And the bug is passed back to the development team for fixing
8:REJECTED:The developer tries to verify if the bug is valid but fails to replicate in the same scenario ,after asking the help of testing  team & testing team also fails to regenerate the scenario in which bug was found ,then the status of the  bug is found to be REJECTED.
9:Deferred:If the bug does not stand importance and can be/needed to be postponed, then it is given a status as ‘Deferred’

 

Answer by tempo
Submitted on 3/10/2007
Rating: Not yet rated Rate this answer: Vote
Luogo molto buon:) Buona fortuna! http://www.paradistc.org/tempo

 

Answer by napoli
Submitted on 3/13/2007
Rating: Not yet rated Rate this answer: Vote
E evidente che il luogo e stato fatto dalla persona che realmente conosce il mestiere! http://www.paradistc.org/napoli

 

Answer by bologna
Submitted on 3/15/2007
Rating: Not yet rated Rate this answer: Vote
luogo interessante, soddisfare interessante, buon! http://www.paradistc.org/bologna

 

Answer by zidane
Submitted on 3/17/2007
Rating: Not yet rated Rate this answer: Vote
Lo trovo piuttosto impressionante. Lavoro grande fatto..) http://www.sanzkdni59.org/zidane

 

Answer by verona
Submitted on 3/19/2007
Rating: Not yet rated Rate this answer: Vote
Stupore! ho una sensibilità molto buona circa il vostro luogo!!!! http://www.paradistc.org/verona

 

Answer by Bose
Submitted on 3/19/2007
Rating: Not yet rated Rate this answer: Vote
Open (Log defect in your Bug Tract)
|
Assign (Assign to particular module owner-developer)
|
Fixed or Resolved (Developer fixed and updated the comments of the bug and assigned to Tester)
|
Retest or Regression (Retest or Regress the bug if it still occurring or not)
|+ Occurring (Re-open it and assign to Dev with your comments)
|
Closed



 

Answer by Bruno
Submitted on 4/6/2007
Rating: Not yet rated Rate this answer: Vote
[URL=http://www.olferta70.org/lesbo] lesbo [/URL]   <a href='http://www.olferta70.org/lesbo'> lesbo </a> [URL=http://www.olferta70.org/olimpiade] olimpiade [/URL]   <a href='http://www.olferta70.org/olimpiade'> olimpiade </a> [URL=http://www.olferta70.org/check] check [/URL]   <a href='http://www.olferta70.org/check'> check </a> [URL=http://www.olferta70.org/johnny] johnny [/URL]   <a href='http://www.olferta70.org/johnny'> johnny </a> [URL=http://www.olferta70.org/society] society [/URL]   <a href='http://www.olferta70.org/society'> society </a> [URL=http://www.olferta70.org/caschi] caschi [/URL]   <a href='http://www.olferta70.org/caschi'> caschi </a> [URL=http://www.olferta70.org/tube] tube [/URL]   <a href='http://www.olferta70.org/tube'> tube </a> [URL=http://www.olferta70.org/banks] banks [/URL]   <a href='http://www.olferta70.org/banks'> banks </a> [URL=http://www.olferta70.org/food] food [/URL]   <a href='http://www.olferta70.org/food'> food </a> [URL=http://www.olferta70.org/vetri] vetri [/URL]   <a href='http://www.olferta70.org/vetri'> vetri </a> [URL=http://www.olferta70.org/campagna] campagna [/URL]   <a href='http://www.olferta70.org/campagna'> campagna </a> [URL=http://www.olferta70.org/strumenti] strumenti [/URL]   <a href='http://www.olferta70.org/strumenti'> strumenti </a> [URL=http://www.olferta70.org/risarcimento] risarcimento [/URL]   <a href='http://www.olferta70.org/risarcimento'> risarcimento </a> [URL=http://www.olferta70.org/passione] passione [/URL]   <a href='http://www.olferta70.org/passione'> passione </a> [URL=http://www.olferta70.org/famiglie] famiglie [/URL]   <a href='http://www.olferta70.org/famiglie'> famiglie </a> [URL=http://www.olferta70.org/sull] sull [/URL]   <a href='http://www.olferta70.org/sull'> sull </a> [URL=http://www.olferta70.org/treno] treno [/URL]   <a href='http://www.olferta70.org/treno'> treno </a> [URL=http://www.olferta70.org/panasonic] panasonic [/URL]   <a href='http://www.olferta70.org/panasonic'> panasonic </a> [URL=http://www.olferta70.org/carico] carico [/URL]   <a href='http://www.olferta70.org/carico'> carico </a> [URL=http://www.olferta70.org/forumfree] forumfree [/URL]   <a href='http://www.olferta70.org/forumfree'> forumfree </a> [URL=http://www.olferta70.org/positano] positano [/URL]   <a href='http://www.olferta70.org/positano'> positano </a> [URL=http://www.olferta70.org/tecnocasa] tecnocasa [/URL]   <a href='http://www.olferta70.org/tecnocasa'> tecnocasa </a> [URL=http://www.olferta70.org/cucina] cucina [/URL]   <a href='http://www.olferta70.org/cucina'> cucina </a> [URL=http://www.olferta70.org/abbigliamento] abbigliamento [/URL]   <a href='http://www.olferta70.org/abbigliamento'> abbigliamento </a> [URL=http://www.olferta70.org/star] star [/URL]   <a href='http://www.olferta70.org/star'> star </a> [URL=http://www.olferta70.org/nudi] nudi [/URL]   <a href='http://www.olferta70.org/nudi'> nudi </a> [URL=http://www.olferta70.org/tipici] tipici [/URL]   <a href='http://www.olferta70.org/tipici'> tipici </a> [URL=http://www.olferta70.org/nautica] nautica [/URL]   <a href='http://www.olferta70.org/nautica'> nautica </a> [URL=http://www.olferta70.org/aids] aids [/URL]   <a href='http://www.olferta70.org/aids'> aids </a> [URL=http://www.olferta70.org/nato] nato [/URL]   <a href='http://www.olferta70.org/nato'> nato </a> [URL=http://www.olferta70.org/inglese] inglese [/URL]   <a href='http://www.olferta70.org/inglese'> inglese </a> [URL=http://www.olferta70.org/musica-mp3-gratis] musica mp3 gratis [/URL]   <a href='http://www.olferta70.org/musica-mp3-gratis'> musica mp3 gratis </a> [URL=http://www.olferta70.org/machinery] machinery [/URL]   <a href='http://www.olferta70.org/machinery'> machinery </a> [URL=http://www.olferta70.org/zone] zone [/URL]   <a href='http://www.olferta70.org/zone'> zone </a> [URL=http://www.olferta70.org/point] point [/URL]   <a href='http://www.olferta70.org/point'> point </a> [URL=http://www.olferta70.org/ultimi] ultimi [/URL]   <a href='http://www.olferta70.org/ultimi'> ultimi </a> [URL=http://www.olferta70.org/esempi] esempi [/URL]   <a href='http://www.olferta70.org/esempi'> esempi </a> [URL=http://www.olferta70.org/cavo] cavo [/URL]   <a href='http://www.olferta70.org/cavo'> cavo </a> [URL=http://www.olferta70.org/pictures] pictures [/URL]   <a href='http://www.olferta70.org/pictures'> pictures </a> [URL=http://www.olferta70.org/il-fornaio] il fornaio [/URL]   <a href='http://www.olferta70.org/il-fornaio'> il fornaio </a> [URL=http://www.olferta70.org/inverno] inverno [/URL]   <a href='http://www.olferta70.org/inverno'> inverno </a> [URL=http://www.olferta70.org/scaricare-gratis] scaricare gratis [/URL]   <a href='http://www.olferta70.org/scaricare-gratis'> scaricare gratis </a> [URL=http://www.olferta70.org/santa] santa [/URL]   <a href='http://www.olferta70.org/santa'> santa </a> [URL=http://www.olferta70.org/naked] naked [/URL]   <a href='http://www.olferta70.org/naked'> naked </a> [URL=http://www.olferta70.org/brasile] brasile [/URL]   <a href='http://www.olferta70.org/brasile'> brasile </a> [URL=http://www.olferta70.org/bolle] bolle [/URL]   <a href='http://www.olferta70.org/bolle'> bolle </a> [URL=http://www.olferta70.org/bios] bios [/URL]   <a href='http://www.olferta70.org/bios'> bios </a> [URL=http://www.olferta70.org/aree] aree [/URL]   <a href='http://www.olferta70.org/aree'> aree </a> [URL=http://www.olferta70.org/outlet] outlet [/URL]   <a href='http://www.olferta70.org/outlet'> outlet </a> [URL=http://www.olferta70.org/parete] parete [/URL]   <a href='http://www.olferta70.org/parete'> parete </a> [URL=http://www.olferta70.org/roma] roma [/URL]   <a href='http://www.olferta70.org/roma'> roma </a> [URL=http://www.olferta70.org/nemico] nemico [/URL]   <a href='http://www.olferta70.org/nemico'> nemico </a> [URL=http://www.olferta70.org/costruire] costruire [/URL]   <a href='http://www.olferta70.org/costruire'> costruire </a> [URL=http://www.olferta70.org/treviso] treviso [/URL]   <a href='http://www.olferta70.org/treviso'> treviso </a> [URL=http://www.olferta70.org/aperti] aperti [/URL]   <a href='http://www.olferta70.org/aperti'> aperti </a> [URL=http://www.olferta70.org/trattamento] trattamento [/URL]   <a href='http://www.olferta70.org/trattamento'> trattamento </a> [URL=http://www.olferta70.org/ceca] ceca [/URL]   <a href='http://www.olferta70.org/ceca'> ceca </a> [URL=http://www.olferta70.org/azzurri] azzurri [/URL]   <a href='http://www.olferta70.org/azzurri'> azzurri </a> [URL=http://www.olferta70.org/java] java [/URL]   <a href='http://www.olferta70.org/java'> java </a> [URL=http://www.olferta70.org/allevamento] allevamento [/URL]   <a href='http://www.olferta70.org/allevamento'> allevamento </a> [URL=http://www.olferta70.org/nautica] nautica [/URL]   <a href='http://www.olferta70.org/nautica'> nautica </a> [URL=http://www.olferta70.org/nato] nato [/URL]   <a href='http://www.olferta70.org/nato'> nato </a> [URL=http://www.olferta70.org/aree] aree [/URL]   <a href='http://www.olferta70.org/aree'> aree </a> [URL=http://www.olferta70.org/esempi] esempi [/URL]   <a href='http://www.olferta70.org/esempi'> esempi </a> [URL=http://www.olferta70.org/ultimi] ultimi [/URL]   <a href='http://www.olferta70.org/ultimi'> ultimi </a> [URL=http://www.olferta70.org/azzurri] azzurri [/URL]   <a href='http://www.olferta70.org/azzurri'> azzurri </a> [URL=http://www.olferta70.org/aperti] aperti [/URL]   <a href='http://www.olferta70.org/aperti'> aperti </a> [URL=http://www.olferta70.org/santa] santa [/URL]   <a href='http://www.olferta70.org/santa'> santa </a> [URL=http://www.olferta70.org/roma] roma [/URL]   <a href='http://www.olferta70.org/roma'> roma </a> [URL=http://www.olferta70.org/inverno] inverno [/URL]   <a href='http://www.olferta70.org/inverno'> inverno </a> [URL=http://www.olferta70.org/cavo] cavo [/URL]   <a href='http://www.olferta70.org/cavo'> cavo </a> [URL=http://www.olferta70.org/tipici] tipici [/URL]   <a href='http://www.olferta70.org/tipici'> tipici </a> [URL=http://www.olferta70.org/treno] treno [/URL]   <a href='http://www.olferta70.org/treno'> treno </a> [URL=http://www.olferta70.org/il-fornaio] il fornaio [/URL]   <a href='http://www.olferta70.org/il-fornaio'> il fornaio </a> [URL=http://www.olferta70.org/inglese] inglese [/URL]   <a href='http://www.olferta70.org/inglese'> inglese </a> [URL=http://www.olferta70.org/costruire] costruire [/URL]   <a href='http://www.olferta70.org/costruire'> costruire </a> [URL=http://www.olferta70.org/musica-mp3-gratis] musica mp3 gratis [/URL]   <a href='http://www.olferta70.org/musica-mp3-gratis'> musica mp3 gratis </a> [URL=http://www.olferta70.org/caschi] caschi [/URL]   <a href='http://www.olferta70.org/caschi'> caschi </a> [URL=http://www.olferta70.org/star] star [/URL]   <a href='http://www.olferta70.org/star'> star </a> [URL=http://www.olferta70.org/positano] positano [/URL]   <a href='http://www.olferta70.org/positano'> positano </a> [URL=http://www.olferta70.org/machinery] machinery [/URL]   <a href='http://www.olferta70.org/machinery'> machinery </a> [URL=http://www.olferta70.org/brasile] brasile [/URL]   <a href='http://www.olferta70.org/brasile'> brasile </a> [URL=http://www.olferta70.org/risarcimento] risarcimento [/URL]   <a href='http://www.olferta70.org/risarcimento'> risarcimento </a> [URL=http://www.olferta70.org/lesbo] lesbo [/URL]   <a href='http://www.olferta70.org/lesbo'> lesbo </a> [URL=http://www.olferta70.org/banks] banks [/URL]   <a href='http://www.olferta70.org/banks'> banks </a> [URL=http://www.olferta70.org/parete] parete [/URL]   <a href='http://www.olferta70.org/parete'> parete </a> [URL=http://www.olferta70.org/bolle] bolle [/URL]   <a href='http://www.olferta70.org/bolle'> bolle </a> [URL=http://www.olferta70.org/allevamento] allevamento [/URL]   <a href='http://www.olferta70.org/allevamento'> allevamento </a> [URL=http://www.olferta70.org/bios] bios [/URL]   <a href='http://www.olferta70.org/bios'> bios </a> [URL=http://www.olferta70.org/forumfree] forumfree [/URL]   <a href='http://www.olferta70.org/forumfree'> forumfree </a> [URL=http://www.olferta70.org/ceca] ceca [/URL]   <a href='http://www.olferta70.org/ceca'> ceca </a> [URL=http://www.olferta70.org/abbigliamento] abbigliamento [/URL]   <a href='http://www.olferta70.org/abbigliamento'> abbigliamento </a> [URL=http://www.olferta70.org/nudi] nudi [/URL]   <a href='http://www.olferta70.org/nudi'> nudi </a> [URL=http://www.olferta70.org/food] food [/URL]   <a href='http://www.olferta70.org/food'> food </a> [URL=http://www.olferta70.org/scaricare-gratis] scaricare gratis [/URL]   <a href='http://www.olferta70.org/scaricare-gratis'> scaricare gratis </a> [URL=http://www.olferta70.org/carico] carico [/URL]   <a href='http://www.olferta70.org/carico'> carico </a> [URL=http://www.olferta70.org/aids] aids [/URL]   <a href='http://www.olferta70.org/aids'> aids </a> [URL=http://www.olferta70.org/sull] sull [/URL]   <a href='http://www.olferta70.org/sull'> sull </a> [URL=http://www.olferta70.org/olimpiade] olimpiade [/URL]   <a href='http://www.olferta70.org/olimpiade'> olimpiade </a> [URL=http://www.olferta70.org/johnny] johnny [/URL]   <a href='http://www.olferta70.org/johnny'> johnny </a> [URL=http://www.olferta70.org/cucina] cucina [/URL]   <a href='http://www.olferta70.org/cucina'> cucina </a> [URL=http://www.olferta70.org/vetri] vetri [/URL]   <a href='http://www.olferta70.org/vetri'> vetri </a> [URL=http://www.olferta70.org/famiglie] famiglie [/URL]   <a href='http://www.olferta70.org/famiglie'> famiglie </a> [URL=http://www.olferta70.org/point] point [/URL]   <a href='http://www.olferta70.org/point'> point </a> [URL=http://www.olferta70.org/java] java [/URL]   <a href='http://www.olferta70.org/java'> java </a> [URL=http://www.olferta70.org/trattamento] trattamento [/URL]   <a href='http://www.olferta70.org/trattamento'> trattamento </a> [URL=http://www.olferta70.org/pictures] pictures [/URL]   <a href='http://www.olferta70.org/pictures'> pictures </a> [URL=http://www.olferta70.org/nemico] nemico [/URL]   <a href='http://www.olferta70.org/nemico'> nemico </a> [URL=http://www.olferta70.org/panasonic] panasonic [/URL]   <a href='http://www.olferta70.org/panasonic'> panasonic </a> [URL=http://www.olferta70.org/strumenti] strumenti [/URL]   <a href='http://www.olferta70.org/strumenti'> strumenti </a> [URL=http://www.olferta70.org/naked] naked [/URL]   <a href='http://www.olferta70.org/naked'> naked </a> [URL=http://www.olferta70.org/society] society [/URL]   <a href='http://www.olferta70.org/society'> society </a> [URL=http://www.olferta70.org/tube] tube [/URL]   <a href='http://www.olferta70.org/tube'> tube </a> [URL=http://www.olferta70.org/zone] zone [/URL]   <a href='http://www.olferta70.org/zone'> zone </a> [URL=http://www.olferta70.org/outlet] outlet [/URL]   <a href='http://www.olferta70.org/outlet'> outlet </a> [URL=http://www.olferta70.org/tecnocasa] tecnocasa [/URL]   <a href='http://www.olferta70.org/tecnocasa'> tecnocasa </a> [URL=http://www.olferta70.org/campagna] campagna [/URL]   <a href='http://www.olferta70.org/campagna'> campagna </a> [URL=http://www.olferta70.org/check] check [/URL]   <a href='http://www.olferta70.org/check'> check </a> [URL=http://www.olferta70.org/passione] passione [/URL]   <a href='http://www.olferta70.org/passione'> passione </a> [URL=http://www.olferta70.org/treviso] treviso [/URL]   <a href='http://www.olferta70.org/treviso'> treviso </a>

 

Answer by pianoforte
Submitted on 4/10/2007
Rating: Not yet rated Rate this answer: Vote
Nice site. Thanks. http://www.sh8cale.org/pianoforte

 

Answer by forni
Submitted on 4/11/2007
Rating: Not yet rated Rate this answer: Vote
9 su 10! Ottenerlo! Siete buoni! http://www.fnight37.org/forni

 

Answer by il giorno
Submitted on 4/13/2007
Rating: Not yet rated Rate this answer: Vote
Nice site you have! http://www.priup40.org/il-giorno

 

Answer by ligure
Submitted on 4/14/2007
Rating: Not yet rated Rate this answer: Vote
Stupore! ho una sensibilità molto buona circa il vostro luogo!!!! http://www.acquagyo41.org/ligure

 

Answer by toscana
Submitted on 4/16/2007
Rating: Not yet rated Rate this answer: Vote
E grande io ha trovato il vostro luogo! Le info importanti ottenute! )) http://www.marshawj.org/toscana

 

Answer by Aria
Submitted on 5/13/2007
Rating: Not yet rated Rate this answer: Vote
[URL=http://www.leggendaa.info/animale] animale [/URL]   <a href='http://www.leggendaa.info/animale'> animale </a> [URL=http://www.leggendaa.info/gallery] gallery [/URL]   <a href='http://www.leggendaa.info/gallery'> gallery </a> [URL=http://www.leggendaa.info/armani] armani [/URL]   <a href='http://www.leggendaa.info/armani'> armani </a> [URL=http://www.leggendaa.info/metodo] metodo [/URL]   <a href='http://www.leggendaa.info/metodo'> metodo </a> [URL=http://www.leggendaa.info/istituto] istituto [/URL]   <a href='http://www.leggendaa.info/istituto'> istituto </a> [URL=http://www.leggendaa.info/misura] misura [/URL]   <a href='http://www.leggendaa.info/misura'> misura </a> [URL=http://www.leggendaa.info/festa] festa [/URL]   <a href='http://www.leggendaa.info/festa'> festa </a> [URL=http://www.leggendaa.info/donkey] donkey [/URL]   <a href='http://www.leggendaa.info/donkey'> donkey </a> [URL=http://www.leggendaa.info/space] space [/URL]   <a href='http://www.leggendaa.info/space'> space </a> [URL=http://www.leggendaa.info/produttori] produttori [/URL]   <a href='http://www.leggendaa.info/produttori'> produttori </a> [URL=http://www.leggendaa.info/oroscopo] oroscopo [/URL]   <a href='http://www.leggendaa.info/oroscopo'> oroscopo </a> [URL=http://www.leggendaa.info/volare] volare [/URL]   <a href='http://www.leggendaa.info/volare'> volare </a> [URL=http://www.leggendaa.info/hacks] hacks [/URL]   <a href='http://www.leggendaa.info/hacks'> hacks </a> [URL=http://www.leggendaa.info/turbo] turbo [/URL]   <a href='http://www.leggendaa.info/turbo'> turbo </a> [URL=http://www.leggendaa.info/umberto] umberto [/URL]   <a href='http://www.leggendaa.info/umberto'> umberto </a> [URL=http://www.leggendaa.info/festa] festa [/URL]   <a href='http://www.leggendaa.info/festa'> festa </a> [URL=http://www.leggendaa.info/animale] animale [/URL]   <a href='http://www.leggendaa.info/animale'> animale </a> [URL=http://www.leggendaa.info/gallery] gallery [/URL]   <a href='http://www.leggendaa.info/gallery'> gallery </a> [URL=http://www.leggendaa.info/istituto] istituto [/URL]   <a href='http://www.leggendaa.info/istituto'> istituto </a> [URL=http://www.leggendaa.info/hacks] hacks [/URL]   <a href='http://www.leggendaa.info/hacks'> hacks </a> [URL=http://www.leggendaa.info/space] space [/URL]   <a href='http://www.leggendaa.info/space'> space </a> [URL=http://www.leggendaa.info/misura] misura [/URL]   <a href='http://www.leggendaa.info/misura'> misura </a> [URL=http://www.leggendaa.info/umberto] umberto [/URL]   <a href='http://www.leggendaa.info/umberto'> umberto </a> [URL=http://www.leggendaa.info/donkey] donkey [/URL]   <a href='http://www.leggendaa.info/donkey'> donkey </a> [URL=http://www.leggendaa.info/oroscopo] oroscopo [/URL]   <a href='http://www.leggendaa.info/oroscopo'> oroscopo </a> [URL=http://www.leggendaa.info/armani] armani [/URL]   <a href='http://www.leggendaa.info/armani'> armani </a> [URL=http://www.leggendaa.info/produttori] produttori [/URL]   <a href='http://www.leggendaa.info/produttori'> produttori </a> [URL=http://www.leggendaa.info/volare] volare [/URL]   <a href='http://www.leggendaa.info/volare'> volare </a> [URL=http://www.leggendaa.info/metodo] metodo [/URL]   <a href='http://www.leggendaa.info/metodo'> metodo </a> [URL=http://www.leggendaa.info/turbo] turbo [/URL]   <a href='http://www.leggendaa.info/turbo'> turbo </a>

 

Answer by sathik ali
Submitted on 5/17/2007
Rating: Not yet rated Rate this answer: Vote
Open
Assign
Fixed
Reopened
Closed

 

Answer by Umberto
Submitted on 5/18/2007
Rating: Not yet rated Rate this answer: Vote
[URL=http://www.djistretto45.info/sanitario] sanitario [/URL]   <a href='http://www.djistretto45.info/sanitario'> sanitario </a> [URL=http://www.djistretto45.info/azzurri] azzurri [/URL]   <a href='http://www.djistretto45.info/azzurri'> azzurri </a> [URL=http://www.djistretto45.info/ammissione] ammissione [/URL]   <a href='http://www.djistretto45.info/ammissione'> ammissione </a> [URL=http://www.djistretto45.info/corsa] corsa [/URL]   <a href='http://www.djistretto45.info/corsa'> corsa </a> [URL=http://www.djistretto45.info/siemens] siemens [/URL]   <a href='http://www.djistretto45.info/siemens'> siemens </a> [URL=http://www.djistretto45.info/america] america [/URL]   <a href='http://www.djistretto45.info/america'> america </a> [URL=http://www.djistretto45.info/cerca] cerca [/URL]   <a href='http://www.djistretto45.info/cerca'> cerca </a> [URL=http://www.djistretto45.info/arianna] arianna [/URL]   <a href='http://www.djistretto45.info/arianna'> arianna </a> [URL=http://www.djistretto45.info/devil] devil [/URL]   <a href='http://www.djistretto45.info/devil'> devil </a> [URL=http://www.djistretto45.info/slovenia] slovenia [/URL]   <a href='http://www.djistretto45.info/slovenia'> slovenia </a> [URL=http://www.djistretto45.info/gianfranco] gianfranco [/URL]   <a href='http://www.djistretto45.info/gianfranco'> gianfranco </a> [URL=http://www.djistretto45.info/comunicazione] comunicazione [/URL]   <a href='http://www.djistretto45.info/comunicazione'> comunicazione </a> [URL=http://www.djistretto45.info/accademia] accademia [/URL]   <a href='http://www.djistretto45.info/accademia'> accademia </a> [URL=http://www.djistretto45.info/adobe] adobe [/URL]   <a href='http://www.djistretto45.info/adobe'> adobe </a> [URL=http://www.djistretto45.info/interno] interno [/URL]   <a href='http://www.djistretto45.info/interno'> interno </a>

 

Answer by Jessica
Submitted on 5/21/2007
Rating: Not yet rated Rate this answer: Vote
[URL=http://www.kfcg76.info/modifica] modifica [/URL]   <a href='http://www.kfcg76.info/modifica'> modifica </a> [URL=http://www.kfcg76.info/giorgia] giorgia [/URL]   <a href='http://www.kfcg76.info/giorgia'> giorgia </a> [URL=http://www.kfcg76.info/tecnocasa] tecnocasa [/URL]   <a href='http://www.kfcg76.info/tecnocasa'> tecnocasa </a> [URL=http://www.kfcg76.info/fallimento] fallimento [/URL]   <a href='http://www.kfcg76.info/fallimento'> fallimento </a> [URL=http://www.kfcg76.info/materna] materna [/URL]   <a href='http://www.kfcg76.info/materna'> materna </a> [URL=http://www.kfcg76.info/numero] numero [/URL]   <a href='http://www.kfcg76.info/numero'> numero </a> [URL=http://www.kfcg76.info/verbi] verbi [/URL]   <a href='http://www.kfcg76.info/verbi'> verbi </a> [URL=http://www.kfcg76.info/termine] termine [/URL]   <a href='http://www.kfcg76.info/termine'> termine </a> [URL=http://www.kfcg76.info/grassi] grassi [/URL]   <a href='http://www.kfcg76.info/grassi'> grassi </a> [URL=http://www.kfcg76.info/decorare] decorare [/URL]   <a href='http://www.kfcg76.info/decorare'> decorare </a> [URL=http://www.kfcg76.info/canali] canali [/URL]   <a href='http://www.kfcg76.info/canali'> canali </a> [URL=http://www.kfcg76.info/fattoria] fattoria [/URL]   <a href='http://www.kfcg76.info/fattoria'> fattoria </a> [URL=http://www.kfcg76.info/catering] catering [/URL]   <a href='http://www.kfcg76.info/catering'> catering </a> [URL=http://www.kfcg76.info/gay] gay [/URL]   <a href='http://www.kfcg76.info/gay'> gay </a> [URL=http://www.kfcg76.info/creta] creta [/URL]   <a href='http://www.kfcg76.info/creta'> creta </a>

 

Answer by Aaron
Submitted on 5/24/2007
Rating: Not yet rated Rate this answer: Vote
[URL=http://www.dol3xc53.info/ottica] ottica [/URL]   <a href='http://www.dol3xc53.info/ottica'> ottica </a> [URL=http://www.dol3xc53.info/telefonico] telefonico [/URL]   <a href='http://www.dol3xc53.info/telefonico'> telefonico </a> [URL=http://www.dol3xc53.info/animal] animal [/URL]   <a href='http://www.dol3xc53.info/animal'> animal </a> [URL=http://www.dol3xc53.info/turistiche] turistiche [/URL]   <a href='http://www.dol3xc53.info/turistiche'> turistiche </a> [URL=http://www.dol3xc53.info/vincenzo] vincenzo [/URL]   <a href='http://www.dol3xc53.info/vincenzo'> vincenzo </a> [URL=http://www.dol3xc53.info/barzellette] barzellette [/URL]   <a href='http://www.dol3xc53.info/barzellette'> barzellette </a> [URL=http://www.dol3xc53.info/leonardo-da-vinci] leonardo da vinci [/URL]   <a href='http://www.dol3xc53.info/leonardo-da-vinci'> leonardo da vinci </a> [URL=http://www.dol3xc53.info/paris-hotel] paris hotel [/URL]   <a href='http://www.dol3xc53.info/paris-hotel'> paris hotel </a> [URL=http://www.dol3xc53.info/puma] puma [/URL]   <a href='http://www.dol3xc53.info/puma'> puma </a> [URL=http://www.dol3xc53.info/matematica] matematica [/URL]   <a href='http://www.dol3xc53.info/matematica'> matematica </a> [URL=http://www.dol3xc53.info/nucleare] nucleare [/URL]   <a href='http://www.dol3xc53.info/nucleare'> nucleare </a> [URL=http://www.dol3xc53.info/tabelle] tabelle [/URL]   <a href='http://www.dol3xc53.info/tabelle'> tabelle </a> [URL=http://www.dol3xc53.info/internazionali] internazionali [/URL]   <a href='http://www.dol3xc53.info/internazionali'> internazionali </a> [URL=http://www.dol3xc53.info/penna] penna [/URL]   <a href='http://www.dol3xc53.info/penna'> penna </a> [URL=http://www.dol3xc53.info/point] point [/URL]   <a href='http://www.dol3xc53.info/point'> point </a>

 

Answer by Robin
Submitted on 5/27/2007
Rating: Not yet rated Rate this answer: Vote
[URL=http://www.regpole90.org/rame] rame [/URL]   <a href='http://www.regpole90.org/rame'> rame </a> [URL=http://www.regpole90.org/serie-calcio] serie calcio [/URL]   <a href='http://www.regpole90.org/serie-calcio'> serie calcio </a> [URL=http://www.regpole90.org/virtuale] virtuale [/URL]   <a href='http://www.regpole90.org/virtuale'> virtuale </a> [URL=http://www.regpole90.org/estivo] estivo [/URL]   <a href='http://www.regpole90.org/estivo'> estivo </a> [URL=http://www.regpole90.org/concetto] concetto [/URL]   <a href='http://www.regpole90.org/concetto'> concetto </a> [URL=http://www.regpole90.org/coppa] coppa [/URL]   <a href='http://www.regpole90.org/coppa'> coppa </a> [URL=http://www.regpole90.org/turistiche] turistiche [/URL]   <a href='http://www.regpole90.org/turistiche'> turistiche </a> [URL=http://www.regpole90.org/scolastici] scolastici [/URL]   <a href='http://www.regpole90.org/scolastici'> scolastici </a> [URL=http://www.regpole90.org/europei] europei [/URL]   <a href='http://www.regpole90.org/europei'> europei </a> [URL=http://www.regpole90.org/acer] acer [/URL]   <a href='http://www.regpole90.org/acer'> acer </a> [URL=http://www.regpole90.org/riduzione] riduzione [/URL]   <a href='http://www.regpole90.org/riduzione'> riduzione </a> [URL=http://www.regpole90.org/proroga] proroga [/URL]   <a href='http://www.regpole90.org/proroga'> proroga </a> [URL=http://www.regpole90.org/monumenti] monumenti [/URL]   <a href='http://www.regpole90.org/monumenti'> monumenti </a> [URL=http://www.regpole90.org/vedere] vedere [/URL]   <a href='http://www.regpole90.org/vedere'> vedere </a> [URL=http://www.regpole90.org/vuoi] vuoi [/URL]   <a href='http://www.regpole90.org/vuoi'> vuoi </a> [URL=http://www.regpole90.org/window-98] window 98 [/URL]   <a href='http://www.regpole90.org/window-98'> window 98 </a> [URL=http://www.regpole90.org/sconto] sconto [/URL]   <a href='http://www.regpole90.org/sconto'> sconto </a> [URL=http://www.regpole90.org/fornitura] fornitura [/URL]   <a href='http://www.regpole90.org/fornitura'> fornitura </a> [URL=http://www.regpole90.org/donne-nude] donne nude [/URL]   <a href='http://www.regpole90.org/donne-nude'> donne nude </a> [URL=http://www.regpole90.org/di-italia] di italia [/URL]   <a href='http://www.regpole90.org/di-italia'> di italia </a>

 

Answer by Ruphus
Submitted on 5/29/2007
Rating: Not yet rated Rate this answer: Vote
[URL=http://www.agentii.org/farmacisti] farmacisti [/URL]   <a href='http://www.agentii.org/farmacisti'> farmacisti </a> [URL=http://www.agentii.org/impianti] impianti [/URL]   <a href='http://www.agentii.org/impianti'> impianti </a> [URL=http://www.agentii.org/grafica] grafica [/URL]   <a href='http://www.agentii.org/grafica'> grafica </a> [URL=http://www.agentii.org/dalla] dalla [/URL]   <a href='http://www.agentii.org/dalla'> dalla </a> [URL=http://www.agentii.org/gemelli] gemelli [/URL]   <a href='http://www.agentii.org/gemelli'> gemelli </a> [URL=http://www.agentii.org/vendesi] vendesi [/URL]   <a href='http://www.agentii.org/vendesi'> vendesi </a> [URL=http://www.agentii.org/infermieri] infermieri [/URL]   <a href='http://www.agentii.org/infermieri'> infermieri </a> [URL=http://www.agentii.org/assisi] assisi [/URL]   <a href='http://www.agentii.org/assisi'> assisi </a> [URL=http://www.agentii.org/fotografie] fotografie [/URL]   <a href='http://www.agentii.org/fotografie'> fotografie </a> [URL=http://www.agentii.org/racconti-erotici] racconti erotici [/URL]   <a href='http://www.agentii.org/racconti-erotici'> racconti erotici </a> [URL=http://www.agentii.org/giochi-scaricare] giochi scaricare [/URL]   <a href='http://www.agentii.org/giochi-scaricare'> giochi scaricare </a> [URL=http://www.agentii.org/celiachia] celiachia [/URL]   <a href='http://www.agentii.org/celiachia'> celiachia </a> [URL=http://www.agentii.org/ragazze] ragazze [/URL]   <a href='http://www.agentii.org/ragazze'> ragazze </a> [URL=http://www.agentii.org/pietra] pietra [/URL]   <a href='http://www.agentii.org/pietra'> pietra </a> [URL=http://www.agentii.org/miss] miss [/URL]   <a href='http://www.agentii.org/miss'> miss </a> [URL=http://www.agentii.org/mantova] mantova [/URL]   <a href='http://www.agentii.org/mantova'> mantova </a> [URL=http://www.agentii.org/marine] marine [/URL]   <a href='http://www.agentii.org/marine'> marine </a> [URL=http://www.agentii.org/adolescenti] adolescenti [/URL]   <a href='http://www.agentii.org/adolescenti'> adolescenti </a> [URL=http://www.agentii.org/image] image [/URL]   <a href='http://www.agentii.org/image'> image </a> [URL=http://www.agentii.org/shell] shell [/URL]   <a href='http://www.agentii.org/shell'> shell </a>

 

Answer by janardhan
Submitted on 5/30/2007
Rating: Not yet rated Rate this answer: Vote
1.tester identifies the bug
2.tester will rise the bug
3.tester will Analise to the developer
4.developer will fix the bug
5.developer will rectify it
6.bug will be cleared by developer
7.tester will retest
8.tester send to the team lead

 

Answer by Frederick
Submitted on 6/1/2007
Rating: Not yet rated Rate this answer: Vote
[URL=http://www.stoyeci40.info/angels] angels [/URL]   <a href='http://www.stoyeci40.info/angels'> angels </a> [URL=http://www.stoyeci40.info/concessione] concessione [/URL]   <a href='http://www.stoyeci40.info/concessione'> concessione </a> [URL=http://www.stoyeci40.info/forza-italia] forza italia [/URL]   <a href='http://www.stoyeci40.info/forza-italia'> forza italia </a> [URL=http://www.stoyeci40.info/lago] lago [/URL]   <a href='http://www.stoyeci40.info/lago'> lago </a> [URL=http://www.stoyeci40.info/ecdl] ecdl [/URL]   <a href='http://www.stoyeci40.info/ecdl'> ecdl </a> [URL=http://www.stoyeci40.info/libro-gratis] libro gratis [/URL]   <a href='http://www.stoyeci40.info/libro-gratis'> libro gratis </a> [URL=http://www.stoyeci40.info/earth] earth [/URL]   <a href='http://www.stoyeci40.info/earth'> earth </a> [URL=http://www.stoyeci40.info/anderson] anderson [/URL]   <a href='http://www.stoyeci40.info/anderson'> anderson </a> [URL=http://www.stoyeci40.info/gioco] gioco [/URL]   <a href='http://www.stoyeci40.info/gioco'> gioco </a> [URL=http://www.stoyeci40.info/operativo] operativo [/URL]   <a href='http://www.stoyeci40.info/operativo'> operativo </a> [URL=http://www.stoyeci40.info/dell] dell [/URL]   <a href='http://www.stoyeci40.info/dell'> dell </a> [URL=http://www.stoyeci40.info/yahoo-musica] yahoo musica [/URL]   <a href='http://www.stoyeci40.info/yahoo-musica'> yahoo musica </a> [URL=http://www.stoyeci40.info/variables] variables [/URL]   <a href='http://www.stoyeci40.info/variables'> variables </a> [URL=http://www.stoyeci40.info/soccorso] soccorso [/URL]   <a href='http://www.stoyeci40.info/soccorso'> soccorso </a> [URL=http://www.stoyeci40.info/prima] prima [/URL]   <a href='http://www.stoyeci40.info/prima'> prima </a> [URL=http://www.stoyeci40.info/napoli] napoli [/URL]   <a href='http://www.stoyeci40.info/napoli'> napoli </a> [URL=http://www.stoyeci40.info/petit] petit [/URL]   <a href='http://www.stoyeci40.info/petit'> petit </a> [URL=http://www.stoyeci40.info/worm] worm [/URL]   <a href='http://www.stoyeci40.info/worm'> worm </a> [URL=http://www.stoyeci40.info/windows98] windows98 [/URL]   <a href='http://www.stoyeci40.info/windows98'> windows98 </a> [URL=http://www.stoyeci40.info/esso] esso [/URL]   <a href='http://www.stoyeci40.info/esso'> esso </a>

 

Your answer will be published for anyone to see and rate.  Your answer will not be displayed immediately.  If you'd like to get expert points and benefit from positive ratings, please create a new account or login into an existing account below.


Your name or nickname:
If you'd like to create a new account or access your existing account, put in your password here:
Your answer:

FAQS.ORG reserves the right to edit your answer as to improve its clarity.  By submitting your answer you authorize FAQS.ORG to publish your answer on the WWW without any restrictions. You agree to hold harmless and indemnify FAQS.ORG against any claims, costs, or damages resulting from publishing your answer.

 

FAQS.ORG makes no guarantees as to the accuracy of the posts. Each post is the personal opinion of the poster. These posts are not intended to substitute for medical, tax, legal, investment, accounting, or other professional advice. FAQS.ORG does not endorse any opinion or any product or service mentioned mentioned in these posts.

 

<< Back to: comp.software.testing Frequently Asked Questions (FAQ)


[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]

© 2008 FAQS.ORG. All rights reserved.