<?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: Introduction of Test Case</title>
	<atom:link href="http://www.dbuggr.com/abhaybharti/introduction-test-case/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/abhaybharti/introduction-test-case/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:02:35 -0400</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/introduction-test-case/comment-page-1/#comment-1012</link>
		<dc:creator>Kunal</dc:creator>
		<pubDate>Thu, 24 Dec 2009 11:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/introduction-test-case/#comment-1012</guid>
		<description>A test case is a set of conditions or variables under which a tester will determine if a requirement upon an application is partially or fully satisfied. It may take many test cases to determine that a requirement is fully satisfied. In order to fully test that all the requirements of an application are met, there must be at least one test case for each requirement unless a requirement has sub requirements. In that situation, each sub requirement must have at least one test case. Some methodologies like RUP recommend creating at least two test cases for each requirement. One of them should perform positive testing of requirement and other should perform negative testing.
If the application is created without formal requirements, then test cases are written based on the accepted normal operation of programs of a similar class. Written test cases are usually collected into Test suites.

Formal, written test cases consist of three main parts with subsections:
 	Introduction/overview contains general information about Test case.
•	Identifier is unique identifier of test case for further references, for example, while     
        describing found defect.
•	Test case owner/creator is name of tester or test designer, who created test or is responsible 
        for its development.
•	Version of current Test case definition.
•	Name of test case should be human-oriented title which allows to quickly understand test 
        case purpose and scope.
•	Identifier of requirement which is covered by test case. Also here could be identifier of use 
        case or functional specification item.
•	Purpose contains short description of test purpose, what functionality it checks. 
•	Dependencies
 	Test case activity 
•	Testing environment/configuration contains information about configuration of hardware or 
        software which must be met while executing test case.
•	Initialization describes actions, which must be performed before test case execution is 
        started. For example, we should open some file. 
•	Finalization describes actions to be done after test case is performed. For example if test  
        case crashes database, tester should restore it before other test cases will be performed. 
•	Actions step by step to be done to complete test.
•	 Input data description 
 	
Results 
•	Expected results contains description of what tester should see after all test steps has been 
        completed.
•	Actual results contain a brief description of what the tester saw after the test steps has been 
        completed. This is often replaced with a Pass/Fail. Quite often if a test case fails, reference 
        to the defect involved should be listed in this column.</description>
		<content:encoded><![CDATA[<p>A test case is a set of conditions or variables under which a tester will determine if a requirement upon an application is partially or fully satisfied. It may take many test cases to determine that a requirement is fully satisfied. In order to fully test that all the requirements of an application are met, there must be at least one test case for each requirement unless a requirement has sub requirements. In that situation, each sub requirement must have at least one test case. Some methodologies like RUP recommend creating at least two test cases for each requirement. One of them should perform positive testing of requirement and other should perform negative testing.<br />
If the application is created without formal requirements, then test cases are written based on the accepted normal operation of programs of a similar class. Written test cases are usually collected into Test suites.</p>
<p>Formal, written test cases consist of three main parts with subsections:<br />
 	Introduction/overview contains general information about Test case.<br />
•	Identifier is unique identifier of test case for further references, for example, while<br />
        describing found defect.<br />
•	Test case owner/creator is name of tester or test designer, who created test or is responsible<br />
        for its development.<br />
•	Version of current Test case definition.<br />
•	Name of test case should be human-oriented title which allows to quickly understand test<br />
        case purpose and scope.<br />
•	Identifier of requirement which is covered by test case. Also here could be identifier of use<br />
        case or functional specification item.<br />
•	Purpose contains short description of test purpose, what functionality it checks.<br />
•	Dependencies<br />
 	Test case activity<br />
•	Testing environment/configuration contains information about configuration of hardware or<br />
        software which must be met while executing test case.<br />
•	Initialization describes actions, which must be performed before test case execution is<br />
        started. For example, we should open some file.<br />
•	Finalization describes actions to be done after test case is performed. For example if test<br />
        case crashes database, tester should restore it before other test cases will be performed.<br />
•	Actions step by step to be done to complete test.<br />
•	 Input data description </p>
<p>Results<br />
•	Expected results contains description of what tester should see after all test steps has been<br />
        completed.<br />
•	Actual results contain a brief description of what the tester saw after the test steps has been<br />
        completed. This is often replaced with a Pass/Fail. Quite often if a test case fails, reference<br />
        to the defect involved should be listed in this column.</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! -->