<?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"
>

<channel>
	<title>screening procedures</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/screening-procedures/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>screening procedures</description>
	<pubDate>Mon, 22 Mar 2010 22:40:33+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Black Box Testing & white-box testing</title>
		<link>http://www.codeweblog.com/black-box-testing-white-box-testing/</link>
		<comments>http://www.codeweblog.com/black-box-testing-white-box-testing/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 22:45:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[logic]]></category>
<category><![CDATA[functional testing]]></category>
<category><![CDATA[test cases]]></category>
<category><![CDATA[internal components]]></category>
<category><![CDATA[data structure]]></category>
<category><![CDATA[internal operations]]></category>
<category><![CDATA[functional description]]></category>
<category><![CDATA[screening procedures]]></category>
<category><![CDATA[internal characteristics]]></category>
<category><![CDATA[software interface]]></category>
<category><![CDATA[logical structure]]></category>
<category><![CDATA[modu]]></category>
<category><![CDATA[information design]]></category>
<category><![CDATA[product design specifications]]></category>
<category><![CDATA[black box testing]]></category>
<category><![CDATA[inspection procedures]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/black-box-testing-white-box-testing/</guid>
		<description><![CDATA[Any work product (Note that any work product) can use one of the following two methods for testing. Black Box Testing: the function of a known product design specifications that can be achieved for ea ...]]></description>
		<content:encoded><![CDATA[Any work product (Note that any work product) can use one of the following two methods for testing. Black Box Testing: the function of a known product design specifications that can be achieved for ea ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/subject-rake-and-rake-command-what-is-brief-introduction/" title="Subject: rake and rake command what is brief introduction">Subject: rake and rake command what is brief introduction</a> 2009-03-04 02:50:02</li>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<li><a href="http://www.codeweblog.com/junit-unit-testing-summary/" title="JUnit Unit Testing Summary">JUnit Unit Testing Summary</a> 2009-03-01 05:35:02</li>
					<li><a href="http://www.codeweblog.com/web-test-summary/" title="web test summary">web test summary</a> 2009-02-28 13:10:03</li>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/black-box-testing-white-box-testing/</wfw:commentRss>
	</item>
		<item>
		<title>Advanced Software Testing Technology - white-box testing</title>
		<link>http://www.codeweblog.com/advanced-software-testing-technology-white-box-testing/</link>
		<comments>http://www.codeweblog.com/advanced-software-testing-technology-white-box-testing/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 10:15:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[brackets]]></category>
<category><![CDATA[test cases]]></category>
<category><![CDATA[merits]]></category>
<category><![CDATA[expression]]></category>
<category><![CDATA[complexity]]></category>
<category><![CDATA[test methods]]></category>
<category><![CDATA[software testing]]></category>
<category><![CDATA[testing technology]]></category>
<category><![CDATA[test case design]]></category>
<category><![CDATA[path variables]]></category>
<category><![CDATA[boolean expressions]]></category>
<category><![CDATA[chart flow]]></category>
<category><![CDATA[independent path]]></category>
<category><![CDATA[path testing]]></category>
<category><![CDATA[cycle test]]></category>
<category><![CDATA[test modules]]></category>
<category><![CDATA[screening procedures]]></category>
<category><![CDATA[test conditions]]></category>
<category><![CDATA[advanced software]]></category>
<category><![CDATA[bro]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/advanced-software-testing-technology-white-box-testing/</guid>
		<description><![CDATA[1. The definition of white-box testing: 2. White-box testing Category: 2.1 Dynamic Testing 2.1.1 Basic path testing: Steps: 1) In accordance with the procedure flow chart flow draw Note: For complex c ...]]></description>
		<content:encoded><![CDATA[1. The definition of white-box testing: 2. White-box testing Category: 2.1 Dynamic Testing 2.1.1 Basic path testing: Steps: 1) In accordance with the procedure flow chart flow draw Note: For complex c ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/depth-understanding-of-the-eval-function-in-javascript/" title="Depth understanding of the eval function in javascript">Depth understanding of the eval function in javascript</a> 2009-03-01 20:15:02</li>
					<li><a href="http://www.codeweblog.com/the-merits-of-the-field-driven-development/" title="The merits of the field-driven development">The merits of the field-driven development</a> 2009-03-01 11:55:02</li>
					<li><a href="http://www.codeweblog.com/junit-unit-testing-summary/" title="JUnit Unit Testing Summary">JUnit Unit Testing Summary</a> 2009-03-01 05:35:02</li>
					<li><a href="http://www.codeweblog.com/detailed-js-regular-expressions/" title="Detailed JS regular expressions">Detailed JS regular expressions</a> 2009-02-27 21:55:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/advanced-software-testing-technology-white-box-testing/</wfw:commentRss>
	</item>
	</channel>
</rss>
