Why do testers need root cause analysis?Role of Quality Assurance (Not testing!) in AgileHow testing and inspections can fulfill quality requirements?How to assess QA employee performance?Good practices for finding valid issues in exploratory testing?How to determine applications that are valid candidates for UI Regression/Automation Testing?Quality assurance when people's lives are at stakeValidating adherence to software architecture/design after implementationWhy should a software QA engineer need to learn JavaScript?What is the difference between Quality assurance engineer and a tester?Multiple Scrum Teams - How Can I Make Use of QA?
Is there any mention of ghosts who live outside the Hogwarts castle?
Was murdering a slave illegal in American slavery, and if so, what punishments were given for it?
Is there an idiom that means that you are in a very strong negotiation position in a negotiation?
What was the primary motivation for a historical figure like Xenophon to create an extensive collection of written material?
Informal question construction: "Anyone know what...", "Everyone finished?"
Does the Cessna 152 or 172 have emergency door cable releases?
のです abbreviated to んで?
Ways to spot non-sentient, non-conscious, telepathic shapeshifters
How do I write real-world stories separate from my country of origin?
nginx conf: http2 module not working in Chrome in ubuntu 18.04
Make the `diff` command look only for differences from a specified range of lines
Must every right-inverse of a linear transformation be a linear transformation?
Three knights or knaves, three different hair colors
If change in free energy (G) is positive, how do those reactions still occur?
Why does the -OH group in β-naphthol direct the incoming diazonium salt towards the ortho position?
Way of refund if scammed?
Proto-Indo-European (PIE) words with IPA
How did the Allies achieve air superiority on Sicily?
Managing heat dissipation in a magic wand
amsmath: How can I use the equation numbering and label manually and anywhere?
Trouble in mapping of möbius transformation
why "American-born", not "America-born"?
Split date rows by new year
Why is Ni[(PPh₃)₂Cl₂] tetrahedral?
Why do testers need root cause analysis?
Role of Quality Assurance (Not testing!) in AgileHow testing and inspections can fulfill quality requirements?How to assess QA employee performance?Good practices for finding valid issues in exploratory testing?How to determine applications that are valid candidates for UI Regression/Automation Testing?Quality assurance when people's lives are at stakeValidating adherence to software architecture/design after implementationWhy should a software QA engineer need to learn JavaScript?What is the difference between Quality assurance engineer and a tester?Multiple Scrum Teams - How Can I Make Use of QA?
Why do testers need root cause analysis? I understand what it is but can't fathom how to describe a connection. How does the definition of root cause analysis change in terms of QA?
quality-assurance
New contributor
Seeker001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Why do testers need root cause analysis? I understand what it is but can't fathom how to describe a connection. How does the definition of root cause analysis change in terms of QA?
quality-assurance
New contributor
Seeker001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
I guess the counter to that is "Why bother testing if you're not going to fix it? And how do you fix it without figuring out how it happened in the first place?"
– corsiKa♦
53 mins ago
add a comment |
Why do testers need root cause analysis? I understand what it is but can't fathom how to describe a connection. How does the definition of root cause analysis change in terms of QA?
quality-assurance
New contributor
Seeker001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Why do testers need root cause analysis? I understand what it is but can't fathom how to describe a connection. How does the definition of root cause analysis change in terms of QA?
quality-assurance
quality-assurance
New contributor
Seeker001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Seeker001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Seeker001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
Seeker001Seeker001
141
141
New contributor
Seeker001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Seeker001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
I guess the counter to that is "Why bother testing if you're not going to fix it? And how do you fix it without figuring out how it happened in the first place?"
– corsiKa♦
53 mins ago
add a comment |
1
I guess the counter to that is "Why bother testing if you're not going to fix it? And how do you fix it without figuring out how it happened in the first place?"
– corsiKa♦
53 mins ago
1
1
I guess the counter to that is "Why bother testing if you're not going to fix it? And how do you fix it without figuring out how it happened in the first place?"
– corsiKa♦
53 mins ago
I guess the counter to that is "Why bother testing if you're not going to fix it? And how do you fix it without figuring out how it happened in the first place?"
– corsiKa♦
53 mins ago
add a comment |
1 Answer
1
active
oldest
votes
When a defect happens, you want to analyse how it happend. So you can decide if you can prevent similar issues in the future. I would use a simple root-cause analysis for that. Maybe you want to involve other stakeholders like users, developers, managers, etc...
I think it is part of the QA role to make sure preventive actions happen, as we
are a force for continuous improvement, helping the team adapt and
optimize in order to succeed, rather than providing a safety net to
catch failures.
moderntesting.org
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "244"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Seeker001 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsqa.stackexchange.com%2fquestions%2f39243%2fwhy-do-testers-need-root-cause-analysis%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
When a defect happens, you want to analyse how it happend. So you can decide if you can prevent similar issues in the future. I would use a simple root-cause analysis for that. Maybe you want to involve other stakeholders like users, developers, managers, etc...
I think it is part of the QA role to make sure preventive actions happen, as we
are a force for continuous improvement, helping the team adapt and
optimize in order to succeed, rather than providing a safety net to
catch failures.
moderntesting.org
add a comment |
When a defect happens, you want to analyse how it happend. So you can decide if you can prevent similar issues in the future. I would use a simple root-cause analysis for that. Maybe you want to involve other stakeholders like users, developers, managers, etc...
I think it is part of the QA role to make sure preventive actions happen, as we
are a force for continuous improvement, helping the team adapt and
optimize in order to succeed, rather than providing a safety net to
catch failures.
moderntesting.org
add a comment |
When a defect happens, you want to analyse how it happend. So you can decide if you can prevent similar issues in the future. I would use a simple root-cause analysis for that. Maybe you want to involve other stakeholders like users, developers, managers, etc...
I think it is part of the QA role to make sure preventive actions happen, as we
are a force for continuous improvement, helping the team adapt and
optimize in order to succeed, rather than providing a safety net to
catch failures.
moderntesting.org
When a defect happens, you want to analyse how it happend. So you can decide if you can prevent similar issues in the future. I would use a simple root-cause analysis for that. Maybe you want to involve other stakeholders like users, developers, managers, etc...
I think it is part of the QA role to make sure preventive actions happen, as we
are a force for continuous improvement, helping the team adapt and
optimize in order to succeed, rather than providing a safety net to
catch failures.
moderntesting.org
answered 1 hour ago
Niels van ReijmersdalNiels van Reijmersdal
22.7k23179
22.7k23179
add a comment |
add a comment |
Seeker001 is a new contributor. Be nice, and check out our Code of Conduct.
Seeker001 is a new contributor. Be nice, and check out our Code of Conduct.
Seeker001 is a new contributor. Be nice, and check out our Code of Conduct.
Seeker001 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Software Quality Assurance & Testing Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsqa.stackexchange.com%2fquestions%2f39243%2fwhy-do-testers-need-root-cause-analysis%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I guess the counter to that is "Why bother testing if you're not going to fix it? And how do you fix it without figuring out how it happened in the first place?"
– corsiKa♦
53 mins ago