testdev/ite/src/com.nokia.testfw.stf.help/html/concepts/test_case.htm
author Johnson Ma <johnson.ma@nokia.com>
Tue, 30 Mar 2010 14:39:29 +0800
changeset 1 96906a986c3b
permissions -rw-r--r--
contribute ITE to symbian foundation

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Test cases</title>
<link href="../../book.css" type="text/css" rel="stylesheet">
</head>
<body>

<h2>Test cases</h2>
<p>Test cases are unique tests that are run on components. The test cases either pass or fail in execution.</p>
<p>In STF, the actual test cases are separated from the test case execution environment. Typically, test cases are specified in a test case file (also known as configuration file). Using a separate test case file allows you to modify test cases without modifying the software module that does the actual testing.</p>

<p>In STF, test cases are typically collected into test classes.</p>

<h5>Related concepts</h5>
<ul>
	<li><a href="../concepts/test_class.htm">Test classes</a></li>
	<li><a href="../concepts/scripts.htm">Test scripts</a></li>
</ul>

<h5>Related tasks</h5>
<ul>
	<li><a href="../tasks/run_test_case.htm">Running the test cases</a></li>
</ul>

<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
</body>
</html>