What is bug life cycle?Explane with example
Answer / prabhakar
Bug life cycle:
These are the following possible paths:
1. open - assigned - fixed - closed
2. open - rejected - closed
3. open - assigned - fixed - reopen - assigned - fixed -
closed
4. open - deferred
below will explain you more on the above:
open - initial state of the bug once raised by the tester
assigned - bug is assigned to the concerned developer by
the developer lead.
fixed - after bug is fixed by the developer
closed - tester closes the bug if the bug is fixed after
retesting.
reopened - bug is still existing after fixing by the
developer.
rejected - bug is rejected by the developer, as it is not a
bug.
deferred - bug is valid, but developers are not fixing it
in the current build or not planning to fix now.
| Is This Answer Correct ? | 12 Yes | 2 No |
After few months, I'll be having 2 years of experience only in Manual Testing.I want to know which type of questions I'll be asked in Interview if I'll appear for any.
Write four steps for writting scenario ?
Why must we use Tester to test software instead of BA, Developer?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
what is analysis and interpretation of results?
Defect Migration "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations. a. How will you prevent Defect Migration? b. Why do you think preventing Defect Migration is important?
This was one of the question in ISTQB foundation level exam - Dec 21 2008. Can you test elevator using state transition technique? Options a. Yes b. No If Yes or No, Kindly justify your answer so that it helps people who see this question/answer.
what is integration testing technique(like topdown,bottomup and hybrid)explain me friends
What is ISO?
what is non-functional testing? give 2 example..
Why you had chosen testing career?
What is XML Testing? Do we have any tools to test the XML? Please let me know.