<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What is Unit Testing?</title>
	<atom:link href="http://www.dbuggr.com/abhaybharti/unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/abhaybharti/unit-testing/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:13:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kunal</title>
		<link>http://www.dbuggr.com/abhaybharti/unit-testing/comment-page-1/#comment-1013</link>
		<dc:creator>Kunal</dc:creator>
		<pubDate>Thu, 24 Dec 2009 11:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/unit-testing/#comment-1013</guid>
		<description>Unit Testing is the first and the most important level of testing wherein each and every line of code is checked, so the testing is performed at the root level.  As soon as the programmer develops a unit of code the unit is tested for various scenarios. As the application is built it is much more economical to find and eliminate the bugs early on. Hence Unit Testing is the most important of all the testing levels. As the software project progresses ahead it becomes more and more costly to find and fix the bugs. 

In most cases it is the developer’s responsibility to deliver Unit Tested Code. 

Unit Testing Tasks and Steps: 

Step 1: Create a Test Plan 
Step 2: Create Test Cases and Test Data 
Step 3: If applicable create scripts to run test cases 
Step 4: Once the code is ready execute the test cases 
Step 5: Fix the bugs if any and re test the code 
Step 6: Repeat the test cycle until the “unit” is free of all bugs</description>
		<content:encoded><![CDATA[<p>Unit Testing is the first and the most important level of testing wherein each and every line of code is checked, so the testing is performed at the root level.  As soon as the programmer develops a unit of code the unit is tested for various scenarios. As the application is built it is much more economical to find and eliminate the bugs early on. Hence Unit Testing is the most important of all the testing levels. As the software project progresses ahead it becomes more and more costly to find and fix the bugs. </p>
<p>In most cases it is the developer’s responsibility to deliver Unit Tested Code. </p>
<p>Unit Testing Tasks and Steps: </p>
<p>Step 1: Create a Test Plan<br />
Step 2: Create Test Cases and Test Data<br />
Step 3: If applicable create scripts to run test cases<br />
Step 4: Once the code is ready execute the test cases<br />
Step 5: Fix the bugs if any and re test the code<br />
Step 6: Repeat the test cycle until the “unit” is free of all bugs</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
