testdev/ite/src/com.nokia.testfw.stf.help/html/concepts/test_class.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>Test classes</title>
       
     6 <link href="../../book.css" type="text/css" rel="stylesheet">
       
     7 </head>
       
     8 <body>
       
     9 
       
    10 <h2>Test classes</h2>
       
    11 <p>In STF, test cases are collected into separate classes, called <i>test class</i>, which contain the actual test case implementation.</p>
       
    12 <p>There can be several test cases implemented in one test class, and test cases can be defined, for example, by a test case file (a configuration file). In addition, STF supports running different test cases simultaneously from several test classes.</p>
       
    13 
       
    14 <h5>Related tasks</h5>
       
    15 <ul>
       
    16 	<li><a href="../tasks/creating_stf_project.htm">Creating STF project</a></li>
       
    17 	<li><a href="../tasks/import_of_project.htm">Importing STF project</a></li>
       
    18 </ul>
       
    19 
       
    20 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
    21 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
       
    22 </body>
       
    23 </html>