testdev/ite/src/com.nokia.testfw.stf.help/html/gettingstarted/walk_through.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>Basic walk-through</title>
<link href="../../book.css" type="text/css" rel="stylesheet">
</head>
<body>

<h2>Basic walk-through</h2>
<p>This is the basic order of tasks when using STF:</p>
<ol>
	<li>start the tool, either by
		<ul>
			<li><a href="../tasks/creating_stf_project.htm">creating a new STF project, or</a></li>
			<li><a href="../tasks/import_of_project.htm">importing an existing STF project</a> into the Carbide.c++ IDE.</li>
		</ul>
	</li>
	<li><a href="../tasks/configuration_editor.htm#module">Add the test module</a> to the STF configuration file.</li>
	<li><a href="../tasks/script_editor.htm">Add your test cases to the script file(a file containing STF test cases)</a> (when using the test class).</li>
	<li>Using Carbide, <a href="../tasks/run_test_case.htm">run the test cases</a>.</li>
	<li>(Optional) <a href="../tasks/senddialog.htm">Send a test drop to the ATS system</a> to remotely run the STF test cases.</li>
</ol>

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