From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- .../mozilla/qa/bug_writing_guidelines/index.html | 177 --------------------- files/ko/mozilla/qa/index.html | 65 -------- 2 files changed, 242 deletions(-) delete mode 100644 files/ko/mozilla/qa/bug_writing_guidelines/index.html delete mode 100644 files/ko/mozilla/qa/index.html (limited to 'files/ko/mozilla/qa') diff --git a/files/ko/mozilla/qa/bug_writing_guidelines/index.html b/files/ko/mozilla/qa/bug_writing_guidelines/index.html deleted file mode 100644 index 886539d894..0000000000 --- a/files/ko/mozilla/qa/bug_writing_guidelines/index.html +++ /dev/null @@ -1,177 +0,0 @@ ---- -title: 버그 작성 지침 -slug: Mozilla/QA/Bug_writing_guidelines -tags: - - Bugzilla - - QA - - 버그 -translation_of: Mozilla/QA/Bug_writing_guidelines ---- -
-

이 페이지는 2014년 4분기에 모질라 QA팀의  테크니컬 리뷰를 받아야합니다.(Ioana Chiorean님이 담당합니다) QMO의 How to write a proper bug페이지 글이 이 글로 병합되었습니다.

- -

모질라 소프트웨어를 사용하는데 도움이 필요하다면  지원 페이지에서 해당 소프트웨어를 선택하시기 바랍니다. 이 페이지는 수정하면 안됩니다. 모질라의 버그 추적 시스템인 Bugzilla를 사용하는 방법을 배우는데에 사용해주시기 바랍니다.

- -

버그 리포팅이 처음이라면 유경험자에게 도움을 받아야할 수도 있습니다. QA페이지의 커뮤니티 섹션을 참고하시기 바랍니다. 파이어폭스의 버그를 리포팅하려면 irc.mozilla.org 의 #firefox 채널에서 도움을 받을 수도 있습니다.

-
- -

효과적인 버그 리프트는 수정될 수 있을것 같이 작성한 것입니다. 이 가이드 라인은 그런 보고서를 작성하기 위한 방법을 설명합니다.

- -

선행준비

- -
    -
  1. 당신의 소프트웨어가 최신버전인지 확인하십시오. -
      -
    • 이상적으로는 개발중인 버전을 테스트하여 버그가 이미 수정되었는지 확인하십시오. (예 : Firefox Beta, Aurora, or bleeding-edge Nightly).
    • -
    -
  2. -
  3. Bugzilla 에서 해당 버그가 발견되었는지 확인하십시오. (예제).
  4. -
  5. 새로운 버그리포트를 작성할때에는 대부분 버그 리포팅 방법을 안내합니다. -
      -
    • 여러 가지 이슈사항을 가지고 있다면, 버그리포트를 각각 분리해서 제출하십시오.
    • -
    -
  6. -
- -

재현가능한 정확한 단계 작성

- -

어떻게 개발자는 자신의 컴퓨터에서 버그를 재현할 수 있을까요?

- -

재현 단계는 버그 보고서 전체에서 가장 중요한 부분입니다.  개발자가 버그를 재현 가능한 경우에 고쳐질 가능성이 매우 높습니다. 만약 이 과정이 명확하지 않은 경우에는, 버그가 수정되었는지조차 모를 수도 있습니다.

- -

각 단계의 의도와 더불어 Firefox와의 상호작용을 개연성있게 설명하십시오.

- - - -

당신이 지시한 단계를 진행한 후, 예상했던 결과와 관찰력롸를 명확하게 설명하십시오. 추측에서 명확하게 관찰결과를 분리하십시오.

- - - -

버그가 심각해보이는 경우, 버그를 재현하는 중요 단계중에 당신이 설정한 일반적이지 않은 설정이 있을 수 있습니다. 만약 당신이 작성한 버그가 새 Firefox 프로필에서 재현되는지 확인하십시오. 만약 당신의 기존 프로필에서만 버그가 발생한다면, 어떤 설정이나 확장도구, 혹은 당신의 프로필 파일이 버그를 재현하는데 필요합니다.

- - - -

명확한 요약문 작성

- -

어떻게하면 간략하게 버그를 설명할 수 있을까요? 이것은 버그 관리자(Triager)나 개발자가 볼 문서의 첫 부분입니다.

- -

좋은 요약문은 짧고 명확하게 구분가능하게 작성되어야 합니다. 그리고 해결책이 아닌 문제에 집중하여 설명해야합니다.

- - - - - -

Finding the correct product and component

- -

You will be asked to categorize your bug into a "product" and a "component" within that product, in order to direct your report to the correct developers.

- -

If you're using Firefox, the bug is most likely in "Firefox", "Toolkit", or "Core".

- - - -

When in doubt, search for similar bugs and see what component they are in.

- -

If none of the components seem appropriate, look for a "General" component in the most appropriate product.

- -

Specific types of bugs

- -

If you are reporting a crash bug, please include a Breakpad ID or attach stack trace, and include the crash signature in the bug summary.

- -

If you are reporting a memory use or leak bug, please attach the output of about:memory (Firefox 6+). Ideally, find steps to reproduce an increase in what is shown in about:memory (even after clicking the "Minimize memory usage" button at the bottom). If you have trouble finding steps to reproduce, try the Firefox Support page titled High Memory Usage. If you are a C++ developer, more precise tools are available.

- -

If you are reporting a bug involving a specific web page, please try to make a reduced testcase and attach it to the bug report.

- -

If the bug was recently introduced, finding a regression window can help identify the cause of the bug.

- -
-

Original document information

- - -
- -
-
-

The following article has been merged into this page from QMO: How to write a proper bug

-
- -

Bug Validity Checklist

- -

Verify the problem you found is a New Bug

- -

To verify if what you've found is indeed a new software bug in one of Mozilla's products, go through the following checklist to make sure it's something worth creating a new bug report for.

- - - -

If you're lost and not sure what to do always check out the IRC channel, #qa, at irc.mozilla.org and ask there. If no one answers, try posting to our Bugzilla forums. Otherwise if you haven't found your software bug, its time to write a bug report!

- -

The Bug Report

- -

Where do I go to create a bug?

- - - -

What does the community want to see in a bug report?

- -

There are a couple of generally-held principles that should be taken into account when creating a bug. They would be the following:

- - - -

General Outline of a Bug Report

- - - -

Continue reading How to Write a Proper Bug Report Part 2

- -
-

Original document information

- - -
- -

Triager 라는 직업군을 처음봤으나 구글 검색결과 가장 의미에 부합하는 단어로 번역해봤습니다.

diff --git a/files/ko/mozilla/qa/index.html b/files/ko/mozilla/qa/index.html deleted file mode 100644 index 87214803b6..0000000000 --- a/files/ko/mozilla/qa/index.html +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: 'QA: Quality assurance at Mozilla' -slug: Mozilla/QA -translation_of: Mozilla/QA ---- -

QA부서에서 Mozilla 프로젝트를 함께 도울 수 있는 많은 것들이 있으며, 모두 코드를 필요로 하는건 아닙니다. 일부는 심지어 HTML이나 기타 웹 기술을 배우고, 필요로 하지도 않습니다. 테스트와 기타 QA활동으로 우리를 도우는데 관심이 있으시다면,  quality.mozilla.org를 먼저 볼 수 있을겁니다..

- - - - - - - - -
-

문서

- -
-
버그 작성 지침
-
보다 효과적으로 엔지니어가 버그를 고칠 수 있다는 가능성을 보고할 수 있습니다. 다음 지침을 통해, 버그를 모질라 엔지니어의 heep의 상단에 머물고, 고정되는것을 보장할 수 있습니다.
-
확인되지 않은 버그 확인
-
최종 사용자의 유용한 버그 리포트만 식별하고 나머지는 닫습니다.
-
중복 버그 심사
-
이미 나온 중복 보고서를 피하거나, 보고서를 수신함으로서 더 빠르게 버그를 수정하는데 도움을 얻릉 수 있습니다.
-
testcases 감소
-
개발자는 버그를 이해하고, 자동화 된 테스트를 만드는데 사용할 수 있어, 도움이 되는 간단한 테스트 케이스로 깨진 웹 페이지를 만들어 버그 리포트를 향상시킬 수 있습니다.
-
Robocop
-
로보캅. Firefox for Android에 사용되는 자동화 된 테스트 시스템에 대한 설명서를 참조하십시오.
-
Mozilla에서 자동화 된 테스트
-
모질라 코드에 대한 자동화된 테스트를 생성하시고 사용하는 방법에 대한 설명서를 참조하십시오.
-
개발 테스트
-
미래의 변화가 모질라에서 현재 제대로 작동되는 일들을 방해하지 않는지 확인하기 위함.
-
간혈적인 oranges 방지
-
검사 결과가 더 신뢰할 수 있도록 하는 방법에 대한 제한으로, 임의의 간혈적인 검사가 오류를 방지하는데 도움이 됩니다.
-
- -

모두보기...

-
-

커뮤니티

- - - -

도구

- - - -

모두보기...

- - - - -
-- cgit v1.2.3-54-g00ecf