Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 4 and Version 5 of Developer/Projects/Open/TestingImprovements


Ignore:
Timestamp:
03/27/12 00:06:27 (12 years ago)
Author:
Amar Takhar
Comment:

Use "RTEMS BSP" instead of "BSP" to remove potential confusion.

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/Open/TestingImprovements

    v4 v5  
    1414'''Introduction:''' RTEMS [http://git.rtems.org/rtems/tree/testsuites test suite] needs major cleanup in order to modernise and allow for easier additions of new tests.
    1515
    16 '''Goal:''' Creation of 4 separate test groups: Host-based (Testing of APIs out-of-band), Operational (Runs on actual hardware or in-simulation), BSP-specific tests and tests specific to a Board.
     16'''Goal:''' Creation of 4 separate test groups: Host-based (Testing of APIs out-of-band), Operational (Runs on actual hardware or in-simulation), RTEMS BSP-specific tests and tests specific to a Board.
    1717
    1818'''Requirements:''' Knowledge of testing is not required.  The idea candidate should have a firm grasp of the C language with knowledge of C++ as some of the test frameworks will be written using [https://code.google.com/p/googletest/ googletest] and [https://code.google.com/p/googlemock/ googlemock].  Other components of the framework will have to be written from scratch the exact language used for this has not been decided.  Learning how to test software is an extremely desirable skill in the software development world any candidate should come in with an eagerness to learn.