3. Testing framework

Test implementers who use testing frameworks to implement functional tests should refer to How to Execute Unit Tests. For architects who will be adopting testing frameworks, refer to How to Use the Automated Test Framework.

Important

The testing framework does not support the following platforms and libraries: For this reason, testing framework such as JUnit (external site) should be used for testing applications that use these platforms and libraries.

Important

The testing framework does not support multi-thread functions. Testing of multi-threaded functions should be performed with tests that do not use the testing framework (such as integration tests).