The Functionality Checkers are a set of test programs used to validate the functional compatibility of a Symbian OS device as part of the Compatibility Test Suite. They are available within the source tree of the Symbian OS Development Kit, and have been designed to work with the Test Driver tool to permit the tests to be run automatically on real devices.
When using the Functionality Checkers with the Test Driver tool, you first need create a test package for them, and then run that test package. The process is as follows:
Set up Test Driver on PC and device. See Installing and configuring Test Driver and Communicating with a device within the Test Driver section.
Set the XML Root path to the location of the functionality checkers e.g.
> testdriver config -x Common\TestTools\CTS\FunctionalityCheckers
Build the Functionality Checkers Test Package. See Building test packages.
Run the Functionality Checkers and look at the results within the Results repository. See Running test packages and Viewing results.