Changes between Version 1 and Version 2 of GSoC/2012/Testing


Ignore:
Timestamp:
08/23/12 02:11:22 (12 years ago)
Author:
Xiaochen Pan
Comment:

/* Testing Framework Comparison and Sanity Check */

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2012/Testing

    v1 v2  
    11= RTEMSTestingGSOC2012 =
    22
    3 =  Testing Framework Comparison and Sanity Check =
     3=  Testing Framework Comparison and Sanity Check  =
     4
     5I compared 10 testing framework by unit testing functionality and mocking capability.For each framework, I modified several tests from current test suite, compile them with RTEMS compilers, simulate the new tests with Sparc architecture, and compare the results to ensure that framework used could work correctly for RTEMS based testing.
     6The detailed test framework review can be accessed with this link: [TestingReview:Testing Framework Comparison and Sanity Check]
    47=  Structure Design for New Test Suite =
    58=  Conversion Plan of Current Test Suite to New Test Suite =