testexecfw/symbianunittestfw/doc/ReleaseNotes.txt
changeset 1 bbd31066657e
equal deleted inserted replaced
0:3e07fef1e154 1:bbd31066657e
       
     1 
       
     2 SymbianUnitTest Release Notes 1.1
       
     3 
       
     4 OVERVIEW:
       
     5 SymbianUnitTest is a unit test framework, which is a port of xUnit to Symbian C++. Its basic architecture and usage is closely followed the xUnit model.
       
     6 SymbianUnitTest makes full use of Symbian C++ language features. It provides helper macros for users to easily define test cases.
       
     7 Unit test frameworks are key elements of TDD (or Test Driven Development). For this reason, SymbianUnitTest is not only considered 
       
     8 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.
       
     9 
       
    10 
       
    11 TECHNICAL SUPPORT:
       
    12    -You can get latest information from SymbianUnitTest wiki page: http://wikis.in.nokia.com/Personal/SymbianUnitTest
       
    13    -For any question and suggestion, please send email to ITE-Support@Nokia.com
       
    14 
       
    15 
       
    16 MAJOR FEATURES:
       
    17   - Console UI (symbianunittest.exe) to run test cases
       
    18   - Helper macros for eaily define test cases and assertion
       
    19   - Support to run user specified test case(s)
       
    20   - Support OOM testing
       
    21   - Automatic memory leak detection
       
    22   - Multiple output format (plain text, html, or xml)
       
    23   - Configurable test execution time out
       
    24   - Script to convert existing EUnit test cases into SymbianUnitTest
       
    25   - Carbide plug-in to create test case
       
    26   - Support ATS4
       
    27   - User Guide document
       
    28 
       
    29 FIXED BUGS AND WORKAROUNDS:
       
    30 
       
    31 
       
    32 KNOWN ISSUES:
       
    33  * There is no S60 or QT UI for SymbianUnitTest yet. Pleas use the console UI instead. 
       
    34  * SymbianUnitTest doesn't support S60 ui component unit testing
       
    35 
       
    36     
       
    37