What is Bug Triage?
Answers were Sorted based on User's Feedback
Answer / ravikanth
guys I am adding bit more info related to Bug Triage:
Bug Triage Meetings (sometimes called Bug Councils) are
project meetings in which open bugs are divided into
categories. The most important distinction is between bugs
that will not be fixed in this release and those that will
be
There are three bugs categories - bugs to fix now, bugs to
fix later, and bugs we will never fix.
Triaging a bug involves:
Making sure the bug has enough information for the
developers and makes sense.
Making sure the bug is filed in the correct place.
Making sure the bug has sensible "Severity" and "Priority"
fields
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sangeetha
i) Once the Bugs are posted in Bug tracking tool,Bug triage happens.
ii) It is a process where Issues in bug trackers are Monitored and prioritised.
iii) Triage should helps to ensure that we properly manage all the reported issues (bugs as well as improvements and feature requests)
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / priya
The "Severity" and "Priority" of a bug is decided and
based on that a bug is further processed.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / uday
Bug triage is nothing but evaluating the bug, which means
how the bug has raised, how much impact it has on the
application, how much risk is associated with this bug etc...
In practice, when we find a new issue we assign the issue to
triage team(this team knows the functionality very well i.e
PMs, leads). They will evaluate the bug(priority,severiy,
risk etc..), assign the bug to the corresponding
developer.(It is the best practice in my company, not all
the companies follow this).
Is This Answer Correct ? | 1 Yes | 2 No |
What thing should be tested in regresson testing?
What is the testing that a tester performs at the end of unit testing?
What is the difference between Functional and Regression testing?
What is the entry creteria and exit creteria for system testing
3 Answers Nissan, Renault Nissan,
1.what promted you to become involved in QA/Testing?
We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.
What is the term ‘quality’ mean when testing?
If you're given a program that will average student grades, what kinds of inputs would you use?
What are the Blackbox Testing Techniques?
What is Change and configuration management repositoty
To specify the test artifacts involved in testing.
What is the test scenario? What is the difference between test strategy and test scenario.?