wiki:GSoC/2012/Testing

Version 7 (modified by Xiaochen Pan, on 08/23/12 at 02:14:24) (diff)

/* Testing Framework Comparison and Sanity Check */

RTEMSTestingGSOC2012

Testing Framework Comparison and Sanity Check

I 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.

The detailed test framework review can be accessed with this link:

TestingReview

Please click on the name of each testing framework to see the detailed comparison note and sanity check result.

Structure Design for New Test Suite

Conversion Plan of Current Test Suite to New Test Suite

Design New Test Framework Interface

= Adding JSON Output to Unity=