testdev/ite/src/com.nokia.testfw.stf.help/html/concepts/test_case.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 cases</title>
       
     6 <link href="../../book.css" type="text/css" rel="stylesheet">
       
     7 </head>
       
     8 <body>
       
     9 
       
    10 <h2>Test cases</h2>
       
    11 <p>Test cases are unique tests that are run on components. The test cases either pass or fail in execution.</p>
       
    12 <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>
       
    13 
       
    14 <p>In STF, test cases are typically collected into test classes.</p>
       
    15 
       
    16 <h5>Related concepts</h5>
       
    17 <ul>
       
    18 	<li><a href="../concepts/test_class.htm">Test classes</a></li>
       
    19 	<li><a href="../concepts/scripts.htm">Test scripts</a></li>
       
    20 </ul>
       
    21 
       
    22 <h5>Related tasks</h5>
       
    23 <ul>
       
    24 	<li><a href="../tasks/run_test_case.htm">Running the test cases</a></li>
       
    25 </ul>
       
    26 
       
    27 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
    28 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
       
    29 </body>
       
    30 </html>