testdev/ite/src/com.nokia.testfw.stf.help/html/tasks/configuration_wizard.htm
changeset 1 96906a986c3b
equal deleted inserted replaced
0:f1112f777ce9 1:96906a986c3b
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
       
     5 <title>Setting up the STF configuration file</title>
       
     6 <link href="../../book.css" type="text/css" rel="stylesheet">
       
     7 </head>
       
     8 <body>
       
     9 
       
    10 <h2>Setting up the STF configuration file</h2>
       
    11 <p>STF has a configuration file that is used to set up the tool's functionality, for example, the default environment settings such as filepaths for test reports, and the test modules to be used.</p>
       
    12 <p>To set up the configuration file, do the following:</p>
       
    13 <ol>
       
    14 	<li>To start creating the configuration file, select <b>File > New > Other</b>.</li>
       
    15 	<li>Select <b>Carbide Extensions > STF Configuration file</b>, and click <b>Next</b>.</li>
       
    16 	<li>Click <b>Browse</b> to locate the file container of your choice, that is, the project being tested. </li>
       
    17 	<li>In the <b>File name</b> field, enter the name of the configuration file.</li>
       
    18 	<li>Click <b>Finish</b>.
       
    19 	<p>The configuration file (identified with a .ini file extension) is created to the selected container in Project Explorer. In addition, it is opened in the Carbide.c++ view as a text-only version.</p>
       
    20 	<p>For instructions on how to modify this file using the STF Configuration Editor, see <a href="configuration_editor.htm">Editing the configuration file</a>.</p></li>
       
    21 </ol>
       
    22 
       
    23 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
    24 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
       
    25 </body>
       
    26 </html>