testdev/ite/src/com.nokia.testfw.sut.help/html/references/overview.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 <meta http-equiv="Content-Style-Type" content="text/css" />
       
     6 <title>Overview</title>
       
     7 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
       
     8 </head>
       
     9 <body>
       
    10 
       
    11 <h2>Overview</h2>
       
    12 
       
    13 <p>SymbianUnitTest is a unit test framework, which is a port of xUnit to Symbian C++. Its basic architecture and usage are closely linked with xUnit model.</p>
       
    14 <p>SymbianUnitTest makes full use of Symbian C++ language features. It provides helper macros for users to easily define test cases.</p>
       
    15 <p>Unit test frameworks are key elements of TDD(Test Driven Development). For this reason, SymbianUnitTest is not only considered as test framework to validate the software, but also the enabler for TDD and continuous integration to improve software quality and speed time to market.</p>
       
    16 </body>
       
    17 </html>