<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>기본이 바로 선 나라 &#187; Bug</title>
	<atom:link href="http://dicawoo.com/tag/bug/feed" rel="self" type="application/rss+xml" />
	<link>http://dicawoo.com</link>
	<description>Luck is where preparation meets opportunity.</description>
	<lastBuildDate>Tue, 10 Apr 2012 15:01:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fail, Defect, Bug&#8230; 등 용어의 혼돈</title>
		<link>http://dicawoo.com/188</link>
		<comments>http://dicawoo.com/188#comments</comments>
		<pubDate>Thu, 15 Jan 2009 13:27:57 +0000</pubDate>
		<dc:creator>정의의소</dc:creator>
				<category><![CDATA[Test]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Defect]]></category>
		<category><![CDATA[Defect만을 가지고 판단하지 마세요]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[FAIL]]></category>

		<guid isPermaLink="false">http://kwwoo75.cafe24.com/?p=188</guid>
		<description><![CDATA[&#8220;개발자도 알아야할 소프트웨어 테스팅 용어&#8221;에서 혼용해서 함께사용되곤 하는 용어를 찾아보았습니다. Fail : 실제 결과가 예상 결과와 비교하여 다를 경우 테스트는 실패라고 간주됨. (A test is deemed to fail if its actual result does not match its expected result.) Failure : 컴포넌트나 시스템이 예상된 인도(delivery)나 서비스 또는 예상 결과와 실제적인 편차를 보이는 것. (Actual deviation of <a href='http://dicawoo.com/188' class='excerpt-more'>[...]</a>
Related posts:<ol>
<li><a href='http://dicawoo.com/299' rel='bookmark' title='The Thinking Tool called Agile'>The Thinking Tool called Agile</a></li>
<li><a href='http://dicawoo.com/142' rel='bookmark' title='links for 2008-12-10'>links for 2008-12-10</a></li>
<li><a href='http://dicawoo.com/455' rel='bookmark' title='Bookmarks for August 26th through September 1st'>Bookmarks for August 26th through September 1st</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fdicawoo.com%252F188%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Fail%2C%20Defect%2C%20Bug...%20%EB%93%B1%20%EC%9A%A9%EC%96%B4%EC%9D%98%20%ED%98%BC%EB%8F%88%22%20%7D);"></div>
<p><span style="font-weight: bold; color: rgb(77, 0, 0);">&#8220;개발자도 알아야할 소프트웨어 테스팅 용어&#8221;</span>에서 혼용해서 함께사용되곤 하는 용어를 찾아보았습니다.</p>
<p><span style="font-weight: bold; color: rgb(255, 0, 0);">Fail </span>: 실제 결과가 예상 결과와 비교하여 다를 경우 테스트는 실패라고 간주됨. (A test is deemed to fail if its actual result does not match its expected result.)</p>
<p><span style="font-weight: bold; color: rgb(255, 0, 0);">Failure</span><span style="color: rgb(255, 0, 0);"> </span>: 컴포넌트나 시스템이 예상된 인도(delivery)나 서비스 또는 예상 결과와 실제적인 편차를 보이는 것. (Actual deviation of the component or system from its expected delivery, service or result.)</p>
<p><span style="font-weight: bold; color: rgb(255, 0, 0);">Fault</span><span style="color: rgb(255, 0, 0);"> </span>: Defect 참고</p>
<p><span style="font-weight: bold; color: rgb(255, 0, 0);">Defect </span>: 필요한 기능을 수행하지 못하도록 하는 컴포넌트나 시스템 상의 결점. 결함의 예는 부정확한 구문이나 부정확한 데이터 정의 드이다. 실행 중에 결함이 발생할 경우, 컴포넌트나 시스템의 장애(failure)를 야기시킬 수 있다. (A flaw in a component or system that can cause the component or&nbsp; system to fail to perform its required function, e.g. an incorrect statement or data definition. A defect, if encountered during execution, may cause a failure of the component or system.)</p>
<p><span style="font-weight: bold; color: rgb(255, 0, 0);">Error </span>: 부정확한 결과를 초래하는 인간의 활동. (A human action that produces an incorrect result.)<span style="font-style: italic;"> 일반적으로 프로그래머에 의하여 생성된 실수(mistake)로 프로그램의 결함으로 나타난다.</span></p>
<p>제가 이것을 왜 정리했냐면 테스트에 대한 결과(효과)를 정리하는 과정에서 Test Case에 대한 Fail을<br />
Defect으로 간주해서 그 수치를 늘리려고 하시는 분이 있어서 입니다. 아무리 급해도 그렇지 이건 아니라고 생각합니다.</p>
<p>테스터가 Test Case를 수행하다 실패한 것이 <span style="font-weight: bold;">fail</span>입니다. <span style="text-decoration: underline;">이 때까지는 이것은 Defect이 아닙니다.</span>&nbsp; 이 <span style="font-weight: bold;">fail</span>이 개발 담당자에 의해서 <span style="text-decoration: underline;">결함이라고 판단 되었을 때 </span>이것은 <span style="font-weight: bold; color: rgb(255, 0, 0);">Defect</span>이 되는 것입니다. 그리고 Defect은 실패의 상황이 아닐 수도 있습니다. 로직의 오류가 인스펙션을 통해서 발견되어, 실제로 어떤 상황(문제)으로 나타나지 않더라고 이것은 Defect이라고 할 수 있습니다.</p>
<p>이런 말을 적는 저도 참 답답합니다만&#8230; 그 분도 참 답답합니다. ㅡ,.ㅡ;</p>

<p>Related posts:<ol>
<li><a href='http://dicawoo.com/299' rel='bookmark' title='The Thinking Tool called Agile'>The Thinking Tool called Agile</a></li>
<li><a href='http://dicawoo.com/142' rel='bookmark' title='links for 2008-12-10'>links for 2008-12-10</a></li>
<li><a href='http://dicawoo.com/455' rel='bookmark' title='Bookmarks for August 26th through September 1st'>Bookmarks for August 26th through September 1st</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://dicawoo.com/188/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>

